Shades of Auburn #6B2827
Tints of Auburn #6B2827
RGB
CMYK
RGB Variations
Color information
#6B2827 (or 0x6B2827) is known color: Auburn. HEX triplet: 6B, 28 and 27. RGB value is (107,40,39). Sum of RGB (Red+Green+Blue) = 107+40+39=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2827 is #94D7D8. Grayscale: #3B3B3B. Windows color (decimal): -9754585 or 2566251. OLE color: 2566251.
HSL color Cylindrical-coordinate representation of color #6B2827: hue angle of 0.88º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2827 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 39 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.58 |
| HSL | 0.88º | 0.47% | 0.29% | - |
| HSV(B) | 0.88º | 0.64% | 0.42% | - |
| XYZ | 7.19 | 4.79 | 2.47 | - |
| YUV | 59.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 39 | 0 | 0.63 | 0.64 | 0.58 | 0.88 | 0.47 | 0.29 |
| Hex | 6B | 28 | 27 | 0 | 3F | 40 | 3A | 1 | 2F | 1D |
| Octal | 153 | 50 | 47 | 0 | 77 | 100 | 72 | 1 | 57 | 35 |
| Binary | 1101011 | 101000 | 100111 | 0 | 111111 | 1000000 | 111010 | 1 | 101111 | 11101 |
Color Harmonies of #6B2827
Complementary color
Monochromatic Colors of #6B2827
Black with #6B2827
Text Example
Text Example
White with #6B2827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2827; }
p { color: rgb(107,40,39); }
H1.HeaderClassName
{
color: #6B2827;
}
.AnyTagClassName
{
color: #6B2827;
}
</style>
background-color css
<style>
a { background-color: #6B2827; }
a { background-color: rgb(107,40,39); }
div.DivClassName
{
background-color: #6B2827;
}
.BgClassName
{
background-color: #6B2827;
}
</style>
border-color css
<style>
span { border-color: #6B2827; }
span { border-color: rgb(107,40,39); }
td.TdClassName
{
border-color: #6B2827;
}
.TagClassName
{
border-color: #6B2827;
}
</style>