Shades of Tenne (Tawny) #C6560A
Tints of Tenne (Tawny) #C6560A
RGB
CMYK
RGB Variations
Color information
#C6560A (or 0xC6560A) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 0A. RGB value is (198,86,10). Sum of RGB (Red+Green+Blue) = 198+86+10=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6560A is #39A9F5. Grayscale: #6F6F6F. Windows color (decimal): -3779062 or 677574. OLE color: 677574.
HSL color Cylindrical-coordinate representation of color #C6560A: hue angle of 24.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6560A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.22 |
| HSL | 24.26º | 0.9% | 0.41% | - |
| HSV(B) | 24.26º | 0.95% | 0.78% | - |
| XYZ | 26.67 | 18.68 | 2.49 | - |
| YUV | 110.82 | 71.11 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 10 | 0 | 0.57 | 0.95 | 0.22 | 24.26 | 0.9 | 0.41 |
| Hex | C6 | 56 | A | 0 | 39 | 5F | 16 | 18 | 5A | 29 |
| Octal | 306 | 126 | 12 | 0 | 71 | 137 | 26 | 30 | 132 | 51 |
| Binary | 11000110 | 1010110 | 1010 | 0 | 111001 | 1011111 | 10110 | 11000 | 1011010 | 101001 |
Color Harmonies of #C6560A
Complementary color
Monochromatic Colors of #C6560A
Black with #C6560A
Text Example
Text Example
White with #C6560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6560A; }
p { color: rgb(198,86,10); }
H1.HeaderClassName
{
color: #C6560A;
}
.AnyTagClassName
{
color: #C6560A;
}
</style>
background-color css
<style>
a { background-color: #C6560A; }
a { background-color: rgb(198,86,10); }
div.DivClassName
{
background-color: #C6560A;
}
.BgClassName
{
background-color: #C6560A;
}
</style>
border-color css
<style>
span { border-color: #C6560A; }
span { border-color: rgb(198,86,10); }
td.TdClassName
{
border-color: #C6560A;
}
.TagClassName
{
border-color: #C6560A;
}
</style>