Shades of Tenne (Tawny) #D6560B
Tints of Tenne (Tawny) #D6560B
RGB
CMYK
RGB Variations
Color information
#D6560B (or 0xD6560B) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 0B. RGB value is (214,86,11). Sum of RGB (Red+Green+Blue) = 214+86+11=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6560B is #29A9F4. Grayscale: #747474. Windows color (decimal): -2730485 or 743126. OLE color: 743126.
HSL color Cylindrical-coordinate representation of color #D6560B: hue angle of 22.17º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6560B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.16 |
| HSL | 22.17º | 0.9% | 0.44% | - |
| HSV(B) | 22.17º | 0.95% | 0.84% | - |
| XYZ | 31.12 | 20.98 | 2.73 | - |
| YUV | 115.72 | 68.91 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 11 | 0 | 0.60 | 0.95 | 0.16 | 22.17 | 0.9 | 0.44 |
| Hex | D6 | 56 | B | 0 | 3C | 5F | 10 | 16 | 5A | 2C |
| Octal | 326 | 126 | 13 | 0 | 74 | 137 | 20 | 26 | 132 | 54 |
| Binary | 11010110 | 1010110 | 1011 | 0 | 111100 | 1011111 | 10000 | 10110 | 1011010 | 101100 |
Color Harmonies of #D6560B
Complementary color
Monochromatic Colors of #D6560B
Black with #D6560B
Text Example
Text Example
White with #D6560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6560B; }
p { color: rgb(214,86,11); }
H1.HeaderClassName
{
color: #D6560B;
}
.AnyTagClassName
{
color: #D6560B;
}
</style>
background-color css
<style>
a { background-color: #D6560B; }
a { background-color: rgb(214,86,11); }
div.DivClassName
{
background-color: #D6560B;
}
.BgClassName
{
background-color: #D6560B;
}
</style>
border-color css
<style>
span { border-color: #D6560B; }
span { border-color: rgb(214,86,11); }
td.TdClassName
{
border-color: #D6560B;
}
.TagClassName
{
border-color: #D6560B;
}
</style>