Shades of Tenne (Tawny) #C96D00
Tints of Tenne (Tawny) #C96D00
RGB
CMYK
RGB Variations
Color information
#C96D00 (or 0xC96D00) is known color: Tenne (Tawny). HEX triplet: C9, 6D and 00. RGB value is (201,109,0). Sum of RGB (Red+Green+Blue) = 201+109+0=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96D00 is #3692FF. Grayscale: #7C7C7C. Windows color (decimal): -3576576 or 28105. OLE color: 28105.
HSL color Cylindrical-coordinate representation of color #C96D00: hue angle of 32.54º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C96D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.21 |
| HSL | 32.54º | 1% | 0.39% | - |
| HSV(B) | 32.54º | 1% | 0.79% | - |
| XYZ | 29.56 | 23.35 | 2.95 | - |
| YUV | 124.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 0 | 0 | 0.46 | 1 | 0.21 | 32.54 | 1 | 0.39 |
| Hex | C9 | 6D | 0 | 0 | 2E | 64 | 15 | 21 | 64 | 27 |
| Octal | 311 | 155 | 0 | 0 | 56 | 144 | 25 | 41 | 144 | 47 |
| Binary | 11001001 | 1101101 | 0 | 0 | 101110 | 1100100 | 10101 | 100001 | 1100100 | 100111 |
Color Harmonies of #C96D00
Complementary color
Monochromatic Colors of #C96D00
Black with #C96D00
Text Example
Text Example
White with #C96D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D00; }
p { color: rgb(201,109,0); }
H1.HeaderClassName
{
color: #C96D00;
}
.AnyTagClassName
{
color: #C96D00;
}
</style>
background-color css
<style>
a { background-color: #C96D00; }
a { background-color: rgb(201,109,0); }
div.DivClassName
{
background-color: #C96D00;
}
.BgClassName
{
background-color: #C96D00;
}
</style>
border-color css
<style>
span { border-color: #C96D00; }
span { border-color: rgb(201,109,0); }
td.TdClassName
{
border-color: #C96D00;
}
.TagClassName
{
border-color: #C96D00;
}
</style>