Shades of Tenne (Tawny) #D7600D
Tints of Tenne (Tawny) #D7600D
RGB
CMYK
RGB Variations
Color information
#D7600D (or 0xD7600D) is known color: Tenne (Tawny). HEX triplet: D7, 60 and 0D. RGB value is (215,96,13). Sum of RGB (Red+Green+Blue) = 215+96+13=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7600D is #289FF2. Grayscale: #7A7A7A. Windows color (decimal): -2662387 or 876759. OLE color: 876759.
HSL color Cylindrical-coordinate representation of color #D7600D: hue angle of 24.65º 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 #D7600D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.16 |
| HSL | 24.65º | 0.89% | 0.45% | - |
| HSV(B) | 24.65º | 0.94% | 0.84% | - |
| XYZ | 32.28 | 22.84 | 3.09 | - |
| YUV | 122.12 | 66.42 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 13 | 0 | 0.55 | 0.94 | 0.16 | 24.65 | 0.89 | 0.45 |
| Hex | D7 | 60 | D | 0 | 37 | 5E | 10 | 19 | 59 | 2D |
| Octal | 327 | 140 | 15 | 0 | 67 | 136 | 20 | 31 | 131 | 55 |
| Binary | 11010111 | 1100000 | 1101 | 0 | 110111 | 1011110 | 10000 | 11001 | 1011001 | 101101 |
Color Harmonies of #D7600D
Complementary color
Monochromatic Colors of #D7600D
Black with #D7600D
Text Example
Text Example
White with #D7600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7600D; }
p { color: rgb(215,96,13); }
H1.HeaderClassName
{
color: #D7600D;
}
.AnyTagClassName
{
color: #D7600D;
}
</style>
background-color css
<style>
a { background-color: #D7600D; }
a { background-color: rgb(215,96,13); }
div.DivClassName
{
background-color: #D7600D;
}
.BgClassName
{
background-color: #D7600D;
}
</style>
border-color css
<style>
span { border-color: #D7600D; }
span { border-color: rgb(215,96,13); }
td.TdClassName
{
border-color: #D7600D;
}
.TagClassName
{
border-color: #D7600D;
}
</style>