Shades of Tenne (Tawny) #C86406
Tints of Tenne (Tawny) #C86406
RGB
CMYK
RGB Variations
Color information
#C86406 (or 0xC86406) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 06. RGB value is (200,100,6). Sum of RGB (Red+Green+Blue) = 200+100+6=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C86406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86406 is #379BF9. Grayscale: #777777. Windows color (decimal): -3644410 or 419016. OLE color: 419016.
HSL color Cylindrical-coordinate representation of color #C86406: hue angle of 29.07º 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 #C86406 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 6 | - |
| CMYK | 0 | 0.5 | 0.97 | 0.22 |
| HSL | 29.07º | 0.94% | 0.4% | - |
| HSV(B) | 29.07º | 0.97% | 0.78% | - |
| XYZ | 28.41 | 21.41 | 2.81 | - |
| YUV | 119.18 | 64.13 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 6 | 0 | 0.5 | 0.97 | 0.22 | 29.07 | 0.94 | 0.4 |
| Hex | C8 | 64 | 6 | 0 | 32 | 61 | 16 | 1D | 5E | 28 |
| Octal | 310 | 144 | 6 | 0 | 62 | 141 | 26 | 35 | 136 | 50 |
| Binary | 11001000 | 1100100 | 110 | 0 | 110010 | 1100001 | 10110 | 11101 | 1011110 | 101000 |
Color Harmonies of #C86406
Complementary color
Monochromatic Colors of #C86406
Black with #C86406
Text Example
Text Example
White with #C86406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86406; }
p { color: rgb(200,100,6); }
H1.HeaderClassName
{
color: #C86406;
}
.AnyTagClassName
{
color: #C86406;
}
</style>
background-color css
<style>
a { background-color: #C86406; }
a { background-color: rgb(200,100,6); }
div.DivClassName
{
background-color: #C86406;
}
.BgClassName
{
background-color: #C86406;
}
</style>
border-color css
<style>
span { border-color: #C86406; }
span { border-color: rgb(200,100,6); }
td.TdClassName
{
border-color: #C86406;
}
.TagClassName
{
border-color: #C86406;
}
</style>