Shades of Tenne (Tawny) #C96010
Tints of Tenne (Tawny) #C96010
RGB
CMYK
RGB Variations
Color information
#C96010 (or 0xC96010) is known color: Tenne (Tawny). HEX triplet: C9, 60 and 10. RGB value is (201,96,16). Sum of RGB (Red+Green+Blue) = 201+96+16=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C96010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96010 is #369FEF. Grayscale: #767676. Windows color (decimal): -3579888 or 1073353. OLE color: 1073353.
HSL color Cylindrical-coordinate representation of color #C96010: hue angle of 25.95º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C96010 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.21 |
| HSL | 25.95º | 0.85% | 0.43% | - |
| HSV(B) | 25.95º | 0.92% | 0.79% | - |
| XYZ | 28.36 | 20.82 | 3.01 | - |
| YUV | 118.28 | 70.29 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 16 | 0 | 0.52 | 0.92 | 0.21 | 25.95 | 0.85 | 0.43 |
| Hex | C9 | 60 | 10 | 0 | 34 | 5C | 15 | 1A | 55 | 2B |
| Octal | 311 | 140 | 20 | 0 | 64 | 134 | 25 | 32 | 125 | 53 |
| Binary | 11001001 | 1100000 | 10000 | 0 | 110100 | 1011100 | 10101 | 11010 | 1010101 | 101011 |
Color Harmonies of #C96010
Complementary color
Monochromatic Colors of #C96010
Black with #C96010
Text Example
Text Example
White with #C96010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96010; }
p { color: rgb(201,96,16); }
H1.HeaderClassName
{
color: #C96010;
}
.AnyTagClassName
{
color: #C96010;
}
</style>
background-color css
<style>
a { background-color: #C96010; }
a { background-color: rgb(201,96,16); }
div.DivClassName
{
background-color: #C96010;
}
.BgClassName
{
background-color: #C96010;
}
</style>
border-color css
<style>
span { border-color: #C96010; }
span { border-color: rgb(201,96,16); }
td.TdClassName
{
border-color: #C96010;
}
.TagClassName
{
border-color: #C96010;
}
</style>