Shades of Auburn #6D2423
Tints of Auburn #6D2423
RGB
CMYK
RGB Variations
Color information
#6D2423 (or 0x6D2423) is known color: Auburn. HEX triplet: 6D, 24 and 23. RGB value is (109,36,35). Sum of RGB (Red+Green+Blue) = 109+36+35=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2423 is #92DBDC. Grayscale: #393939. Windows color (decimal): -9624541 or 2303085. OLE color: 2303085.
HSL color Cylindrical-coordinate representation of color #6D2423: hue angle of 0.81º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2423 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 35 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.57 |
| HSL | 0.81º | 0.51% | 0.28% | - |
| HSV(B) | 0.81º | 0.68% | 0.43% | - |
| XYZ | 7.24 | 4.63 | 2.1 | - |
| YUV | 57.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 35 | 0 | 0.67 | 0.68 | 0.57 | 0.81 | 0.51 | 0.28 |
| Hex | 6D | 24 | 23 | 0 | 43 | 44 | 39 | 1 | 33 | 1C |
| Octal | 155 | 44 | 43 | 0 | 103 | 104 | 71 | 1 | 63 | 34 |
| Binary | 1101101 | 100100 | 100011 | 0 | 1000011 | 1000100 | 111001 | 1 | 110011 | 11100 |
Color Harmonies of #6D2423
Complementary color
Monochromatic Colors of #6D2423
Black with #6D2423
Text Example
Text Example
White with #6D2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2423; }
p { color: rgb(109,36,35); }
H1.HeaderClassName
{
color: #6D2423;
}
.AnyTagClassName
{
color: #6D2423;
}
</style>
background-color css
<style>
a { background-color: #6D2423; }
a { background-color: rgb(109,36,35); }
div.DivClassName
{
background-color: #6D2423;
}
.BgClassName
{
background-color: #6D2423;
}
</style>
border-color css
<style>
span { border-color: #6D2423; }
span { border-color: rgb(109,36,35); }
td.TdClassName
{
border-color: #6D2423;
}
.TagClassName
{
border-color: #6D2423;
}
</style>