Shades of Tenne (Tawny) #C96605
Tints of Tenne (Tawny) #C96605
RGB
CMYK
RGB Variations
Color information
#C96605 (or 0xC96605) is known color: Tenne (Tawny). HEX triplet: C9, 66 and 05. RGB value is (201,102,5). Sum of RGB (Red+Green+Blue) = 201+102+5=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C96605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96605 is #3699FA. Grayscale: #797979. Windows color (decimal): -3578363 or 353993. OLE color: 353993.
HSL color Cylindrical-coordinate representation of color #C96605: hue angle of 29.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C96605 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.21 |
| HSL | 29.69º | 0.95% | 0.4% | - |
| HSV(B) | 29.69º | 0.98% | 0.79% | - |
| XYZ | 28.87 | 21.93 | 2.86 | - |
| YUV | 120.54 | 62.8 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 5 | 0 | 0.49 | 0.98 | 0.21 | 29.69 | 0.95 | 0.4 |
| Hex | C9 | 66 | 5 | 0 | 31 | 62 | 15 | 1E | 5F | 28 |
| Octal | 311 | 146 | 5 | 0 | 61 | 142 | 25 | 36 | 137 | 50 |
| Binary | 11001001 | 1100110 | 101 | 0 | 110001 | 1100010 | 10101 | 11110 | 1011111 | 101000 |
Color Harmonies of #C96605
Complementary color
Monochromatic Colors of #C96605
Black with #C96605
Text Example
Text Example
White with #C96605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96605; }
p { color: rgb(201,102,5); }
H1.HeaderClassName
{
color: #C96605;
}
.AnyTagClassName
{
color: #C96605;
}
</style>
background-color css
<style>
a { background-color: #C96605; }
a { background-color: rgb(201,102,5); }
div.DivClassName
{
background-color: #C96605;
}
.BgClassName
{
background-color: #C96605;
}
</style>
border-color css
<style>
span { border-color: #C96605; }
span { border-color: rgb(201,102,5); }
td.TdClassName
{
border-color: #C96605;
}
.TagClassName
{
border-color: #C96605;
}
</style>