Shades of Tenne (Tawny) #C96900
Tints of Tenne (Tawny) #C96900
RGB
CMYK
RGB Variations
Color information
#C96900 (or 0xC96900) is known color: Tenne (Tawny). HEX triplet: C9, 69 and 00. RGB value is (201,105,0). Sum of RGB (Red+Green+Blue) = 201+105+0=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C96900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96900 is #3696FF. Grayscale: #7A7A7A. Windows color (decimal): -3577600 or 27081. OLE color: 27081.
HSL color Cylindrical-coordinate representation of color #C96900: hue angle of 31.34º 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 #C96900 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.21 |
| HSL | 31.34º | 1% | 0.39% | - |
| HSV(B) | 31.34º | 1% | 0.79% | - |
| XYZ | 29.14 | 22.52 | 2.81 | - |
| YUV | 121.73 | 59.3 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 0 | 0 | 0.48 | 1 | 0.21 | 31.34 | 1 | 0.39 |
| Hex | C9 | 69 | 0 | 0 | 30 | 64 | 15 | 1F | 64 | 27 |
| Octal | 311 | 151 | 0 | 0 | 60 | 144 | 25 | 37 | 144 | 47 |
| Binary | 11001001 | 1101001 | 0 | 0 | 110000 | 1100100 | 10101 | 11111 | 1100100 | 100111 |
Color Harmonies of #C96900
Complementary color
Monochromatic Colors of #C96900
Black with #C96900
Text Example
Text Example
White with #C96900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96900; }
p { color: rgb(201,105,0); }
H1.HeaderClassName
{
color: #C96900;
}
.AnyTagClassName
{
color: #C96900;
}
</style>
background-color css
<style>
a { background-color: #C96900; }
a { background-color: rgb(201,105,0); }
div.DivClassName
{
background-color: #C96900;
}
.BgClassName
{
background-color: #C96900;
}
</style>
border-color css
<style>
span { border-color: #C96900; }
span { border-color: rgb(201,105,0); }
td.TdClassName
{
border-color: #C96900;
}
.TagClassName
{
border-color: #C96900;
}
</style>