Shades of Auburn #6A2B2A
Tints of Auburn #6A2B2A
RGB
CMYK
RGB Variations
Color information
#6A2B2A (or 0x6A2B2A) is known color: Auburn. HEX triplet: 6A, 2B and 2A. RGB value is (106,43,42). Sum of RGB (Red+Green+Blue) = 106+43+42=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2B2A is #95D4D5. Grayscale: #3D3D3D. Windows color (decimal): -9819350 or 2763626. OLE color: 2763626.
HSL color Cylindrical-coordinate representation of color #6A2B2A: hue angle of 0.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2B2A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 43 | 42 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.58 |
| HSL | 0.94º | 0.43% | 0.29% | - |
| HSV(B) | 0.94º | 0.6% | 0.42% | - |
| XYZ | 7.23 | 4.96 | 2.77 | - |
| YUV | 61.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 43 | 42 | 0 | 0.59 | 0.60 | 0.58 | 0.94 | 0.43 | 0.29 |
| Hex | 6A | 2B | 2A | 0 | 3B | 3C | 3A | 1 | 2B | 1D |
| Octal | 152 | 53 | 52 | 0 | 73 | 74 | 72 | 1 | 53 | 35 |
| Binary | 1101010 | 101011 | 101010 | 0 | 111011 | 111100 | 111010 | 1 | 101011 | 11101 |
Color Harmonies of #6A2B2A
Complementary color
Monochromatic Colors of #6A2B2A
Black with #6A2B2A
Text Example
Text Example
White with #6A2B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2B2A; }
p { color: rgb(106,43,42); }
H1.HeaderClassName
{
color: #6A2B2A;
}
.AnyTagClassName
{
color: #6A2B2A;
}
</style>
background-color css
<style>
a { background-color: #6A2B2A; }
a { background-color: rgb(106,43,42); }
div.DivClassName
{
background-color: #6A2B2A;
}
.BgClassName
{
background-color: #6A2B2A;
}
</style>
border-color css
<style>
span { border-color: #6A2B2A; }
span { border-color: rgb(106,43,42); }
td.TdClassName
{
border-color: #6A2B2A;
}
.TagClassName
{
border-color: #6A2B2A;
}
</style>