Shades of Tenne (Tawny) #C56B06
Tints of Tenne (Tawny) #C56B06
RGB
CMYK
RGB Variations
Color information
#C56B06 (or 0xC56B06) is known color: Tenne (Tawny). HEX triplet: C5, 6B and 06. RGB value is (197,107,6). Sum of RGB (Red+Green+Blue) = 197+107+6=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56B06 is #3A94F9. Grayscale: #7A7A7A. Windows color (decimal): -3839226 or 420805. OLE color: 420805.
HSL color Cylindrical-coordinate representation of color #C56B06: hue angle of 31.73º 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 #C56B06 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.23 |
| HSL | 31.73º | 0.94% | 0.4% | - |
| HSV(B) | 31.73º | 0.97% | 0.77% | - |
| XYZ | 28.32 | 22.4 | 3 | - |
| YUV | 122.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 6 | 0 | 0.46 | 0.97 | 0.23 | 31.73 | 0.94 | 0.4 |
| Hex | C5 | 6B | 6 | 0 | 2E | 61 | 17 | 20 | 5E | 28 |
| Octal | 305 | 153 | 6 | 0 | 56 | 141 | 27 | 40 | 136 | 50 |
| Binary | 11000101 | 1101011 | 110 | 0 | 101110 | 1100001 | 10111 | 100000 | 1011110 | 101000 |
Color Harmonies of #C56B06
Complementary color
Monochromatic Colors of #C56B06
Black with #C56B06
Text Example
Text Example
White with #C56B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B06; }
p { color: rgb(197,107,6); }
H1.HeaderClassName
{
color: #C56B06;
}
.AnyTagClassName
{
color: #C56B06;
}
</style>
background-color css
<style>
a { background-color: #C56B06; }
a { background-color: rgb(197,107,6); }
div.DivClassName
{
background-color: #C56B06;
}
.BgClassName
{
background-color: #C56B06;
}
</style>
border-color css
<style>
span { border-color: #C56B06; }
span { border-color: rgb(197,107,6); }
td.TdClassName
{
border-color: #C56B06;
}
.TagClassName
{
border-color: #C56B06;
}
</style>