Shades of Tenne (Tawny) #C96805
Tints of Tenne (Tawny) #C96805
RGB
CMYK
RGB Variations
Color information
#C96805 (or 0xC96805) is known color: Tenne (Tawny). HEX triplet: C9, 68 and 05. RGB value is (201,104,5). Sum of RGB (Red+Green+Blue) = 201+104+5=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C96805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96805 is #3697FA. Grayscale: #7A7A7A. Windows color (decimal): -3577851 or 354505. OLE color: 354505.
HSL color Cylindrical-coordinate representation of color #C96805: hue angle of 30.31º 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 #C96805 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.21 |
| HSL | 30.31º | 0.95% | 0.4% | - |
| HSV(B) | 30.31º | 0.98% | 0.79% | - |
| XYZ | 29.07 | 22.33 | 2.92 | - |
| YUV | 121.72 | 62.14 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 5 | 0 | 0.48 | 0.98 | 0.21 | 30.31 | 0.95 | 0.4 |
| Hex | C9 | 68 | 5 | 0 | 30 | 62 | 15 | 1E | 5F | 28 |
| Octal | 311 | 150 | 5 | 0 | 60 | 142 | 25 | 36 | 137 | 50 |
| Binary | 11001001 | 1101000 | 101 | 0 | 110000 | 1100010 | 10101 | 11110 | 1011111 | 101000 |
Color Harmonies of #C96805
Complementary color
Monochromatic Colors of #C96805
Black with #C96805
Text Example
Text Example
White with #C96805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96805; }
p { color: rgb(201,104,5); }
H1.HeaderClassName
{
color: #C96805;
}
.AnyTagClassName
{
color: #C96805;
}
</style>
background-color css
<style>
a { background-color: #C96805; }
a { background-color: rgb(201,104,5); }
div.DivClassName
{
background-color: #C96805;
}
.BgClassName
{
background-color: #C96805;
}
</style>
border-color css
<style>
span { border-color: #C96805; }
span { border-color: rgb(201,104,5); }
td.TdClassName
{
border-color: #C96805;
}
.TagClassName
{
border-color: #C96805;
}
</style>