HSL(40, 10%, 36%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(40,10%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 10%, 36%) | color: hsl(40, 10%, 36%) | |
| HEX | #655F53 | color: #655F53 | |
| RGB | rgb(101, 95, 83) | color: rgb(101, 95, 83) | |
| CMYK | cmyk(0%, 6%, 18%, 60%) | — | |
| HSV | hsv(40, 18%, 40%) | — | |
| HWB | hwb(40 33% 60%) | color: hwb(40 33% 60%) | |
| OKLCH | oklch(0.4874 0.0201 84.58) | color: oklch(0.4874 0.0201 84.58) | |
| Lab | lab(40.53 0.13 7.73) | color: lab(40.53 0.13 7.73) | |
| LCH | lch(40.53 7.73 89.04) | color: lch(40.53 7.73 89.04) |
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)
#626256 — rgb(98, 98, 86)
Deuteranopia (Green-blind)
#636357 — rgb(99, 99, 87)
Tritanopia (Blue-blind)
#655859 — rgb(101, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 10%, 36%);
text
color: hsl(40, 10%, 36%);
border
border: 2px solid hsl(40, 10%, 36%);
gradient light
background: linear-gradient(to right, hsl(40, 10%, 56%), hsl(40, 10%, 36%));
gradient dark
background: linear-gradient(to right, hsl(40, 10%, 36%), hsl(40, 10%, 16%))
hex
background-color: #655F53;
tailwind
bg-[hsl(40,10%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 10%, 36%, 0.4);
css variable
--color-primary: hsl(40, 10%, 36%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 10%, 36%)?
HEX: #655F53 | RGB: rgb(101, 95, 83) | CMYK: 0%, 6%, 18%, 60% | HSV: 40°, 18%, 40%. Copy any format from the conversion table above.
What colors go well with #655F53?
The complementary color is HSL(220, 10%, 36%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 10%, 36%) in CSS?
As HSL: color: hsl(40, 10%, 36%); — As HEX: color: #655F53; — As RGB: color: rgb(101, 95, 83); — Tailwind CSS: bg-[hsl(40,10%,36%)] — CSS variable: --color-primary: hsl(40, 10%, 36%);