Shades of Tenne (Tawny) #C96404
Tints of Tenne (Tawny) #C96404
RGB
CMYK
RGB Variations
Color information
#C96404 (or 0xC96404) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 04. RGB value is (201,100,4). Sum of RGB (Red+Green+Blue) = 201+100+4=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C96404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96404 is #369BFB. Grayscale: #777777. Windows color (decimal): -3578876 or 287945. OLE color: 287945.
HSL color Cylindrical-coordinate representation of color #C96404: hue angle of 29.24º 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 #C96404 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.21 |
| HSL | 29.24º | 0.96% | 0.4% | - |
| HSV(B) | 29.24º | 0.98% | 0.79% | - |
| XYZ | 28.67 | 21.54 | 2.76 | - |
| YUV | 119.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 4 | 0 | 0.50 | 0.98 | 0.21 | 29.24 | 0.96 | 0.4 |
| Hex | C9 | 64 | 4 | 0 | 32 | 62 | 15 | 1D | 60 | 28 |
| Octal | 311 | 144 | 4 | 0 | 62 | 142 | 25 | 35 | 140 | 50 |
| Binary | 11001001 | 1100100 | 100 | 0 | 110010 | 1100010 | 10101 | 11101 | 1100000 | 101000 |
Color Harmonies of #C96404
Complementary color
Monochromatic Colors of #C96404
Black with #C96404
Text Example
Text Example
White with #C96404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96404; }
p { color: rgb(201,100,4); }
H1.HeaderClassName
{
color: #C96404;
}
.AnyTagClassName
{
color: #C96404;
}
</style>
background-color css
<style>
a { background-color: #C96404; }
a { background-color: rgb(201,100,4); }
div.DivClassName
{
background-color: #C96404;
}
.BgClassName
{
background-color: #C96404;
}
</style>
border-color css
<style>
span { border-color: #C96404; }
span { border-color: rgb(201,100,4); }
td.TdClassName
{
border-color: #C96404;
}
.TagClassName
{
border-color: #C96404;
}
</style>