Shades of Tenne (Tawny) #C96705
Tints of Tenne (Tawny) #C96705
RGB
CMYK
RGB Variations
Color information
#C96705 (or 0xC96705) is known color: Tenne (Tawny). HEX triplet: C9, 67 and 05. RGB value is (201,103,5). Sum of RGB (Red+Green+Blue) = 201+103+5=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C96705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96705 is #3698FA. Grayscale: #797979. Windows color (decimal): -3578107 or 354249. OLE color: 354249.
HSL color Cylindrical-coordinate representation of color #C96705: hue angle of 30º 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 #C96705 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.21 |
| HSL | 30º | 0.95% | 0.4% | - |
| HSV(B) | 30º | 0.98% | 0.79% | - |
| XYZ | 28.97 | 22.13 | 2.89 | - |
| YUV | 121.13 | 62.47 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 5 | 0 | 0.49 | 0.98 | 0.21 | 30 | 0.95 | 0.4 |
| Hex | C9 | 67 | 5 | 0 | 31 | 62 | 15 | 1E | 5F | 28 |
| Octal | 311 | 147 | 5 | 0 | 61 | 142 | 25 | 36 | 137 | 50 |
| Binary | 11001001 | 1100111 | 101 | 0 | 110001 | 1100010 | 10101 | 11110 | 1011111 | 101000 |
Color Harmonies of #C96705
Complementary color
Monochromatic Colors of #C96705
Black with #C96705
Text Example
Text Example
White with #C96705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96705; }
p { color: rgb(201,103,5); }
H1.HeaderClassName
{
color: #C96705;
}
.AnyTagClassName
{
color: #C96705;
}
</style>
background-color css
<style>
a { background-color: #C96705; }
a { background-color: rgb(201,103,5); }
div.DivClassName
{
background-color: #C96705;
}
.BgClassName
{
background-color: #C96705;
}
</style>
border-color css
<style>
span { border-color: #C96705; }
span { border-color: rgb(201,103,5); }
td.TdClassName
{
border-color: #C96705;
}
.TagClassName
{
border-color: #C96705;
}
</style>