HSL(42, 10%, 39%)
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(42,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 10%, 39%) | color: hsl(42, 10%, 39%) | |
| HEX | #6D675A | color: #6D675A | |
| RGB | rgb(109, 103, 90) | color: rgb(109, 103, 90) | |
| CMYK | cmyk(0%, 6%, 17%, 57%) | — | |
| HSV | hsv(41, 17%, 43%) | — | |
| HWB | hwb(41 36% 57%) | color: hwb(41 36% 57%) | |
| OKLCH | oklch(0.5154 0.0213 86.17) | color: oklch(0.5154 0.0213 86.17) | |
| Lab | lab(43.79 -0.06 8.19) | color: lab(43.79 -0.06 8.19) | |
| LCH | lch(43.79 8.19 90.42) | color: lch(43.79 8.19 90.42) |
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)
#6A6A5D — rgb(106, 106, 93)
Deuteranopia (Green-blind)
#6B6B5E — rgb(107, 107, 94)
Tritanopia (Blue-blind)
#6D6060 — rgb(109, 96, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 10%, 39%);
text
color: hsl(42, 10%, 39%);
border
border: 2px solid hsl(42, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(42, 10%, 59%), hsl(42, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(42, 10%, 39%), hsl(42, 10%, 19%))
hex
background-color: #6D675A;
tailwind
bg-[hsl(42,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 10%, 39%, 0.4);
css variable
--color-primary: hsl(42, 10%, 39%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 10%, 39%)?
HEX: #6D675A | RGB: rgb(109, 103, 90) | CMYK: 0%, 6%, 17%, 57% | HSV: 41°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #6D675A?
The complementary color is HSL(222, 10%, 39%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 10%, 39%) in CSS?
As HSL: color: hsl(42, 10%, 39%); — As HEX: color: #6D675A; — As RGB: color: rgb(109, 103, 90); — Tailwind CSS: bg-[hsl(42,10%,39%)] — CSS variable: --color-primary: hsl(42, 10%, 39%);