#756649
A dark, muted orange closely aligning with Dimgray.
About #756649
Visually, #756649 is defined as a muted orange. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 117 red, 102 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 13% magenta inks. The HSL representation is 39.5° hue, 23.2% saturation, and 37.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#756649
RGB117, 102, 73
HSL39.5°, 23.2%, 37.3%
CMYK0%, 13%, 38%, 54%
HSV39.5°, 37.6%, 45.9%
LAB43.9, 1.3, 18.6
XYZ13.3, 13.8, 8.3
Decimal7693897
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.60:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #756649;
}
.text-color {
color: #756649;
}
.border-color {
border: 2px solid #756649;
}