Shades of Tenne (Tawny) #C56706
Tints of Tenne (Tawny) #C56706
RGB
CMYK
RGB Variations
Color information
#C56706 (or 0xC56706) is known color: Tenne (Tawny). HEX triplet: C5, 67 and 06. RGB value is (197,103,6). Sum of RGB (Red+Green+Blue) = 197+103+6=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C56706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56706 is #3A98F9. Grayscale: #787878. Windows color (decimal): -3840250 or 419781. OLE color: 419781.
HSL color Cylindrical-coordinate representation of color #C56706: hue angle of 30.47º 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 #C56706 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 6 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.23 |
| HSL | 30.47º | 0.94% | 0.4% | - |
| HSV(B) | 30.47º | 0.97% | 0.77% | - |
| XYZ | 27.91 | 21.58 | 2.87 | - |
| YUV | 120.05 | 63.64 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 6 | 0 | 0.48 | 0.97 | 0.23 | 30.47 | 0.94 | 0.4 |
| Hex | C5 | 67 | 6 | 0 | 30 | 61 | 17 | 1E | 5E | 28 |
| Octal | 305 | 147 | 6 | 0 | 60 | 141 | 27 | 36 | 136 | 50 |
| Binary | 11000101 | 1100111 | 110 | 0 | 110000 | 1100001 | 10111 | 11110 | 1011110 | 101000 |
Color Harmonies of #C56706
Complementary color
Monochromatic Colors of #C56706
Black with #C56706
Text Example
Text Example
White with #C56706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56706; }
p { color: rgb(197,103,6); }
H1.HeaderClassName
{
color: #C56706;
}
.AnyTagClassName
{
color: #C56706;
}
</style>
background-color css
<style>
a { background-color: #C56706; }
a { background-color: rgb(197,103,6); }
div.DivClassName
{
background-color: #C56706;
}
.BgClassName
{
background-color: #C56706;
}
</style>
border-color css
<style>
span { border-color: #C56706; }
span { border-color: rgb(197,103,6); }
td.TdClassName
{
border-color: #C56706;
}
.TagClassName
{
border-color: #C56706;
}
</style>