#5F6649
A dark, muted yellow closely aligning with Dimgray.
About #5F6649
The precise color #5F6649 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 95 red, 102 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 7% C, 0% M, 28% Y, and 60% K. The HSL representation is 74.5° hue, 16.6% saturation, and 34.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F6649
RGB95, 102, 73
HSL74.5°, 16.6%, 34.3%
CMYK7%, 0%, 28%, 60%
HSV74.5°, 28.4%, 40.0%
LAB41.9, -8.2, 15.5
XYZ10.7, 12.4, 8.1
Decimal6252105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.03:1
Text on #FFFFFF
AA
3.48:1
Text on #000000
AA Large
5.76:1
Text on #F8FAFC
AA
2.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F6649;
}
.text-color {
color: #5F6649;
}
.border-color {
border: 2px solid #5F6649;
}