Shades of Tenne (Tawny) #C96206
Tints of Tenne (Tawny) #C96206
RGB
CMYK
RGB Variations
Color information
#C96206 (or 0xC96206) is known color: Tenne (Tawny). HEX triplet: C9, 62 and 06. RGB value is (201,98,6). Sum of RGB (Red+Green+Blue) = 201+98+6=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C96206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96206 is #369DF9. Grayscale: #767676. Windows color (decimal): -3579386 or 418505. OLE color: 418505.
HSL color Cylindrical-coordinate representation of color #C96206: hue angle of 28.31º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C96206 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.21 |
| HSL | 28.31º | 0.94% | 0.41% | - |
| HSV(B) | 28.31º | 0.97% | 0.79% | - |
| XYZ | 28.49 | 21.17 | 2.76 | - |
| YUV | 118.31 | 64.62 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 6 | 0 | 0.51 | 0.97 | 0.21 | 28.31 | 0.94 | 0.41 |
| Hex | C9 | 62 | 6 | 0 | 33 | 61 | 15 | 1C | 5E | 29 |
| Octal | 311 | 142 | 6 | 0 | 63 | 141 | 25 | 34 | 136 | 51 |
| Binary | 11001001 | 1100010 | 110 | 0 | 110011 | 1100001 | 10101 | 11100 | 1011110 | 101001 |
Color Harmonies of #C96206
Complementary color
Monochromatic Colors of #C96206
Black with #C96206
Text Example
Text Example
White with #C96206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96206; }
p { color: rgb(201,98,6); }
H1.HeaderClassName
{
color: #C96206;
}
.AnyTagClassName
{
color: #C96206;
}
</style>
background-color css
<style>
a { background-color: #C96206; }
a { background-color: rgb(201,98,6); }
div.DivClassName
{
background-color: #C96206;
}
.BgClassName
{
background-color: #C96206;
}
</style>
border-color css
<style>
span { border-color: #C96206; }
span { border-color: rgb(201,98,6); }
td.TdClassName
{
border-color: #C96206;
}
.TagClassName
{
border-color: #C96206;
}
</style>