#6D6650
A dark, muted yellow closely aligning with Dimgray.
About #6D6650
Visually, #6D6650 is defined as a muted yellow. Its closest recognized web color is Dimgray. This translates to an RGB value of rgb(109, 102, 80).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 6% M, 27% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D6650
RGB109, 102, 80
HSL45.5°, 15.3%, 37.1%
CMYK0%, 6%, 27%, 57%
HSV45.5°, 26.6%, 42.7%
LAB43.3, -1.1, 13.5
XYZ12.5, 13.3, 9.5
Decimal7169616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.73:1
Text on #FFFFFF
AA
3.67:1
Text on #000000
AA Large
5.47:1
Text on #F8FAFC
AA
3.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D6650;
}
.text-color {
color: #6D6650;
}
.border-color {
border: 2px solid #6D6650;
}