Shades of Tenne (Tawny) #C6580D
Tints of Tenne (Tawny) #C6580D
RGB
CMYK
RGB Variations
Color information
#C6580D (or 0xC6580D) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 0D. RGB value is (198,88,13). Sum of RGB (Red+Green+Blue) = 198+88+13=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6580D is #39A7F2. Grayscale: #707070. Windows color (decimal): -3778547 or 874694. OLE color: 874694.
HSL color Cylindrical-coordinate representation of color #C6580D: hue angle of 24.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6580D is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 13 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.22 |
| HSL | 24.32º | 0.88% | 0.41% | - |
| HSV(B) | 24.32º | 0.93% | 0.78% | - |
| XYZ | 26.85 | 19.01 | 2.64 | - |
| YUV | 112.34 | 71.94 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 13 | 0 | 0.56 | 0.93 | 0.22 | 24.32 | 0.88 | 0.41 |
| Hex | C6 | 58 | D | 0 | 38 | 5D | 16 | 18 | 58 | 29 |
| Octal | 306 | 130 | 15 | 0 | 70 | 135 | 26 | 30 | 130 | 51 |
| Binary | 11000110 | 1011000 | 1101 | 0 | 111000 | 1011101 | 10110 | 11000 | 1011000 | 101001 |
Color Harmonies of #C6580D
Complementary color
Monochromatic Colors of #C6580D
Black with #C6580D
Text Example
Text Example
White with #C6580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6580D; }
p { color: rgb(198,88,13); }
H1.HeaderClassName
{
color: #C6580D;
}
.AnyTagClassName
{
color: #C6580D;
}
</style>
background-color css
<style>
a { background-color: #C6580D; }
a { background-color: rgb(198,88,13); }
div.DivClassName
{
background-color: #C6580D;
}
.BgClassName
{
background-color: #C6580D;
}
</style>
border-color css
<style>
span { border-color: #C6580D; }
span { border-color: rgb(198,88,13); }
td.TdClassName
{
border-color: #C6580D;
}
.TagClassName
{
border-color: #C6580D;
}
</style>