Shades of Tenne (Tawny) #C6560C
Tints of Tenne (Tawny) #C6560C
RGB
CMYK
RGB Variations
Color information
#C6560C (or 0xC6560C) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 0C. RGB value is (198,86,12). Sum of RGB (Red+Green+Blue) = 198+86+12=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6560C is #39A9F3. Grayscale: #6F6F6F. Windows color (decimal): -3779060 or 808646. OLE color: 808646.
HSL color Cylindrical-coordinate representation of color #C6560C: hue angle of 23.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6560C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.22 |
| HSL | 23.87º | 0.89% | 0.41% | - |
| HSV(B) | 23.87º | 0.94% | 0.78% | - |
| XYZ | 26.68 | 18.69 | 2.55 | - |
| YUV | 111.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 12 | 0 | 0.57 | 0.94 | 0.22 | 23.87 | 0.89 | 0.41 |
| Hex | C6 | 56 | C | 0 | 39 | 5E | 16 | 18 | 59 | 29 |
| Octal | 306 | 126 | 14 | 0 | 71 | 136 | 26 | 30 | 131 | 51 |
| Binary | 11000110 | 1010110 | 1100 | 0 | 111001 | 1011110 | 10110 | 11000 | 1011001 | 101001 |
Color Harmonies of #C6560C
Complementary color
Monochromatic Colors of #C6560C
Black with #C6560C
Text Example
Text Example
White with #C6560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6560C; }
p { color: rgb(198,86,12); }
H1.HeaderClassName
{
color: #C6560C;
}
.AnyTagClassName
{
color: #C6560C;
}
</style>
background-color css
<style>
a { background-color: #C6560C; }
a { background-color: rgb(198,86,12); }
div.DivClassName
{
background-color: #C6560C;
}
.BgClassName
{
background-color: #C6560C;
}
</style>
border-color css
<style>
span { border-color: #C6560C; }
span { border-color: rgb(198,86,12); }
td.TdClassName
{
border-color: #C6560C;
}
.TagClassName
{
border-color: #C6560C;
}
</style>