Shades of Tenne (Tawny) #C96A00
Tints of Tenne (Tawny) #C96A00
RGB
CMYK
RGB Variations
Color information
#C96A00 (or 0xC96A00) is known color: Tenne (Tawny). HEX triplet: C9, 6A and 00. RGB value is (201,106,0). Sum of RGB (Red+Green+Blue) = 201+106+0=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A00 is #3695FF. Grayscale: #7A7A7A. Windows color (decimal): -3577344 or 27337. OLE color: 27337.
HSL color Cylindrical-coordinate representation of color #C96A00: hue angle of 31.64º 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 #C96A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.21 |
| HSL | 31.64º | 1% | 0.39% | - |
| HSV(B) | 31.64º | 1% | 0.79% | - |
| XYZ | 29.24 | 22.73 | 2.85 | - |
| YUV | 122.32 | 58.97 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 0 | 0 | 0.47 | 1 | 0.21 | 31.64 | 1 | 0.39 |
| Hex | C9 | 6A | 0 | 0 | 2F | 64 | 15 | 20 | 64 | 27 |
| Octal | 311 | 152 | 0 | 0 | 57 | 144 | 25 | 40 | 144 | 47 |
| Binary | 11001001 | 1101010 | 0 | 0 | 101111 | 1100100 | 10101 | 100000 | 1100100 | 100111 |
Color Harmonies of #C96A00
Complementary color
Monochromatic Colors of #C96A00
Black with #C96A00
Text Example
Text Example
White with #C96A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A00; }
p { color: rgb(201,106,0); }
H1.HeaderClassName
{
color: #C96A00;
}
.AnyTagClassName
{
color: #C96A00;
}
</style>
background-color css
<style>
a { background-color: #C96A00; }
a { background-color: rgb(201,106,0); }
div.DivClassName
{
background-color: #C96A00;
}
.BgClassName
{
background-color: #C96A00;
}
</style>
border-color css
<style>
span { border-color: #C96A00; }
span { border-color: rgb(201,106,0); }
td.TdClassName
{
border-color: #C96A00;
}
.TagClassName
{
border-color: #C96A00;
}
</style>