Shades of Tenne (Tawny) #C86205
Tints of Tenne (Tawny) #C86205
RGB
CMYK
RGB Variations
Color information
#C86205 (or 0xC86205) is known color: Tenne (Tawny). HEX triplet: C8, 62 and 05. RGB value is (200,98,5). Sum of RGB (Red+Green+Blue) = 200+98+5=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C86205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86205 is #379DFA. Grayscale: #767676. Windows color (decimal): -3644923 or 352968. OLE color: 352968.
HSL color Cylindrical-coordinate representation of color #C86205: hue angle of 28.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C86205 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.22 |
| HSL | 28.62º | 0.95% | 0.4% | - |
| HSV(B) | 28.62º | 0.98% | 0.78% | - |
| XYZ | 28.21 | 21.03 | 2.71 | - |
| YUV | 117.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 5 | 0 | 0.51 | 0.98 | 0.22 | 28.62 | 0.95 | 0.4 |
| Hex | C8 | 62 | 5 | 0 | 33 | 62 | 16 | 1D | 5F | 28 |
| Octal | 310 | 142 | 5 | 0 | 63 | 142 | 26 | 35 | 137 | 50 |
| Binary | 11001000 | 1100010 | 101 | 0 | 110011 | 1100010 | 10110 | 11101 | 1011111 | 101000 |
Color Harmonies of #C86205
Complementary color
Monochromatic Colors of #C86205
Black with #C86205
Text Example
Text Example
White with #C86205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86205; }
p { color: rgb(200,98,5); }
H1.HeaderClassName
{
color: #C86205;
}
.AnyTagClassName
{
color: #C86205;
}
</style>
background-color css
<style>
a { background-color: #C86205; }
a { background-color: rgb(200,98,5); }
div.DivClassName
{
background-color: #C86205;
}
.BgClassName
{
background-color: #C86205;
}
</style>
border-color css
<style>
span { border-color: #C86205; }
span { border-color: rgb(200,98,5); }
td.TdClassName
{
border-color: #C86205;
}
.TagClassName
{
border-color: #C86205;
}
</style>