Shades of Tenne (Tawny) #C96408
Tints of Tenne (Tawny) #C96408
RGB
CMYK
RGB Variations
Color information
#C96408 (or 0xC96408) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 08. RGB value is (201,100,8). Sum of RGB (Red+Green+Blue) = 201+100+8=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C96408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96408 is #369BF7. Grayscale: #787878. Windows color (decimal): -3578872 or 550089. OLE color: 550089.
HSL color Cylindrical-coordinate representation of color #C96408: hue angle of 28.6º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C96408 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.21 |
| HSL | 28.6º | 0.92% | 0.41% | - |
| HSV(B) | 28.6º | 0.96% | 0.79% | - |
| XYZ | 28.69 | 21.55 | 2.88 | - |
| YUV | 119.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 8 | 0 | 0.50 | 0.96 | 0.21 | 28.6 | 0.92 | 0.41 |
| Hex | C9 | 64 | 8 | 0 | 32 | 60 | 15 | 1D | 5C | 29 |
| Octal | 311 | 144 | 10 | 0 | 62 | 140 | 25 | 35 | 134 | 51 |
| Binary | 11001001 | 1100100 | 1000 | 0 | 110010 | 1100000 | 10101 | 11101 | 1011100 | 101001 |
Color Harmonies of #C96408
Complementary color
Monochromatic Colors of #C96408
Black with #C96408
Text Example
Text Example
White with #C96408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96408; }
p { color: rgb(201,100,8); }
H1.HeaderClassName
{
color: #C96408;
}
.AnyTagClassName
{
color: #C96408;
}
</style>
background-color css
<style>
a { background-color: #C96408; }
a { background-color: rgb(201,100,8); }
div.DivClassName
{
background-color: #C96408;
}
.BgClassName
{
background-color: #C96408;
}
</style>
border-color css
<style>
span { border-color: #C96408; }
span { border-color: rgb(201,100,8); }
td.TdClassName
{
border-color: #C96408;
}
.TagClassName
{
border-color: #C96408;
}
</style>