Shades of Tenne (Tawny) #C96508
Tints of Tenne (Tawny) #C96508
RGB
CMYK
RGB Variations
Color information
#C96508 (or 0xC96508) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 08. RGB value is (201,101,8). Sum of RGB (Red+Green+Blue) = 201+101+8=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C96508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96508 is #369AF7. Grayscale: #787878. Windows color (decimal): -3578616 or 550345. OLE color: 550345.
HSL color Cylindrical-coordinate representation of color #C96508: hue angle of 28.91º 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 #C96508 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.21 |
| HSL | 28.91º | 0.92% | 0.41% | - |
| HSV(B) | 28.91º | 0.96% | 0.79% | - |
| XYZ | 28.78 | 21.74 | 2.91 | - |
| YUV | 120.3 | 64.63 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 8 | 0 | 0.50 | 0.96 | 0.21 | 28.91 | 0.92 | 0.41 |
| Hex | C9 | 65 | 8 | 0 | 32 | 60 | 15 | 1D | 5C | 29 |
| Octal | 311 | 145 | 10 | 0 | 62 | 140 | 25 | 35 | 134 | 51 |
| Binary | 11001001 | 1100101 | 1000 | 0 | 110010 | 1100000 | 10101 | 11101 | 1011100 | 101001 |
Color Harmonies of #C96508
Complementary color
Monochromatic Colors of #C96508
Black with #C96508
Text Example
Text Example
White with #C96508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96508; }
p { color: rgb(201,101,8); }
H1.HeaderClassName
{
color: #C96508;
}
.AnyTagClassName
{
color: #C96508;
}
</style>
background-color css
<style>
a { background-color: #C96508; }
a { background-color: rgb(201,101,8); }
div.DivClassName
{
background-color: #C96508;
}
.BgClassName
{
background-color: #C96508;
}
</style>
border-color css
<style>
span { border-color: #C96508; }
span { border-color: rgb(201,101,8); }
td.TdClassName
{
border-color: #C96508;
}
.TagClassName
{
border-color: #C96508;
}
</style>