Shades of Tenne (Tawny) #C96204
Tints of Tenne (Tawny) #C96204
RGB
CMYK
RGB Variations
Color information
#C96204 (or 0xC96204) is known color: Tenne (Tawny). HEX triplet: C9, 62 and 04. RGB value is (201,98,4). Sum of RGB (Red+Green+Blue) = 201+98+4=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C96204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96204 is #369DFB. Grayscale: #767676. Windows color (decimal): -3579388 or 287433. OLE color: 287433.
HSL color Cylindrical-coordinate representation of color #C96204: hue angle of 28.63º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C96204 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.21 |
| HSL | 28.63º | 0.96% | 0.4% | - |
| HSV(B) | 28.63º | 0.98% | 0.79% | - |
| XYZ | 28.48 | 21.16 | 2.7 | - |
| YUV | 118.08 | 63.62 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 4 | 0 | 0.51 | 0.98 | 0.21 | 28.63 | 0.96 | 0.4 |
| Hex | C9 | 62 | 4 | 0 | 33 | 62 | 15 | 1D | 60 | 28 |
| Octal | 311 | 142 | 4 | 0 | 63 | 142 | 25 | 35 | 140 | 50 |
| Binary | 11001001 | 1100010 | 100 | 0 | 110011 | 1100010 | 10101 | 11101 | 1100000 | 101000 |
Color Harmonies of #C96204
Complementary color
Monochromatic Colors of #C96204
Black with #C96204
Text Example
Text Example
White with #C96204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96204; }
p { color: rgb(201,98,4); }
H1.HeaderClassName
{
color: #C96204;
}
.AnyTagClassName
{
color: #C96204;
}
</style>
background-color css
<style>
a { background-color: #C96204; }
a { background-color: rgb(201,98,4); }
div.DivClassName
{
background-color: #C96204;
}
.BgClassName
{
background-color: #C96204;
}
</style>
border-color css
<style>
span { border-color: #C96204; }
span { border-color: rgb(201,98,4); }
td.TdClassName
{
border-color: #C96204;
}
.TagClassName
{
border-color: #C96204;
}
</style>