Shades of Tenne (Tawny) #C95706
Tints of Tenne (Tawny) #C95706
RGB
CMYK
RGB Variations
Color information
#C95706 (or 0xC95706) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 06. RGB value is (201,87,6). Sum of RGB (Red+Green+Blue) = 201+87+6=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C95706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95706 is #36A8F9. Grayscale: #707070. Windows color (decimal): -3582202 or 415689. OLE color: 415689.
HSL color Cylindrical-coordinate representation of color #C95706: hue angle of 24.92º 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 #C95706 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.21 |
| HSL | 24.92º | 0.94% | 0.41% | - |
| HSV(B) | 24.92º | 0.97% | 0.79% | - |
| XYZ | 27.53 | 19.25 | 2.44 | - |
| YUV | 111.85 | 68.27 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 6 | 0 | 0.57 | 0.97 | 0.21 | 24.92 | 0.94 | 0.41 |
| Hex | C9 | 57 | 6 | 0 | 39 | 61 | 15 | 19 | 5E | 29 |
| Octal | 311 | 127 | 6 | 0 | 71 | 141 | 25 | 31 | 136 | 51 |
| Binary | 11001001 | 1010111 | 110 | 0 | 111001 | 1100001 | 10101 | 11001 | 1011110 | 101001 |
Color Harmonies of #C95706
Complementary color
Monochromatic Colors of #C95706
Black with #C95706
Text Example
Text Example
White with #C95706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95706; }
p { color: rgb(201,87,6); }
H1.HeaderClassName
{
color: #C95706;
}
.AnyTagClassName
{
color: #C95706;
}
</style>
background-color css
<style>
a { background-color: #C95706; }
a { background-color: rgb(201,87,6); }
div.DivClassName
{
background-color: #C95706;
}
.BgClassName
{
background-color: #C95706;
}
</style>
border-color css
<style>
span { border-color: #C95706; }
span { border-color: rgb(201,87,6); }
td.TdClassName
{
border-color: #C95706;
}
.TagClassName
{
border-color: #C95706;
}
</style>