Shades of Tenne (Tawny) #C65616
Tints of Tenne (Tawny) #C65616
RGB
CMYK
RGB Variations
Color information
#C65616 (or 0xC65616) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 16. RGB value is (198,86,22). Sum of RGB (Red+Green+Blue) = 198+86+22=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C65616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65616 is #39A9E9. Grayscale: #707070. Windows color (decimal): -3779050 or 1464006. OLE color: 1464006.
HSL color Cylindrical-coordinate representation of color #C65616: hue angle of 21.82º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C65616 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 22 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.22 |
| HSL | 21.82º | 0.8% | 0.43% | - |
| HSV(B) | 21.82º | 0.89% | 0.78% | - |
| XYZ | 26.76 | 18.72 | 2.96 | - |
| YUV | 112.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 22 | 0 | 0.57 | 0.89 | 0.22 | 21.82 | 0.8 | 0.43 |
| Hex | C6 | 56 | 16 | 0 | 39 | 59 | 16 | 16 | 50 | 2B |
| Octal | 306 | 126 | 26 | 0 | 71 | 131 | 26 | 26 | 120 | 53 |
| Binary | 11000110 | 1010110 | 10110 | 0 | 111001 | 1011001 | 10110 | 10110 | 1010000 | 101011 |
Color Harmonies of #C65616
Complementary color
Monochromatic Colors of #C65616
Black with #C65616
Text Example
Text Example
White with #C65616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65616; }
p { color: rgb(198,86,22); }
H1.HeaderClassName
{
color: #C65616;
}
.AnyTagClassName
{
color: #C65616;
}
</style>
background-color css
<style>
a { background-color: #C65616; }
a { background-color: rgb(198,86,22); }
div.DivClassName
{
background-color: #C65616;
}
.BgClassName
{
background-color: #C65616;
}
</style>
border-color css
<style>
span { border-color: #C65616; }
span { border-color: rgb(198,86,22); }
td.TdClassName
{
border-color: #C65616;
}
.TagClassName
{
border-color: #C65616;
}
</style>