Shades of Tenne (Tawny) #C96F00
Tints of Tenne (Tawny) #C96F00
RGB
CMYK
RGB Variations
Color information
#C96F00 (or 0xC96F00) is known color: Tenne (Tawny). HEX triplet: C9, 6F and 00. RGB value is (201,111,0). Sum of RGB (Red+Green+Blue) = 201+111+0=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F00 is #3690FF. Grayscale: #7D7D7D. Windows color (decimal): -3576064 or 28617. OLE color: 28617.
HSL color Cylindrical-coordinate representation of color #C96F00: hue angle of 33.13º 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 #C96F00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.21 |
| HSL | 33.13º | 1% | 0.39% | - |
| HSV(B) | 33.13º | 1% | 0.79% | - |
| XYZ | 29.77 | 23.79 | 3.02 | - |
| YUV | 125.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 0 | 0 | 0.45 | 1 | 0.21 | 33.13 | 1 | 0.39 |
| Hex | C9 | 6F | 0 | 0 | 2D | 64 | 15 | 21 | 64 | 27 |
| Octal | 311 | 157 | 0 | 0 | 55 | 144 | 25 | 41 | 144 | 47 |
| Binary | 11001001 | 1101111 | 0 | 0 | 101101 | 1100100 | 10101 | 100001 | 1100100 | 100111 |
Color Harmonies of #C96F00
Complementary color
Monochromatic Colors of #C96F00
Black with #C96F00
Text Example
Text Example
White with #C96F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F00; }
p { color: rgb(201,111,0); }
H1.HeaderClassName
{
color: #C96F00;
}
.AnyTagClassName
{
color: #C96F00;
}
</style>
background-color css
<style>
a { background-color: #C96F00; }
a { background-color: rgb(201,111,0); }
div.DivClassName
{
background-color: #C96F00;
}
.BgClassName
{
background-color: #C96F00;
}
</style>
border-color css
<style>
span { border-color: #C96F00; }
span { border-color: rgb(201,111,0); }
td.TdClassName
{
border-color: #C96F00;
}
.TagClassName
{
border-color: #C96F00;
}
</style>