Shades of Tenne (Tawny) #D65610
Tints of Tenne (Tawny) #D65610
RGB
CMYK
RGB Variations
Color information
#D65610 (or 0xD65610) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 10. RGB value is (214,86,16). Sum of RGB (Red+Green+Blue) = 214+86+16=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D65610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65610 is #29A9EF. Grayscale: #747474. Windows color (decimal): -2730480 or 1070806. OLE color: 1070806.
HSL color Cylindrical-coordinate representation of color #D65610: hue angle of 21.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D65610 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.16 |
| HSL | 21.21º | 0.86% | 0.45% | - |
| HSV(B) | 21.21º | 0.93% | 0.84% | - |
| XYZ | 31.15 | 20.99 | 2.9 | - |
| YUV | 116.29 | 71.41 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 16 | 0 | 0.60 | 0.93 | 0.16 | 21.21 | 0.86 | 0.45 |
| Hex | D6 | 56 | 10 | 0 | 3C | 5D | 10 | 15 | 56 | 2D |
| Octal | 326 | 126 | 20 | 0 | 74 | 135 | 20 | 25 | 126 | 55 |
| Binary | 11010110 | 1010110 | 10000 | 0 | 111100 | 1011101 | 10000 | 10101 | 1010110 | 101101 |
Color Harmonies of #D65610
Complementary color
Monochromatic Colors of #D65610
Black with #D65610
Text Example
Text Example
White with #D65610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65610; }
p { color: rgb(214,86,16); }
H1.HeaderClassName
{
color: #D65610;
}
.AnyTagClassName
{
color: #D65610;
}
</style>
background-color css
<style>
a { background-color: #D65610; }
a { background-color: rgb(214,86,16); }
div.DivClassName
{
background-color: #D65610;
}
.BgClassName
{
background-color: #D65610;
}
</style>
border-color css
<style>
span { border-color: #D65610; }
span { border-color: rgb(214,86,16); }
td.TdClassName
{
border-color: #D65610;
}
.TagClassName
{
border-color: #D65610;
}
</style>