#5F663A
A dark, muted yellow closely aligning with Darkolivegreen.
About #5F663A
At its core, #5F663A is a dark and muted hue. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(95, 102, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 7% cyan, 0% magenta, 43% yellow, and 60% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F663A
RGB95, 102, 58
HSL69.5°, 27.5%, 31.4%
CMYK7%, 0%, 43%, 60%
HSV69.5°, 43.1%, 40.0%
LAB41.6, -10.4, 23.9
XYZ10.2, 12.2, 5.8
Decimal6252090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.09:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.82:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F663A;
}
.text-color {
color: #5F663A;
}
.border-color {
border: 2px solid #5F663A;
}