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