Shades of Auburn #6E2824
Tints of Auburn #6E2824
RGB
CMYK
RGB Variations
Color information
#6E2824 (or 0x6E2824) is known color: Auburn. HEX triplet: 6E, 28 and 24. RGB value is (110,40,36). Sum of RGB (Red+Green+Blue) = 110+40+36=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2824 is #91D7DB. Grayscale: #3C3C3C. Windows color (decimal): -9557980 or 2369646. OLE color: 2369646.
HSL color Cylindrical-coordinate representation of color #6E2824: hue angle of 3.24º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2824 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 36 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.57 |
| HSL | 3.24º | 0.51% | 0.29% | - |
| HSV(B) | 3.24º | 0.67% | 0.43% | - |
| XYZ | 7.51 | 4.96 | 2.23 | - |
| YUV | 60.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 36 | 0 | 0.64 | 0.67 | 0.57 | 3.24 | 0.51 | 0.29 |
| Hex | 6E | 28 | 24 | 0 | 40 | 43 | 39 | 3 | 33 | 1D |
| Octal | 156 | 50 | 44 | 0 | 100 | 103 | 71 | 3 | 63 | 35 |
| Binary | 1101110 | 101000 | 100100 | 0 | 1000000 | 1000011 | 111001 | 11 | 110011 | 11101 |
Color Harmonies of #6E2824
Complementary color
Monochromatic Colors of #6E2824
Black with #6E2824
Text Example
Text Example
White with #6E2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2824; }
p { color: rgb(110,40,36); }
H1.HeaderClassName
{
color: #6E2824;
}
.AnyTagClassName
{
color: #6E2824;
}
</style>
background-color css
<style>
a { background-color: #6E2824; }
a { background-color: rgb(110,40,36); }
div.DivClassName
{
background-color: #6E2824;
}
.BgClassName
{
background-color: #6E2824;
}
</style>
border-color css
<style>
span { border-color: #6E2824; }
span { border-color: rgb(110,40,36); }
td.TdClassName
{
border-color: #6E2824;
}
.TagClassName
{
border-color: #6E2824;
}
</style>