Shades of Tenne (Tawny) #C6500E
Tints of Tenne (Tawny) #C6500E
RGB
CMYK
RGB Variations
Color information
#C6500E (or 0xC6500E) is known color: Tenne (Tawny). HEX triplet: C6, 50 and 0E. RGB value is (198,80,14). Sum of RGB (Red+Green+Blue) = 198+80+14=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6500E is #39AFF1. Grayscale: #6C6C6C. Windows color (decimal): -3780594 or 938182. OLE color: 938182.
HSL color Cylindrical-coordinate representation of color #C6500E: hue angle of 21.52º 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 #C6500E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 14 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.22 |
| HSL | 21.52º | 0.87% | 0.42% | - |
| HSV(B) | 21.52º | 0.93% | 0.78% | - |
| XYZ | 26.24 | 17.77 | 2.46 | - |
| YUV | 107.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 14 | 0 | 0.60 | 0.93 | 0.22 | 21.52 | 0.87 | 0.42 |
| Hex | C6 | 50 | E | 0 | 3C | 5D | 16 | 16 | 57 | 2A |
| Octal | 306 | 120 | 16 | 0 | 74 | 135 | 26 | 26 | 127 | 52 |
| Binary | 11000110 | 1010000 | 1110 | 0 | 111100 | 1011101 | 10110 | 10110 | 1010111 | 101010 |
Color Harmonies of #C6500E
Complementary color
Monochromatic Colors of #C6500E
Black with #C6500E
Text Example
Text Example
White with #C6500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6500E; }
p { color: rgb(198,80,14); }
H1.HeaderClassName
{
color: #C6500E;
}
.AnyTagClassName
{
color: #C6500E;
}
</style>
background-color css
<style>
a { background-color: #C6500E; }
a { background-color: rgb(198,80,14); }
div.DivClassName
{
background-color: #C6500E;
}
.BgClassName
{
background-color: #C6500E;
}
</style>
border-color css
<style>
span { border-color: #C6500E; }
span { border-color: rgb(198,80,14); }
td.TdClassName
{
border-color: #C6500E;
}
.TagClassName
{
border-color: #C6500E;
}
</style>