Shades of Chocolate #D7601E
Tints of Chocolate #D7601E
RGB
CMYK
RGB Variations
Color information
#D7601E (or 0xD7601E) is known color: Chocolate. HEX triplet: D7, 60 and 1E. RGB value is (215,96,30). Sum of RGB (Red+Green+Blue) = 215+96+30=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7601E is #289FE1. Grayscale: #7C7C7C. Windows color (decimal): -2662370 or 1990871. OLE color: 1990871.
HSL color Cylindrical-coordinate representation of color #D7601E: hue angle of 21.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7601E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 30 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.16 |
| HSL | 21.41º | 0.76% | 0.48% | - |
| HSV(B) | 21.41º | 0.86% | 0.84% | - |
| XYZ | 32.44 | 22.91 | 3.94 | - |
| YUV | 124.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 30 | 0 | 0.55 | 0.86 | 0.16 | 21.41 | 0.76 | 0.48 |
| Hex | D7 | 60 | 1E | 0 | 37 | 56 | 10 | 15 | 4C | 30 |
| Octal | 327 | 140 | 36 | 0 | 67 | 126 | 20 | 25 | 114 | 60 |
| Binary | 11010111 | 1100000 | 11110 | 0 | 110111 | 1010110 | 10000 | 10101 | 1001100 | 110000 |
Color Harmonies of #D7601E
Complementary color
Monochromatic Colors of #D7601E
Black with #D7601E
Text Example
Text Example
White with #D7601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7601E; }
p { color: rgb(215,96,30); }
H1.HeaderClassName
{
color: #D7601E;
}
.AnyTagClassName
{
color: #D7601E;
}
</style>
background-color css
<style>
a { background-color: #D7601E; }
a { background-color: rgb(215,96,30); }
div.DivClassName
{
background-color: #D7601E;
}
.BgClassName
{
background-color: #D7601E;
}
</style>
border-color css
<style>
span { border-color: #D7601E; }
span { border-color: rgb(215,96,30); }
td.TdClassName
{
border-color: #D7601E;
}
.TagClassName
{
border-color: #D7601E;
}
</style>