Shades of Tenne (Tawny) #C56206
Tints of Tenne (Tawny) #C56206
RGB
CMYK
RGB Variations
Color information
#C56206 (or 0xC56206) is known color: Tenne (Tawny). HEX triplet: C5, 62 and 06. RGB value is (197,98,6). Sum of RGB (Red+Green+Blue) = 197+98+6=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C56206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56206 is #3A9DF9. Grayscale: #757575. Windows color (decimal): -3841530 or 418501. OLE color: 418501.
HSL color Cylindrical-coordinate representation of color #C56206: hue angle of 28.9º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C56206 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.23 |
| HSL | 28.9º | 0.94% | 0.4% | - |
| HSV(B) | 28.9º | 0.97% | 0.77% | - |
| XYZ | 27.43 | 20.62 | 2.71 | - |
| YUV | 117.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 6 | 0 | 0.50 | 0.97 | 0.23 | 28.9 | 0.94 | 0.4 |
| Hex | C5 | 62 | 6 | 0 | 32 | 61 | 17 | 1D | 5E | 28 |
| Octal | 305 | 142 | 6 | 0 | 62 | 141 | 27 | 35 | 136 | 50 |
| Binary | 11000101 | 1100010 | 110 | 0 | 110010 | 1100001 | 10111 | 11101 | 1011110 | 101000 |
Color Harmonies of #C56206
Complementary color
Monochromatic Colors of #C56206
Black with #C56206
Text Example
Text Example
White with #C56206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56206; }
p { color: rgb(197,98,6); }
H1.HeaderClassName
{
color: #C56206;
}
.AnyTagClassName
{
color: #C56206;
}
</style>
background-color css
<style>
a { background-color: #C56206; }
a { background-color: rgb(197,98,6); }
div.DivClassName
{
background-color: #C56206;
}
.BgClassName
{
background-color: #C56206;
}
</style>
border-color css
<style>
span { border-color: #C56206; }
span { border-color: rgb(197,98,6); }
td.TdClassName
{
border-color: #C56206;
}
.TagClassName
{
border-color: #C56206;
}
</style>