#60522E
A dark, moderate orange closely aligning with Darkolivegreen.
About #60522E
When working with digital screens, the color #60522E is rendered by mixing light. Its closest recognized web color is Darkolivegreen. Its digital footprint relies on 96 parts red, 82 parts green, and 46 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 15% magenta inks. With a hue angle of 43.2 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#60522E
RGB96, 82, 46
HSL43.2°, 35.2%, 27.8%
CMYK0%, 15%, 52%, 62%
HSV43.2°, 52.1%, 37.6%
LAB35.4, 0.4, 23.2
XYZ8.3, 8.7, 3.8
Decimal6312494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.65:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.32:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #60522E;
}
.text-color {
color: #60522E;
}
.border-color {
border: 2px solid #60522E;
}