Shades of Auburn #6B2D2B
Tints of Auburn #6B2D2B
RGB
CMYK
RGB Variations
Color information
#6B2D2B (or 0x6B2D2B) is known color: Auburn. HEX triplet: 6B, 2D and 2B. RGB value is (107,45,43). Sum of RGB (Red+Green+Blue) = 107+45+43=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D2B is #94D2D4. Grayscale: #3F3F3F. Windows color (decimal): -9753301 or 2829675. OLE color: 2829675.
HSL color Cylindrical-coordinate representation of color #6B2D2B: hue angle of 1.88º 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 #6B2D2B is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 43 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.58 |
| HSL | 1.88º | 0.43% | 0.29% | - |
| HSV(B) | 1.88º | 0.6% | 0.42% | - |
| XYZ | 7.44 | 5.18 | 2.89 | - |
| YUV | 63.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 43 | 0 | 0.58 | 0.60 | 0.58 | 1.88 | 0.43 | 0.29 |
| Hex | 6B | 2D | 2B | 0 | 3A | 3C | 3A | 2 | 2B | 1D |
| Octal | 153 | 55 | 53 | 0 | 72 | 74 | 72 | 2 | 53 | 35 |
| Binary | 1101011 | 101101 | 101011 | 0 | 111010 | 111100 | 111010 | 10 | 101011 | 11101 |
Color Harmonies of #6B2D2B
Complementary color
Monochromatic Colors of #6B2D2B
Black with #6B2D2B
Text Example
Text Example
White with #6B2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D2B; }
p { color: rgb(107,45,43); }
H1.HeaderClassName
{
color: #6B2D2B;
}
.AnyTagClassName
{
color: #6B2D2B;
}
</style>
background-color css
<style>
a { background-color: #6B2D2B; }
a { background-color: rgb(107,45,43); }
div.DivClassName
{
background-color: #6B2D2B;
}
.BgClassName
{
background-color: #6B2D2B;
}
</style>
border-color css
<style>
span { border-color: #6B2D2B; }
span { border-color: rgb(107,45,43); }
td.TdClassName
{
border-color: #6B2D2B;
}
.TagClassName
{
border-color: #6B2D2B;
}
</style>