Shades of Tenne (Tawny) #C0620E
Tints of Tenne (Tawny) #C0620E
RGB
CMYK
RGB Variations
Color information
#C0620E (or 0xC0620E) is known color: Tenne (Tawny). HEX triplet: C0, 62 and 0E. RGB value is (192,98,14). Sum of RGB (Red+Green+Blue) = 192+98+14=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0620E is #3F9DF1. Grayscale: #747474. Windows color (decimal): -4169202 or 942784. OLE color: 942784.
HSL color Cylindrical-coordinate representation of color #C0620E: hue angle of 28.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0620E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.25 |
| HSL | 28.31º | 0.86% | 0.4% | - |
| HSV(B) | 28.31º | 0.93% | 0.75% | - |
| XYZ | 26.19 | 19.97 | 2.89 | - |
| YUV | 116.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 14 | 0 | 0.49 | 0.93 | 0.25 | 28.31 | 0.86 | 0.4 |
| Hex | C0 | 62 | E | 0 | 31 | 5D | 19 | 1C | 56 | 28 |
| Octal | 300 | 142 | 16 | 0 | 61 | 135 | 31 | 34 | 126 | 50 |
| Binary | 11000000 | 1100010 | 1110 | 0 | 110001 | 1011101 | 11001 | 11100 | 1010110 | 101000 |
Color Harmonies of #C0620E
Complementary color
Monochromatic Colors of #C0620E
Black with #C0620E
Text Example
Text Example
White with #C0620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0620E; }
p { color: rgb(192,98,14); }
H1.HeaderClassName
{
color: #C0620E;
}
.AnyTagClassName
{
color: #C0620E;
}
</style>
background-color css
<style>
a { background-color: #C0620E; }
a { background-color: rgb(192,98,14); }
div.DivClassName
{
background-color: #C0620E;
}
.BgClassName
{
background-color: #C0620E;
}
</style>
border-color css
<style>
span { border-color: #C0620E; }
span { border-color: rgb(192,98,14); }
td.TdClassName
{
border-color: #C0620E;
}
.TagClassName
{
border-color: #C0620E;
}
</style>