#6D6D16
A dark, moderate yellow closely aligning with Olive.
About #6D6D16
At its core, #6D6D16 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 109 red, 109 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D6D16
RGB109, 109, 22
HSL60.0°, 66.4%, 25.7%
CMYK0%, 0%, 80%, 57%
HSV60.0°, 79.8%, 42.7%
LAB44.6, -10.9, 44.9
XYZ11.9, 14.2, 2.9
Decimal7171350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.46:1
Text on #FFFFFF
AA
3.85:1
Text on #000000
AA Large
5.21:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D6D16;
}
.text-color {
color: #6D6D16;
}
.border-color {
border: 2px solid #6D6D16;
}