Shades of Tenne (Tawny) #C65913
Tints of Tenne (Tawny) #C65913
RGB
CMYK
RGB Variations
Color information
#C65913 (or 0xC65913) is known color: Tenne (Tawny). HEX triplet: C6, 59 and 13. RGB value is (198,89,19). Sum of RGB (Red+Green+Blue) = 198+89+19=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C65913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65913 is #39A6EC. Grayscale: #727272. Windows color (decimal): -3778285 or 1268166. OLE color: 1268166.
HSL color Cylindrical-coordinate representation of color #C65913: hue angle of 23.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C65913 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.22 |
| HSL | 23.46º | 0.82% | 0.43% | - |
| HSV(B) | 23.46º | 0.9% | 0.78% | - |
| XYZ | 26.98 | 19.2 | 2.9 | - |
| YUV | 113.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 19 | 0 | 0.55 | 0.90 | 0.22 | 23.46 | 0.82 | 0.43 |
| Hex | C6 | 59 | 13 | 0 | 37 | 5A | 16 | 17 | 52 | 2B |
| Octal | 306 | 131 | 23 | 0 | 67 | 132 | 26 | 27 | 122 | 53 |
| Binary | 11000110 | 1011001 | 10011 | 0 | 110111 | 1011010 | 10110 | 10111 | 1010010 | 101011 |
Color Harmonies of #C65913
Complementary color
Monochromatic Colors of #C65913
Black with #C65913
Text Example
Text Example
White with #C65913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65913; }
p { color: rgb(198,89,19); }
H1.HeaderClassName
{
color: #C65913;
}
.AnyTagClassName
{
color: #C65913;
}
</style>
background-color css
<style>
a { background-color: #C65913; }
a { background-color: rgb(198,89,19); }
div.DivClassName
{
background-color: #C65913;
}
.BgClassName
{
background-color: #C65913;
}
</style>
border-color css
<style>
span { border-color: #C65913; }
span { border-color: rgb(198,89,19); }
td.TdClassName
{
border-color: #C65913;
}
.TagClassName
{
border-color: #C65913;
}
</style>