Shades of Tenne (Tawny) #C56705
Tints of Tenne (Tawny) #C56705
RGB
CMYK
RGB Variations
Color information
#C56705 (or 0xC56705) is known color: Tenne (Tawny). HEX triplet: C5, 67 and 05. RGB value is (197,103,5). Sum of RGB (Red+Green+Blue) = 197+103+5=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C56705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56705 is #3A98FA. Grayscale: #787878. Windows color (decimal): -3840251 or 354245. OLE color: 354245.
HSL color Cylindrical-coordinate representation of color #C56705: hue angle of 30.63º degrees, saturation: 0.95, 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 #C56705 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 5 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.23 |
| HSL | 30.63º | 0.95% | 0.4% | - |
| HSV(B) | 30.63º | 0.97% | 0.77% | - |
| XYZ | 27.9 | 21.58 | 2.84 | - |
| YUV | 119.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 5 | 0 | 0.48 | 0.97 | 0.23 | 30.63 | 0.95 | 0.4 |
| Hex | C5 | 67 | 5 | 0 | 30 | 61 | 17 | 1F | 5F | 28 |
| Octal | 305 | 147 | 5 | 0 | 60 | 141 | 27 | 37 | 137 | 50 |
| Binary | 11000101 | 1100111 | 101 | 0 | 110000 | 1100001 | 10111 | 11111 | 1011111 | 101000 |
Color Harmonies of #C56705
Complementary color
Monochromatic Colors of #C56705
Black with #C56705
Text Example
Text Example
White with #C56705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56705; }
p { color: rgb(197,103,5); }
H1.HeaderClassName
{
color: #C56705;
}
.AnyTagClassName
{
color: #C56705;
}
</style>
background-color css
<style>
a { background-color: #C56705; }
a { background-color: rgb(197,103,5); }
div.DivClassName
{
background-color: #C56705;
}
.BgClassName
{
background-color: #C56705;
}
</style>
border-color css
<style>
span { border-color: #C56705; }
span { border-color: rgb(197,103,5); }
td.TdClassName
{
border-color: #C56705;
}
.TagClassName
{
border-color: #C56705;
}
</style>