HSL(41, 60%, 27%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,60%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 60%, 27%) | color: hsl(41, 60%, 27%) | |
| HEX | #6E541C | color: #6E541C | |
| RGB | rgb(110, 84, 28) | color: rgb(110, 84, 28) | |
| CMYK | cmyk(0%, 24%, 75%, 57%) | — | |
| HSV | hsv(41, 75%, 43%) | — | |
| HWB | hwb(41 11% 57%) | color: hwb(41 11% 57%) | |
| OKLCH | oklch(0.4618 0.0799 83.21) | color: oklch(0.4618 0.0799 83.21) | |
| Lab | lab(37.37 4.49 35.47) | color: lab(37.37 4.49 35.47) | |
| LCH | lch(37.37 35.75 82.79) | color: lch(37.37 35.75 82.79) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#63632A — rgb(99, 99, 42)
Deuteranopia (Green-blind)
#64662D — rgb(100, 102, 45)
Tritanopia (Blue-blind)
#6D3437 — rgb(109, 52, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 60%, 27%);
text
color: hsl(41, 60%, 27%);
border
border: 2px solid hsl(41, 60%, 27%);
gradient light
background: linear-gradient(to right, hsl(41, 60%, 47%), hsl(41, 60%, 27%));
gradient dark
background: linear-gradient(to right, hsl(41, 60%, 27%), hsl(41, 60%, 7%))
hex
background-color: #6E541C;
tailwind
bg-[hsl(41,60%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 60%, 27%, 0.4);
css variable
--color-primary: hsl(41, 60%, 27%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 60%, 27%)?
HEX: #6E541C | RGB: rgb(110, 84, 28) | CMYK: 0%, 24%, 75%, 57% | HSV: 41°, 75%, 43%. Copy any format from the conversion table above.
What colors go well with #6E541C?
The complementary color is HSL(221, 60%, 27%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 60%, 27%) in CSS?
As HSL: color: hsl(41, 60%, 27%); — As HEX: color: #6E541C; — As RGB: color: rgb(110, 84, 28); — Tailwind CSS: bg-[hsl(41,60%,27%)] — CSS variable: --color-primary: hsl(41, 60%, 27%);