Shades of Auburn #6A2823
Tints of Auburn #6A2823
RGB
CMYK
RGB Variations
Color information
#6A2823 (or 0x6A2823) is known color: Auburn. HEX triplet: 6A, 28 and 23. RGB value is (106,40,35). Sum of RGB (Red+Green+Blue) = 106+40+35=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2823 is #95D7DC. Grayscale: #3B3B3B. Windows color (decimal): -9820125 or 2304106. OLE color: 2304106.
HSL color Cylindrical-coordinate representation of color #6A2823: hue angle of 4.23º degrees, saturation: 0.5, 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 #6A2823 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 40 | 35 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.58 |
| HSL | 4.23º | 0.5% | 0.28% | - |
| HSV(B) | 4.23º | 0.67% | 0.42% | - |
| XYZ | 7.01 | 4.7 | 2.13 | - |
| YUV | 59.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 35 | 0 | 0.62 | 0.67 | 0.58 | 4.23 | 0.5 | 0.28 |
| Hex | 6A | 28 | 23 | 0 | 3E | 43 | 3A | 4 | 32 | 1C |
| Octal | 152 | 50 | 43 | 0 | 76 | 103 | 72 | 4 | 62 | 34 |
| Binary | 1101010 | 101000 | 100011 | 0 | 111110 | 1000011 | 111010 | 100 | 110010 | 11100 |
Color Harmonies of #6A2823
Complementary color
Monochromatic Colors of #6A2823
Black with #6A2823
Text Example
Text Example
White with #6A2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2823; }
p { color: rgb(106,40,35); }
H1.HeaderClassName
{
color: #6A2823;
}
.AnyTagClassName
{
color: #6A2823;
}
</style>
background-color css
<style>
a { background-color: #6A2823; }
a { background-color: rgb(106,40,35); }
div.DivClassName
{
background-color: #6A2823;
}
.BgClassName
{
background-color: #6A2823;
}
</style>
border-color css
<style>
span { border-color: #6A2823; }
span { border-color: rgb(106,40,35); }
td.TdClassName
{
border-color: #6A2823;
}
.TagClassName
{
border-color: #6A2823;
}
</style>