Shades of Tenne (Tawny) #C56506
Tints of Tenne (Tawny) #C56506
RGB
CMYK
RGB Variations
Color information
#C56506 (or 0xC56506) is known color: Tenne (Tawny). HEX triplet: C5, 65 and 06. RGB value is (197,101,6). Sum of RGB (Red+Green+Blue) = 197+101+6=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C56506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56506 is #3A9AF9. Grayscale: #777777. Windows color (decimal): -3840762 or 419269. OLE color: 419269.
HSL color Cylindrical-coordinate representation of color #C56506: hue angle of 29.84º 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 #C56506 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.23 |
| HSL | 29.84º | 0.94% | 0.4% | - |
| HSV(B) | 29.84º | 0.97% | 0.77% | - |
| XYZ | 27.71 | 21.19 | 2.8 | - |
| YUV | 118.87 | 64.3 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 6 | 0 | 0.49 | 0.97 | 0.23 | 29.84 | 0.94 | 0.4 |
| Hex | C5 | 65 | 6 | 0 | 31 | 61 | 17 | 1E | 5E | 28 |
| Octal | 305 | 145 | 6 | 0 | 61 | 141 | 27 | 36 | 136 | 50 |
| Binary | 11000101 | 1100101 | 110 | 0 | 110001 | 1100001 | 10111 | 11110 | 1011110 | 101000 |
Color Harmonies of #C56506
Complementary color
Monochromatic Colors of #C56506
Black with #C56506
Text Example
Text Example
White with #C56506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56506; }
p { color: rgb(197,101,6); }
H1.HeaderClassName
{
color: #C56506;
}
.AnyTagClassName
{
color: #C56506;
}
</style>
background-color css
<style>
a { background-color: #C56506; }
a { background-color: rgb(197,101,6); }
div.DivClassName
{
background-color: #C56506;
}
.BgClassName
{
background-color: #C56506;
}
</style>
border-color css
<style>
span { border-color: #C56506; }
span { border-color: rgb(197,101,6); }
td.TdClassName
{
border-color: #C56506;
}
.TagClassName
{
border-color: #C56506;
}
</style>