Shades of Tenne (Tawny) #C96700
Tints of Tenne (Tawny) #C96700
RGB
CMYK
RGB Variations
Color information
#C96700 (or 0xC96700) is known color: Tenne (Tawny). HEX triplet: C9, 67 and 00. RGB value is (201,103,0). Sum of RGB (Red+Green+Blue) = 201+103+0=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C96700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96700 is #3698FF. Grayscale: #797979. Windows color (decimal): -3578112 or 26569. OLE color: 26569.
HSL color Cylindrical-coordinate representation of color #C96700: hue angle of 30.75º 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 #C96700 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.21 |
| HSL | 30.75º | 1% | 0.39% | - |
| HSV(B) | 30.75º | 1% | 0.79% | - |
| XYZ | 28.94 | 22.12 | 2.74 | - |
| YUV | 120.56 | 59.97 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 0 | 0 | 0.49 | 1 | 0.21 | 30.75 | 1 | 0.39 |
| Hex | C9 | 67 | 0 | 0 | 31 | 64 | 15 | 1F | 64 | 27 |
| Octal | 311 | 147 | 0 | 0 | 61 | 144 | 25 | 37 | 144 | 47 |
| Binary | 11001001 | 1100111 | 0 | 0 | 110001 | 1100100 | 10101 | 11111 | 1100100 | 100111 |
Color Harmonies of #C96700
Complementary color
Monochromatic Colors of #C96700
Black with #C96700
Text Example
Text Example
White with #C96700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96700; }
p { color: rgb(201,103,0); }
H1.HeaderClassName
{
color: #C96700;
}
.AnyTagClassName
{
color: #C96700;
}
</style>
background-color css
<style>
a { background-color: #C96700; }
a { background-color: rgb(201,103,0); }
div.DivClassName
{
background-color: #C96700;
}
.BgClassName
{
background-color: #C96700;
}
</style>
border-color css
<style>
span { border-color: #C96700; }
span { border-color: rgb(201,103,0); }
td.TdClassName
{
border-color: #C96700;
}
.TagClassName
{
border-color: #C96700;
}
</style>