Shades of Tenne (Tawny) #D6560D
Tints of Tenne (Tawny) #D6560D
RGB
CMYK
RGB Variations
Color information
#D6560D (or 0xD6560D) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 0D. RGB value is (214,86,13). Sum of RGB (Red+Green+Blue) = 214+86+13=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6560D is #29A9F2. Grayscale: #747474. Windows color (decimal): -2730483 or 874198. OLE color: 874198.
HSL color Cylindrical-coordinate representation of color #D6560D: hue angle of 21.79º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6560D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.16 |
| HSL | 21.79º | 0.89% | 0.45% | - |
| HSV(B) | 21.79º | 0.94% | 0.84% | - |
| XYZ | 31.13 | 20.98 | 2.79 | - |
| YUV | 115.95 | 69.91 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 13 | 0 | 0.60 | 0.94 | 0.16 | 21.79 | 0.89 | 0.45 |
| Hex | D6 | 56 | D | 0 | 3C | 5E | 10 | 16 | 59 | 2D |
| Octal | 326 | 126 | 15 | 0 | 74 | 136 | 20 | 26 | 131 | 55 |
| Binary | 11010110 | 1010110 | 1101 | 0 | 111100 | 1011110 | 10000 | 10110 | 1011001 | 101101 |
Color Harmonies of #D6560D
Complementary color
Monochromatic Colors of #D6560D
Black with #D6560D
Text Example
Text Example
White with #D6560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6560D; }
p { color: rgb(214,86,13); }
H1.HeaderClassName
{
color: #D6560D;
}
.AnyTagClassName
{
color: #D6560D;
}
</style>
background-color css
<style>
a { background-color: #D6560D; }
a { background-color: rgb(214,86,13); }
div.DivClassName
{
background-color: #D6560D;
}
.BgClassName
{
background-color: #D6560D;
}
</style>
border-color css
<style>
span { border-color: #D6560D; }
span { border-color: rgb(214,86,13); }
td.TdClassName
{
border-color: #D6560D;
}
.TagClassName
{
border-color: #D6560D;
}
</style>