Shades of Tenne (Tawny) #C56607
Tints of Tenne (Tawny) #C56607
RGB
CMYK
RGB Variations
Color information
#C56607 (or 0xC56607) is known color: Tenne (Tawny). HEX triplet: C5, 66 and 07. RGB value is (197,102,7). Sum of RGB (Red+Green+Blue) = 197+102+7=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C56607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56607 is #3A99F8. Grayscale: #787878. Windows color (decimal): -3840505 or 485061. OLE color: 485061.
HSL color Cylindrical-coordinate representation of color #C56607: hue angle of 30º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C56607 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 7 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.23 |
| HSL | 30º | 0.93% | 0.4% | - |
| HSV(B) | 30º | 0.96% | 0.77% | - |
| XYZ | 27.82 | 21.39 | 2.86 | - |
| YUV | 119.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 7 | 0 | 0.48 | 0.96 | 0.23 | 30 | 0.93 | 0.4 |
| Hex | C5 | 66 | 7 | 0 | 30 | 60 | 17 | 1E | 5D | 28 |
| Octal | 305 | 146 | 7 | 0 | 60 | 140 | 27 | 36 | 135 | 50 |
| Binary | 11000101 | 1100110 | 111 | 0 | 110000 | 1100000 | 10111 | 11110 | 1011101 | 101000 |
Color Harmonies of #C56607
Complementary color
Monochromatic Colors of #C56607
Black with #C56607
Text Example
Text Example
White with #C56607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56607; }
p { color: rgb(197,102,7); }
H1.HeaderClassName
{
color: #C56607;
}
.AnyTagClassName
{
color: #C56607;
}
</style>
background-color css
<style>
a { background-color: #C56607; }
a { background-color: rgb(197,102,7); }
div.DivClassName
{
background-color: #C56607;
}
.BgClassName
{
background-color: #C56607;
}
</style>
border-color css
<style>
span { border-color: #C56607; }
span { border-color: rgb(197,102,7); }
td.TdClassName
{
border-color: #C56607;
}
.TagClassName
{
border-color: #C56607;
}
</style>