Shades of Tenne (Tawny) #C6580E
Tints of Tenne (Tawny) #C6580E
RGB
CMYK
RGB Variations
Color information
#C6580E (or 0xC6580E) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 0E. RGB value is (198,88,14). Sum of RGB (Red+Green+Blue) = 198+88+14=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C6580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6580E is #39A7F1. Grayscale: #707070. Windows color (decimal): -3778546 or 940230. OLE color: 940230.
HSL color Cylindrical-coordinate representation of color #C6580E: hue angle of 24.13º 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 #C6580E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.22 |
| HSL | 24.13º | 0.87% | 0.42% | - |
| HSV(B) | 24.13º | 0.93% | 0.78% | - |
| XYZ | 26.86 | 19.02 | 2.67 | - |
| YUV | 112.45 | 72.44 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 14 | 0 | 0.56 | 0.93 | 0.22 | 24.13 | 0.87 | 0.42 |
| Hex | C6 | 58 | E | 0 | 38 | 5D | 16 | 18 | 57 | 2A |
| Octal | 306 | 130 | 16 | 0 | 70 | 135 | 26 | 30 | 127 | 52 |
| Binary | 11000110 | 1011000 | 1110 | 0 | 111000 | 1011101 | 10110 | 11000 | 1010111 | 101010 |
Color Harmonies of #C6580E
Complementary color
Monochromatic Colors of #C6580E
Black with #C6580E
Text Example
Text Example
White with #C6580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6580E; }
p { color: rgb(198,88,14); }
H1.HeaderClassName
{
color: #C6580E;
}
.AnyTagClassName
{
color: #C6580E;
}
</style>
background-color css
<style>
a { background-color: #C6580E; }
a { background-color: rgb(198,88,14); }
div.DivClassName
{
background-color: #C6580E;
}
.BgClassName
{
background-color: #C6580E;
}
</style>
border-color css
<style>
span { border-color: #C6580E; }
span { border-color: rgb(198,88,14); }
td.TdClassName
{
border-color: #C6580E;
}
.TagClassName
{
border-color: #C6580E;
}
</style>