Shades of Tenne (Tawny) #C0650E
Tints of Tenne (Tawny) #C0650E
RGB
CMYK
RGB Variations
Color information
#C0650E (or 0xC0650E) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 0E. RGB value is (192,101,14). Sum of RGB (Red+Green+Blue) = 192+101+14=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0650E is #3F9AF1. Grayscale: #767676. Windows color (decimal): -4168434 or 943552. OLE color: 943552.
HSL color Cylindrical-coordinate representation of color #C0650E: hue angle of 29.33º 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 #C0650E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.25 |
| HSL | 29.33º | 0.86% | 0.4% | - |
| HSV(B) | 29.33º | 0.93% | 0.75% | - |
| XYZ | 26.47 | 20.55 | 2.99 | - |
| YUV | 118.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 14 | 0 | 0.47 | 0.93 | 0.25 | 29.33 | 0.86 | 0.4 |
| Hex | C0 | 65 | E | 0 | 2F | 5D | 19 | 1D | 56 | 28 |
| Octal | 300 | 145 | 16 | 0 | 57 | 135 | 31 | 35 | 126 | 50 |
| Binary | 11000000 | 1100101 | 1110 | 0 | 101111 | 1011101 | 11001 | 11101 | 1010110 | 101000 |
Color Harmonies of #C0650E
Complementary color
Monochromatic Colors of #C0650E
Black with #C0650E
Text Example
Text Example
White with #C0650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0650E; }
p { color: rgb(192,101,14); }
H1.HeaderClassName
{
color: #C0650E;
}
.AnyTagClassName
{
color: #C0650E;
}
</style>
background-color css
<style>
a { background-color: #C0650E; }
a { background-color: rgb(192,101,14); }
div.DivClassName
{
background-color: #C0650E;
}
.BgClassName
{
background-color: #C0650E;
}
</style>
border-color css
<style>
span { border-color: #C0650E; }
span { border-color: rgb(192,101,14); }
td.TdClassName
{
border-color: #C0650E;
}
.TagClassName
{
border-color: #C0650E;
}
</style>