Shades of Tenne (Tawny) #C65113
Tints of Tenne (Tawny) #C65113
RGB
CMYK
RGB Variations
Color information
#C65113 (or 0xC65113) is known color: Tenne (Tawny). HEX triplet: C6, 51 and 13. RGB value is (198,81,19). Sum of RGB (Red+Green+Blue) = 198+81+19=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C65113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65113 is #39AEEC. Grayscale: #6D6D6D. Windows color (decimal): -3780333 or 1266118. OLE color: 1266118.
HSL color Cylindrical-coordinate representation of color #C65113: hue angle of 20.78º 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 #C65113 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.22 |
| HSL | 20.78º | 0.82% | 0.43% | - |
| HSV(B) | 20.78º | 0.9% | 0.78% | - |
| XYZ | 26.35 | 17.94 | 2.69 | - |
| YUV | 108.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 19 | 0 | 0.59 | 0.90 | 0.22 | 20.78 | 0.82 | 0.43 |
| Hex | C6 | 51 | 13 | 0 | 3B | 5A | 16 | 15 | 52 | 2B |
| Octal | 306 | 121 | 23 | 0 | 73 | 132 | 26 | 25 | 122 | 53 |
| Binary | 11000110 | 1010001 | 10011 | 0 | 111011 | 1011010 | 10110 | 10101 | 1010010 | 101011 |
Color Harmonies of #C65113
Complementary color
Monochromatic Colors of #C65113
Black with #C65113
Text Example
Text Example
White with #C65113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65113; }
p { color: rgb(198,81,19); }
H1.HeaderClassName
{
color: #C65113;
}
.AnyTagClassName
{
color: #C65113;
}
</style>
background-color css
<style>
a { background-color: #C65113; }
a { background-color: rgb(198,81,19); }
div.DivClassName
{
background-color: #C65113;
}
.BgClassName
{
background-color: #C65113;
}
</style>
border-color css
<style>
span { border-color: #C65113; }
span { border-color: rgb(198,81,19); }
td.TdClassName
{
border-color: #C65113;
}
.TagClassName
{
border-color: #C65113;
}
</style>