Shades of Tenne (Tawny) #C95906
Tints of Tenne (Tawny) #C95906
RGB
CMYK
RGB Variations
Color information
#C95906 (or 0xC95906) is known color: Tenne (Tawny). HEX triplet: C9, 59 and 06. RGB value is (201,89,6). Sum of RGB (Red+Green+Blue) = 201+89+6=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C95906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95906 is #36A6F9. Grayscale: #717171. Windows color (decimal): -3581690 or 416201. OLE color: 416201.
HSL color Cylindrical-coordinate representation of color #C95906: hue angle of 25.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C95906 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.21 |
| HSL | 25.54º | 0.94% | 0.41% | - |
| HSV(B) | 25.54º | 0.97% | 0.79% | - |
| XYZ | 27.69 | 19.58 | 2.49 | - |
| YUV | 113.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 6 | 0 | 0.56 | 0.97 | 0.21 | 25.54 | 0.94 | 0.41 |
| Hex | C9 | 59 | 6 | 0 | 38 | 61 | 15 | 1A | 5E | 29 |
| Octal | 311 | 131 | 6 | 0 | 70 | 141 | 25 | 32 | 136 | 51 |
| Binary | 11001001 | 1011001 | 110 | 0 | 111000 | 1100001 | 10101 | 11010 | 1011110 | 101001 |
Color Harmonies of #C95906
Complementary color
Monochromatic Colors of #C95906
Black with #C95906
Text Example
Text Example
White with #C95906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95906; }
p { color: rgb(201,89,6); }
H1.HeaderClassName
{
color: #C95906;
}
.AnyTagClassName
{
color: #C95906;
}
</style>
background-color css
<style>
a { background-color: #C95906; }
a { background-color: rgb(201,89,6); }
div.DivClassName
{
background-color: #C95906;
}
.BgClassName
{
background-color: #C95906;
}
</style>
border-color css
<style>
span { border-color: #C95906; }
span { border-color: rgb(201,89,6); }
td.TdClassName
{
border-color: #C95906;
}
.TagClassName
{
border-color: #C95906;
}
</style>