Shades of Tenne (Tawny) #D7620C
Tints of Tenne (Tawny) #D7620C
RGB
CMYK
RGB Variations
Color information
#D7620C (or 0xD7620C) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 0C. RGB value is (215,98,12). Sum of RGB (Red+Green+Blue) = 215+98+12=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7620C is #289DF3. Grayscale: #7B7B7B. Windows color (decimal): -2661876 or 811735. OLE color: 811735.
HSL color Cylindrical-coordinate representation of color #D7620C: hue angle of 25.42º 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 #D7620C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.16 |
| HSL | 25.42º | 0.89% | 0.45% | - |
| HSV(B) | 25.42º | 0.94% | 0.84% | - |
| XYZ | 32.46 | 23.21 | 3.12 | - |
| YUV | 123.18 | 65.26 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 12 | 0 | 0.54 | 0.94 | 0.16 | 25.42 | 0.89 | 0.45 |
| Hex | D7 | 62 | C | 0 | 36 | 5E | 10 | 19 | 59 | 2D |
| Octal | 327 | 142 | 14 | 0 | 66 | 136 | 20 | 31 | 131 | 55 |
| Binary | 11010111 | 1100010 | 1100 | 0 | 110110 | 1011110 | 10000 | 11001 | 1011001 | 101101 |
Color Harmonies of #D7620C
Complementary color
Monochromatic Colors of #D7620C
Black with #D7620C
Text Example
Text Example
White with #D7620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7620C; }
p { color: rgb(215,98,12); }
H1.HeaderClassName
{
color: #D7620C;
}
.AnyTagClassName
{
color: #D7620C;
}
</style>
background-color css
<style>
a { background-color: #D7620C; }
a { background-color: rgb(215,98,12); }
div.DivClassName
{
background-color: #D7620C;
}
.BgClassName
{
background-color: #D7620C;
}
</style>
border-color css
<style>
span { border-color: #D7620C; }
span { border-color: rgb(215,98,12); }
td.TdClassName
{
border-color: #D7620C;
}
.TagClassName
{
border-color: #D7620C;
}
</style>