Shades of Tenne (Tawny) #C96504
Tints of Tenne (Tawny) #C96504
RGB
CMYK
RGB Variations
Color information
#C96504 (or 0xC96504) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 04. RGB value is (201,101,4). Sum of RGB (Red+Green+Blue) = 201+101+4=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C96504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96504 is #369AFB. Grayscale: #787878. Windows color (decimal): -3578620 or 288201. OLE color: 288201.
HSL color Cylindrical-coordinate representation of color #C96504: hue angle of 29.54º 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 #C96504 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.21 |
| HSL | 29.54º | 0.96% | 0.4% | - |
| HSV(B) | 29.54º | 0.98% | 0.79% | - |
| XYZ | 28.76 | 21.73 | 2.79 | - |
| YUV | 119.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 4 | 0 | 0.50 | 0.98 | 0.21 | 29.54 | 0.96 | 0.4 |
| Hex | C9 | 65 | 4 | 0 | 32 | 62 | 15 | 1E | 60 | 28 |
| Octal | 311 | 145 | 4 | 0 | 62 | 142 | 25 | 36 | 140 | 50 |
| Binary | 11001001 | 1100101 | 100 | 0 | 110010 | 1100010 | 10101 | 11110 | 1100000 | 101000 |
Color Harmonies of #C96504
Complementary color
Monochromatic Colors of #C96504
Black with #C96504
Text Example
Text Example
White with #C96504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96504; }
p { color: rgb(201,101,4); }
H1.HeaderClassName
{
color: #C96504;
}
.AnyTagClassName
{
color: #C96504;
}
</style>
background-color css
<style>
a { background-color: #C96504; }
a { background-color: rgb(201,101,4); }
div.DivClassName
{
background-color: #C96504;
}
.BgClassName
{
background-color: #C96504;
}
</style>
border-color css
<style>
span { border-color: #C96504; }
span { border-color: rgb(201,101,4); }
td.TdClassName
{
border-color: #C96504;
}
.TagClassName
{
border-color: #C96504;
}
</style>