Shades of Tenne (Tawny) #D65613
Tints of Tenne (Tawny) #D65613
RGB
CMYK
RGB Variations
Color information
#D65613 (or 0xD65613) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 13. RGB value is (214,86,19). Sum of RGB (Red+Green+Blue) = 214+86+19=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D65613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65613 is #29A9EC. Grayscale: #757575. Windows color (decimal): -2730477 or 1267414. OLE color: 1267414.
HSL color Cylindrical-coordinate representation of color #D65613: hue angle of 20.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D65613 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.16 |
| HSL | 20.62º | 0.84% | 0.46% | - |
| HSV(B) | 20.62º | 0.91% | 0.84% | - |
| XYZ | 31.18 | 21 | 3.03 | - |
| YUV | 116.63 | 72.91 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 19 | 0 | 0.60 | 0.91 | 0.16 | 20.62 | 0.84 | 0.46 |
| Hex | D6 | 56 | 13 | 0 | 3C | 5B | 10 | 15 | 54 | 2E |
| Octal | 326 | 126 | 23 | 0 | 74 | 133 | 20 | 25 | 124 | 56 |
| Binary | 11010110 | 1010110 | 10011 | 0 | 111100 | 1011011 | 10000 | 10101 | 1010100 | 101110 |
Color Harmonies of #D65613
Complementary color
Monochromatic Colors of #D65613
Black with #D65613
Text Example
Text Example
White with #D65613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65613; }
p { color: rgb(214,86,19); }
H1.HeaderClassName
{
color: #D65613;
}
.AnyTagClassName
{
color: #D65613;
}
</style>
background-color css
<style>
a { background-color: #D65613; }
a { background-color: rgb(214,86,19); }
div.DivClassName
{
background-color: #D65613;
}
.BgClassName
{
background-color: #D65613;
}
</style>
border-color css
<style>
span { border-color: #D65613; }
span { border-color: rgb(214,86,19); }
td.TdClassName
{
border-color: #D65613;
}
.TagClassName
{
border-color: #D65613;
}
</style>