Shades of Tenne (Tawny) #C86006
Tints of Tenne (Tawny) #C86006
RGB
CMYK
RGB Variations
Color information
#C86006 (or 0xC86006) is known color: Tenne (Tawny). HEX triplet: C8, 60 and 06. RGB value is (200,96,6). Sum of RGB (Red+Green+Blue) = 200+96+6=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C86006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86006 is #379FF9. Grayscale: #757575. Windows color (decimal): -3645434 or 417992. OLE color: 417992.
HSL color Cylindrical-coordinate representation of color #C86006: hue angle of 27.84º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C86006 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.22 |
| HSL | 27.84º | 0.94% | 0.4% | - |
| HSV(B) | 27.84º | 0.97% | 0.78% | - |
| XYZ | 28.04 | 20.66 | 2.68 | - |
| YUV | 116.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 6 | 0 | 0.52 | 0.97 | 0.22 | 27.84 | 0.94 | 0.4 |
| Hex | C8 | 60 | 6 | 0 | 34 | 61 | 16 | 1C | 5E | 28 |
| Octal | 310 | 140 | 6 | 0 | 64 | 141 | 26 | 34 | 136 | 50 |
| Binary | 11001000 | 1100000 | 110 | 0 | 110100 | 1100001 | 10110 | 11100 | 1011110 | 101000 |
Color Harmonies of #C86006
Complementary color
Monochromatic Colors of #C86006
Black with #C86006
Text Example
Text Example
White with #C86006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86006; }
p { color: rgb(200,96,6); }
H1.HeaderClassName
{
color: #C86006;
}
.AnyTagClassName
{
color: #C86006;
}
</style>
background-color css
<style>
a { background-color: #C86006; }
a { background-color: rgb(200,96,6); }
div.DivClassName
{
background-color: #C86006;
}
.BgClassName
{
background-color: #C86006;
}
</style>
border-color css
<style>
span { border-color: #C86006; }
span { border-color: rgb(200,96,6); }
td.TdClassName
{
border-color: #C86006;
}
.TagClassName
{
border-color: #C86006;
}
</style>