Shades of Auburn #6B2B2A
Tints of Auburn #6B2B2A
RGB
CMYK
RGB Variations
Color information
#6B2B2A (or 0x6B2B2A) is known color: Auburn. HEX triplet: 6B, 2B and 2A. RGB value is (107,43,42). Sum of RGB (Red+Green+Blue) = 107+43+42=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B2A is #94D4D5. Grayscale: #3E3E3E. Windows color (decimal): -9753814 or 2763627. OLE color: 2763627.
HSL color Cylindrical-coordinate representation of color #6B2B2A: hue angle of 0.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B2B2A is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 43 | 42 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.58 |
| HSL | 0.92º | 0.44% | 0.29% | - |
| HSV(B) | 0.92º | 0.61% | 0.42% | - |
| XYZ | 7.35 | 5.02 | 2.77 | - |
| YUV | 62.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 42 | 0 | 0.60 | 0.61 | 0.58 | 0.92 | 0.44 | 0.29 |
| Hex | 6B | 2B | 2A | 0 | 3C | 3D | 3A | 1 | 2C | 1D |
| Octal | 153 | 53 | 52 | 0 | 74 | 75 | 72 | 1 | 54 | 35 |
| Binary | 1101011 | 101011 | 101010 | 0 | 111100 | 111101 | 111010 | 1 | 101100 | 11101 |
Color Harmonies of #6B2B2A
Complementary color
Monochromatic Colors of #6B2B2A
Black with #6B2B2A
Text Example
Text Example
White with #6B2B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2B2A; }
p { color: rgb(107,43,42); }
H1.HeaderClassName
{
color: #6B2B2A;
}
.AnyTagClassName
{
color: #6B2B2A;
}
</style>
background-color css
<style>
a { background-color: #6B2B2A; }
a { background-color: rgb(107,43,42); }
div.DivClassName
{
background-color: #6B2B2A;
}
.BgClassName
{
background-color: #6B2B2A;
}
</style>
border-color css
<style>
span { border-color: #6B2B2A; }
span { border-color: rgb(107,43,42); }
td.TdClassName
{
border-color: #6B2B2A;
}
.TagClassName
{
border-color: #6B2B2A;
}
</style>