Shades of Auburn #6E2928
Tints of Auburn #6E2928
RGB
CMYK
RGB Variations
Color information
#6E2928 (or 0x6E2928) is known color: Auburn. HEX triplet: 6E, 29 and 28. RGB value is (110,41,40). Sum of RGB (Red+Green+Blue) = 110+41+40=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2928 is #91D6D7. Grayscale: #3D3D3D. Windows color (decimal): -9557720 or 2632046. OLE color: 2632046.
HSL color Cylindrical-coordinate representation of color #6E2928: hue angle of 0.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E2928 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 40 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.57 |
| HSL | 0.86º | 0.47% | 0.29% | - |
| HSV(B) | 0.86º | 0.64% | 0.43% | - |
| XYZ | 7.61 | 5.05 | 2.58 | - |
| YUV | 61.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 40 | 0 | 0.63 | 0.64 | 0.57 | 0.86 | 0.47 | 0.29 |
| Hex | 6E | 29 | 28 | 0 | 3F | 40 | 39 | 1 | 2F | 1D |
| Octal | 156 | 51 | 50 | 0 | 77 | 100 | 71 | 1 | 57 | 35 |
| Binary | 1101110 | 101001 | 101000 | 0 | 111111 | 1000000 | 111001 | 1 | 101111 | 11101 |
Color Harmonies of #6E2928
Complementary color
Monochromatic Colors of #6E2928
Black with #6E2928
Text Example
Text Example
White with #6E2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2928; }
p { color: rgb(110,41,40); }
H1.HeaderClassName
{
color: #6E2928;
}
.AnyTagClassName
{
color: #6E2928;
}
</style>
background-color css
<style>
a { background-color: #6E2928; }
a { background-color: rgb(110,41,40); }
div.DivClassName
{
background-color: #6E2928;
}
.BgClassName
{
background-color: #6E2928;
}
</style>
border-color css
<style>
span { border-color: #6E2928; }
span { border-color: rgb(110,41,40); }
td.TdClassName
{
border-color: #6E2928;
}
.TagClassName
{
border-color: #6E2928;
}
</style>