#6D332C
A dark, moderate red closely aligning with Sienna.
About #6D332C
The precise color #6D332C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Sienna. This translates to an RGB value of rgb(109, 51, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 53% Magenta, 60% Yellow, and 57% Black. With a hue angle of 6.5 degrees, it sits comfortably in the red spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D332C
RGB109, 51, 44
HSL6.5°, 42.5%, 30.0%
CMYK0%, 53%, 60%, 57%
HSV6.5°, 59.6%, 42.7%
LAB28.9, 25.1, 16.5
XYZ7.9, 5.8, 3.1
Decimal7156524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.72:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.29:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D332C;
}
.text-color {
color: #6D332C;
}
.border-color {
border: 2px solid #6D332C;
}