Shades of Auburn #6B2928
Tints of Auburn #6B2928
RGB
CMYK
RGB Variations
Color information
#6B2928 (or 0x6B2928) is known color: Auburn. HEX triplet: 6B, 29 and 28. RGB value is (107,41,40). Sum of RGB (Red+Green+Blue) = 107+41+40=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2928 is #94D6D7. Grayscale: #3C3C3C. Windows color (decimal): -9754328 or 2632043. OLE color: 2632043.
HSL color Cylindrical-coordinate representation of color #6B2928: hue angle of 0.9º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B2928 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 40 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.58 |
| HSL | 0.9º | 0.46% | 0.29% | - |
| HSV(B) | 0.9º | 0.63% | 0.42% | - |
| XYZ | 7.24 | 4.86 | 2.56 | - |
| YUV | 60.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 40 | 0 | 0.62 | 0.63 | 0.58 | 0.9 | 0.46 | 0.29 |
| Hex | 6B | 29 | 28 | 0 | 3E | 3F | 3A | 1 | 2E | 1D |
| Octal | 153 | 51 | 50 | 0 | 76 | 77 | 72 | 1 | 56 | 35 |
| Binary | 1101011 | 101001 | 101000 | 0 | 111110 | 111111 | 111010 | 1 | 101110 | 11101 |
Color Harmonies of #6B2928
Complementary color
Monochromatic Colors of #6B2928
Black with #6B2928
Text Example
Text Example
White with #6B2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2928; }
p { color: rgb(107,41,40); }
H1.HeaderClassName
{
color: #6B2928;
}
.AnyTagClassName
{
color: #6B2928;
}
</style>
background-color css
<style>
a { background-color: #6B2928; }
a { background-color: rgb(107,41,40); }
div.DivClassName
{
background-color: #6B2928;
}
.BgClassName
{
background-color: #6B2928;
}
</style>
border-color css
<style>
span { border-color: #6B2928; }
span { border-color: rgb(107,41,40); }
td.TdClassName
{
border-color: #6B2928;
}
.TagClassName
{
border-color: #6B2928;
}
</style>