Shades of Tenne (Tawny) #C96C00
Tints of Tenne (Tawny) #C96C00
RGB
CMYK
RGB Variations
Color information
#C96C00 (or 0xC96C00) is known color: Tenne (Tawny). HEX triplet: C9, 6C and 00. RGB value is (201,108,0). Sum of RGB (Red+Green+Blue) = 201+108+0=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C00 is #3693FF. Grayscale: #7C7C7C. Windows color (decimal): -3576832 or 27849. OLE color: 27849.
HSL color Cylindrical-coordinate representation of color #C96C00: hue angle of 32.24º 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 #C96C00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.21 |
| HSL | 32.24º | 1% | 0.39% | - |
| HSV(B) | 32.24º | 1% | 0.79% | - |
| XYZ | 29.45 | 23.14 | 2.91 | - |
| YUV | 123.5 | 58.31 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 0 | 0 | 0.46 | 1 | 0.21 | 32.24 | 1 | 0.39 |
| Hex | C9 | 6C | 0 | 0 | 2E | 64 | 15 | 20 | 64 | 27 |
| Octal | 311 | 154 | 0 | 0 | 56 | 144 | 25 | 40 | 144 | 47 |
| Binary | 11001001 | 1101100 | 0 | 0 | 101110 | 1100100 | 10101 | 100000 | 1100100 | 100111 |
Color Harmonies of #C96C00
Complementary color
Monochromatic Colors of #C96C00
Black with #C96C00
Text Example
Text Example
White with #C96C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C00; }
p { color: rgb(201,108,0); }
H1.HeaderClassName
{
color: #C96C00;
}
.AnyTagClassName
{
color: #C96C00;
}
</style>
background-color css
<style>
a { background-color: #C96C00; }
a { background-color: rgb(201,108,0); }
div.DivClassName
{
background-color: #C96C00;
}
.BgClassName
{
background-color: #C96C00;
}
</style>
border-color css
<style>
span { border-color: #C96C00; }
span { border-color: rgb(201,108,0); }
td.TdClassName
{
border-color: #C96C00;
}
.TagClassName
{
border-color: #C96C00;
}
</style>