Shades of Tenne (Tawny) #D6600D
Tints of Tenne (Tawny) #D6600D
RGB
CMYK
RGB Variations
Color information
#D6600D (or 0xD6600D) is known color: Tenne (Tawny). HEX triplet: D6, 60 and 0D. RGB value is (214,96,13). Sum of RGB (Red+Green+Blue) = 214+96+13=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6600D is #299FF2. Grayscale: #7A7A7A. Windows color (decimal): -2727923 or 876758. OLE color: 876758.
HSL color Cylindrical-coordinate representation of color #D6600D: hue angle of 24.78º 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 #D6600D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.16 |
| HSL | 24.78º | 0.89% | 0.45% | - |
| HSV(B) | 24.78º | 0.94% | 0.84% | - |
| XYZ | 31.99 | 22.69 | 3.07 | - |
| YUV | 121.82 | 66.59 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 13 | 0 | 0.55 | 0.94 | 0.16 | 24.78 | 0.89 | 0.45 |
| Hex | D6 | 60 | D | 0 | 37 | 5E | 10 | 19 | 59 | 2D |
| Octal | 326 | 140 | 15 | 0 | 67 | 136 | 20 | 31 | 131 | 55 |
| Binary | 11010110 | 1100000 | 1101 | 0 | 110111 | 1011110 | 10000 | 11001 | 1011001 | 101101 |
Color Harmonies of #D6600D
Complementary color
Monochromatic Colors of #D6600D
Black with #D6600D
Text Example
Text Example
White with #D6600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6600D; }
p { color: rgb(214,96,13); }
H1.HeaderClassName
{
color: #D6600D;
}
.AnyTagClassName
{
color: #D6600D;
}
</style>
background-color css
<style>
a { background-color: #D6600D; }
a { background-color: rgb(214,96,13); }
div.DivClassName
{
background-color: #D6600D;
}
.BgClassName
{
background-color: #D6600D;
}
</style>
border-color css
<style>
span { border-color: #D6600D; }
span { border-color: rgb(214,96,13); }
td.TdClassName
{
border-color: #D6600D;
}
.TagClassName
{
border-color: #D6600D;
}
</style>