Shades of Tenne (Tawny) #C65914
Tints of Tenne (Tawny) #C65914
RGB
CMYK
RGB Variations
Color information
#C65914 (or 0xC65914) is known color: Tenne (Tawny). HEX triplet: C6, 59 and 14. RGB value is (198,89,20). Sum of RGB (Red+Green+Blue) = 198+89+20=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C65914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65914 is #39A6EB. Grayscale: #727272. Windows color (decimal): -3778284 or 1333702. OLE color: 1333702.
HSL color Cylindrical-coordinate representation of color #C65914: hue angle of 23.26º 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 #C65914 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 20 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.22 |
| HSL | 23.26º | 0.82% | 0.43% | - |
| HSV(B) | 23.26º | 0.9% | 0.78% | - |
| XYZ | 26.99 | 19.2 | 2.95 | - |
| YUV | 113.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 20 | 0 | 0.55 | 0.90 | 0.22 | 23.26 | 0.82 | 0.43 |
| Hex | C6 | 59 | 14 | 0 | 37 | 5A | 16 | 17 | 52 | 2B |
| Octal | 306 | 131 | 24 | 0 | 67 | 132 | 26 | 27 | 122 | 53 |
| Binary | 11000110 | 1011001 | 10100 | 0 | 110111 | 1011010 | 10110 | 10111 | 1010010 | 101011 |
Color Harmonies of #C65914
Complementary color
Monochromatic Colors of #C65914
Black with #C65914
Text Example
Text Example
White with #C65914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65914; }
p { color: rgb(198,89,20); }
H1.HeaderClassName
{
color: #C65914;
}
.AnyTagClassName
{
color: #C65914;
}
</style>
background-color css
<style>
a { background-color: #C65914; }
a { background-color: rgb(198,89,20); }
div.DivClassName
{
background-color: #C65914;
}
.BgClassName
{
background-color: #C65914;
}
</style>
border-color css
<style>
span { border-color: #C65914; }
span { border-color: rgb(198,89,20); }
td.TdClassName
{
border-color: #C65914;
}
.TagClassName
{
border-color: #C65914;
}
</style>