#6D503A
A dark, moderate orange closely aligning with Dimgray.
About #6D503A
The hex code #6D503A represents a beautifully specific shade of orange. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 80, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 27% Magenta, 47% Yellow, and 57% Black. With a hue angle of 25.9 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D503A
RGB109, 80, 58
HSL25.9°, 30.5%, 32.7%
CMYK0%, 27%, 47%, 57%
HSV25.9°, 46.8%, 42.7%
LAB36.5, 9.1, 17.7
XYZ9.9, 9.3, 5.3
Decimal7163962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.02:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D503A;
}
.text-color {
color: #6D503A;
}
.border-color {
border: 2px solid #6D503A;
}