Shades of Auburn #6B2823
Tints of Auburn #6B2823
RGB
CMYK
RGB Variations
Color information
#6B2823 (or 0x6B2823) is known color: Auburn. HEX triplet: 6B, 28 and 23. RGB value is (107,40,35). Sum of RGB (Red+Green+Blue) = 107+40+35=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2823 is #94D7DC. Grayscale: #3B3B3B. Windows color (decimal): -9754589 or 2304107. OLE color: 2304107.
HSL color Cylindrical-coordinate representation of color #6B2823: hue angle of 4.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2823 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 35 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.58 |
| HSL | 4.17º | 0.51% | 0.28% | - |
| HSV(B) | 4.17º | 0.67% | 0.42% | - |
| XYZ | 7.13 | 4.76 | 2.13 | - |
| YUV | 59.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 35 | 0 | 0.63 | 0.67 | 0.58 | 4.17 | 0.51 | 0.28 |
| Hex | 6B | 28 | 23 | 0 | 3F | 43 | 3A | 4 | 33 | 1C |
| Octal | 153 | 50 | 43 | 0 | 77 | 103 | 72 | 4 | 63 | 34 |
| Binary | 1101011 | 101000 | 100011 | 0 | 111111 | 1000011 | 111010 | 100 | 110011 | 11100 |
Color Harmonies of #6B2823
Complementary color
Monochromatic Colors of #6B2823
Black with #6B2823
Text Example
Text Example
White with #6B2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2823; }
p { color: rgb(107,40,35); }
H1.HeaderClassName
{
color: #6B2823;
}
.AnyTagClassName
{
color: #6B2823;
}
</style>
background-color css
<style>
a { background-color: #6B2823; }
a { background-color: rgb(107,40,35); }
div.DivClassName
{
background-color: #6B2823;
}
.BgClassName
{
background-color: #6B2823;
}
</style>
border-color css
<style>
span { border-color: #6B2823; }
span { border-color: rgb(107,40,35); }
td.TdClassName
{
border-color: #6B2823;
}
.TagClassName
{
border-color: #6B2823;
}
</style>