Shades of Tenne (Tawny) #C96208
Tints of Tenne (Tawny) #C96208
RGB
CMYK
RGB Variations
Color information
#C96208 (or 0xC96208) is known color: Tenne (Tawny). HEX triplet: C9, 62 and 08. RGB value is (201,98,8). Sum of RGB (Red+Green+Blue) = 201+98+8=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C96208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96208 is #369DF7. Grayscale: #777777. Windows color (decimal): -3579384 or 549577. OLE color: 549577.
HSL color Cylindrical-coordinate representation of color #C96208: hue angle of 27.98º 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 #C96208 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.21 |
| HSL | 27.98º | 0.92% | 0.41% | - |
| HSV(B) | 27.98º | 0.96% | 0.79% | - |
| XYZ | 28.5 | 21.17 | 2.81 | - |
| YUV | 118.54 | 65.62 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 8 | 0 | 0.51 | 0.96 | 0.21 | 27.98 | 0.92 | 0.41 |
| Hex | C9 | 62 | 8 | 0 | 33 | 60 | 15 | 1C | 5C | 29 |
| Octal | 311 | 142 | 10 | 0 | 63 | 140 | 25 | 34 | 134 | 51 |
| Binary | 11001001 | 1100010 | 1000 | 0 | 110011 | 1100000 | 10101 | 11100 | 1011100 | 101001 |
Color Harmonies of #C96208
Complementary color
Monochromatic Colors of #C96208
Black with #C96208
Text Example
Text Example
White with #C96208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96208; }
p { color: rgb(201,98,8); }
H1.HeaderClassName
{
color: #C96208;
}
.AnyTagClassName
{
color: #C96208;
}
</style>
background-color css
<style>
a { background-color: #C96208; }
a { background-color: rgb(201,98,8); }
div.DivClassName
{
background-color: #C96208;
}
.BgClassName
{
background-color: #C96208;
}
</style>
border-color css
<style>
span { border-color: #C96208; }
span { border-color: rgb(201,98,8); }
td.TdClassName
{
border-color: #C96208;
}
.TagClassName
{
border-color: #C96208;
}
</style>