Shades of Tenne (Tawny) #C96608
Tints of Tenne (Tawny) #C96608
RGB
CMYK
RGB Variations
Color information
#C96608 (or 0xC96608) is known color: Tenne (Tawny). HEX triplet: C9, 66 and 08. RGB value is (201,102,8). Sum of RGB (Red+Green+Blue) = 201+102+8=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C96608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96608 is #3699F7. Grayscale: #797979. Windows color (decimal): -3578360 or 550601. OLE color: 550601.
HSL color Cylindrical-coordinate representation of color #C96608: hue angle of 29.22º 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 #C96608 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.21 |
| HSL | 29.22º | 0.92% | 0.41% | - |
| HSV(B) | 29.22º | 0.96% | 0.79% | - |
| XYZ | 28.88 | 21.94 | 2.94 | - |
| YUV | 120.89 | 64.3 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 8 | 0 | 0.49 | 0.96 | 0.21 | 29.22 | 0.92 | 0.41 |
| Hex | C9 | 66 | 8 | 0 | 31 | 60 | 15 | 1D | 5C | 29 |
| Octal | 311 | 146 | 10 | 0 | 61 | 140 | 25 | 35 | 134 | 51 |
| Binary | 11001001 | 1100110 | 1000 | 0 | 110001 | 1100000 | 10101 | 11101 | 1011100 | 101001 |
Color Harmonies of #C96608
Complementary color
Monochromatic Colors of #C96608
Black with #C96608
Text Example
Text Example
White with #C96608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96608; }
p { color: rgb(201,102,8); }
H1.HeaderClassName
{
color: #C96608;
}
.AnyTagClassName
{
color: #C96608;
}
</style>
background-color css
<style>
a { background-color: #C96608; }
a { background-color: rgb(201,102,8); }
div.DivClassName
{
background-color: #C96608;
}
.BgClassName
{
background-color: #C96608;
}
</style>
border-color css
<style>
span { border-color: #C96608; }
span { border-color: rgb(201,102,8); }
td.TdClassName
{
border-color: #C96608;
}
.TagClassName
{
border-color: #C96608;
}
</style>