Shades of Tenne (Tawny) #C65414
Tints of Tenne (Tawny) #C65414
RGB
CMYK
RGB Variations
Color information
#C65414 (or 0xC65414) is known color: Tenne (Tawny). HEX triplet: C6, 54 and 14. RGB value is (198,84,20). Sum of RGB (Red+Green+Blue) = 198+84+20=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C65414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65414 is #39ABEB. Grayscale: #6F6F6F. Windows color (decimal): -3779564 or 1332422. OLE color: 1332422.
HSL color Cylindrical-coordinate representation of color #C65414: hue angle of 21.57º 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 #C65414 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 20 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.22 |
| HSL | 21.57º | 0.82% | 0.43% | - |
| HSV(B) | 21.57º | 0.9% | 0.78% | - |
| XYZ | 26.59 | 18.4 | 2.81 | - |
| YUV | 110.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 20 | 0 | 0.58 | 0.90 | 0.22 | 21.57 | 0.82 | 0.43 |
| Hex | C6 | 54 | 14 | 0 | 3A | 5A | 16 | 16 | 52 | 2B |
| Octal | 306 | 124 | 24 | 0 | 72 | 132 | 26 | 26 | 122 | 53 |
| Binary | 11000110 | 1010100 | 10100 | 0 | 111010 | 1011010 | 10110 | 10110 | 1010010 | 101011 |
Color Harmonies of #C65414
Complementary color
Monochromatic Colors of #C65414
Black with #C65414
Text Example
Text Example
White with #C65414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65414; }
p { color: rgb(198,84,20); }
H1.HeaderClassName
{
color: #C65414;
}
.AnyTagClassName
{
color: #C65414;
}
</style>
background-color css
<style>
a { background-color: #C65414; }
a { background-color: rgb(198,84,20); }
div.DivClassName
{
background-color: #C65414;
}
.BgClassName
{
background-color: #C65414;
}
</style>
border-color css
<style>
span { border-color: #C65414; }
span { border-color: rgb(198,84,20); }
td.TdClassName
{
border-color: #C65414;
}
.TagClassName
{
border-color: #C65414;
}
</style>