#663A3A
A dark, muted red closely aligning with Dimgray.
About #663A3A
At its core, #663A3A is a dark and muted hue. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(102, 58, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 43% Magenta, 43% Yellow, and 60% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#663A3A
RGB102, 58, 58
HSL0.0°, 27.5%, 31.4%
CMYK0%, 43%, 43%, 60%
HSV0.0°, 43.1%, 40.0%
LAB29.8, 19.4, 8.4
XYZ7.8, 6.2, 4.8
Decimal6699578
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.41:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.00:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663A3A;
}
.text-color {
color: #663A3A;
}
.border-color {
border: 2px solid #663A3A;
}