Shades of Tenne (Tawny) #C6640E
Tints of Tenne (Tawny) #C6640E
RGB
CMYK
RGB Variations
Color information
#C6640E (or 0xC6640E) is known color: Tenne (Tawny). HEX triplet: C6, 64 and 0E. RGB value is (198,100,14). Sum of RGB (Red+Green+Blue) = 198+100+14=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6640E is #399BF1. Grayscale: #777777. Windows color (decimal): -3775474 or 943302. OLE color: 943302.
HSL color Cylindrical-coordinate representation of color #C6640E: hue angle of 28.04º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6640E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.22 |
| HSL | 28.04º | 0.87% | 0.42% | - |
| HSV(B) | 28.04º | 0.93% | 0.78% | - |
| XYZ | 27.93 | 21.15 | 3.03 | - |
| YUV | 119.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 14 | 0 | 0.49 | 0.93 | 0.22 | 28.04 | 0.87 | 0.42 |
| Hex | C6 | 64 | E | 0 | 31 | 5D | 16 | 1C | 57 | 2A |
| Octal | 306 | 144 | 16 | 0 | 61 | 135 | 26 | 34 | 127 | 52 |
| Binary | 11000110 | 1100100 | 1110 | 0 | 110001 | 1011101 | 10110 | 11100 | 1010111 | 101010 |
Color Harmonies of #C6640E
Complementary color
Monochromatic Colors of #C6640E
Black with #C6640E
Text Example
Text Example
White with #C6640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6640E; }
p { color: rgb(198,100,14); }
H1.HeaderClassName
{
color: #C6640E;
}
.AnyTagClassName
{
color: #C6640E;
}
</style>
background-color css
<style>
a { background-color: #C6640E; }
a { background-color: rgb(198,100,14); }
div.DivClassName
{
background-color: #C6640E;
}
.BgClassName
{
background-color: #C6640E;
}
</style>
border-color css
<style>
span { border-color: #C6640E; }
span { border-color: rgb(198,100,14); }
td.TdClassName
{
border-color: #C6640E;
}
.TagClassName
{
border-color: #C6640E;
}
</style>