Shades of Tenne (Tawny) #C96704
Tints of Tenne (Tawny) #C96704
RGB
CMYK
RGB Variations
Color information
#C96704 (or 0xC96704) is known color: Tenne (Tawny). HEX triplet: C9, 67 and 04. RGB value is (201,103,4). Sum of RGB (Red+Green+Blue) = 201+103+4=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C96704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96704 is #3698FB. Grayscale: #797979. Windows color (decimal): -3578108 or 288713. OLE color: 288713.
HSL color Cylindrical-coordinate representation of color #C96704: hue angle of 30.15º 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 #C96704 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.21 |
| HSL | 30.15º | 0.96% | 0.4% | - |
| HSV(B) | 30.15º | 0.98% | 0.79% | - |
| XYZ | 28.96 | 22.13 | 2.86 | - |
| YUV | 121.02 | 61.97 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 4 | 0 | 0.49 | 0.98 | 0.21 | 30.15 | 0.96 | 0.4 |
| Hex | C9 | 67 | 4 | 0 | 31 | 62 | 15 | 1E | 60 | 28 |
| Octal | 311 | 147 | 4 | 0 | 61 | 142 | 25 | 36 | 140 | 50 |
| Binary | 11001001 | 1100111 | 100 | 0 | 110001 | 1100010 | 10101 | 11110 | 1100000 | 101000 |
Color Harmonies of #C96704
Complementary color
Monochromatic Colors of #C96704
Black with #C96704
Text Example
Text Example
White with #C96704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96704; }
p { color: rgb(201,103,4); }
H1.HeaderClassName
{
color: #C96704;
}
.AnyTagClassName
{
color: #C96704;
}
</style>
background-color css
<style>
a { background-color: #C96704; }
a { background-color: rgb(201,103,4); }
div.DivClassName
{
background-color: #C96704;
}
.BgClassName
{
background-color: #C96704;
}
</style>
border-color css
<style>
span { border-color: #C96704; }
span { border-color: rgb(201,103,4); }
td.TdClassName
{
border-color: #C96704;
}
.TagClassName
{
border-color: #C96704;
}
</style>