#6D5033
A dark, moderate orange closely aligning with Dimgray.
About #6D5033
The precise color #6D5033 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(109, 80, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 27% Magenta, 53% Yellow, and 57% Black. With a hue angle of 30.0 degrees, it sits comfortably in the orange 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#6D5033
RGB109, 80, 51
HSL30.0°, 36.2%, 31.4%
CMYK0%, 27%, 53%, 57%
HSV30.0°, 53.2%, 42.7%
LAB36.4, 8.3, 21.8
XYZ9.8, 9.2, 4.4
Decimal7163955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.38:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.05:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5033;
}
.text-color {
color: #6D5033;
}
.border-color {
border: 2px solid #6D5033;
}