#6D6607
A dark, vivid yellow closely aligning with Olive.
About #6D6607
Visually, #6D6607 is defined as a vivid yellow. It is closely associated with the named CSS color Olive. In the RGB color space, it consists of 109 red, 102 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 6% magenta, 94% yellow, and 57% black. With a hue angle of 55.9 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#6D6607
RGB109, 102, 7
HSL55.9°, 87.9%, 22.7%
CMYK0%, 6%, 94%, 57%
HSV55.9°, 93.6%, 42.7%
LAB42.4, -7.4, 47.2
XYZ11.1, 12.8, 2.1
Decimal7169543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D6607;
}
.text-color {
color: #6D6607;
}
.border-color {
border: 2px solid #6D6607;
}