Shades of Chocolate #D7611D
Tints of Chocolate #D7611D
RGB
CMYK
RGB Variations
Color information
#D7611D (or 0xD7611D) is known color: Chocolate. HEX triplet: D7, 61 and 1D. RGB value is (215,97,29). Sum of RGB (Red+Green+Blue) = 215+97+29=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7611D is #289EE2. Grayscale: #7C7C7C. Windows color (decimal): -2662115 or 1925591. OLE color: 1925591.
HSL color Cylindrical-coordinate representation of color #D7611D: hue angle of 21.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7611D is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 29 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.16 |
| HSL | 21.94º | 0.76% | 0.48% | - |
| HSV(B) | 21.94º | 0.87% | 0.84% | - |
| XYZ | 32.52 | 23.09 | 3.9 | - |
| YUV | 124.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 29 | 0 | 0.55 | 0.87 | 0.16 | 21.94 | 0.76 | 0.48 |
| Hex | D7 | 61 | 1D | 0 | 37 | 57 | 10 | 16 | 4C | 30 |
| Octal | 327 | 141 | 35 | 0 | 67 | 127 | 20 | 26 | 114 | 60 |
| Binary | 11010111 | 1100001 | 11101 | 0 | 110111 | 1010111 | 10000 | 10110 | 1001100 | 110000 |
Color Harmonies of #D7611D
Complementary color
Monochromatic Colors of #D7611D
Black with #D7611D
Text Example
Text Example
White with #D7611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7611D; }
p { color: rgb(215,97,29); }
H1.HeaderClassName
{
color: #D7611D;
}
.AnyTagClassName
{
color: #D7611D;
}
</style>
background-color css
<style>
a { background-color: #D7611D; }
a { background-color: rgb(215,97,29); }
div.DivClassName
{
background-color: #D7611D;
}
.BgClassName
{
background-color: #D7611D;
}
</style>
border-color css
<style>
span { border-color: #D7611D; }
span { border-color: rgb(215,97,29); }
td.TdClassName
{
border-color: #D7611D;
}
.TagClassName
{
border-color: #D7611D;
}
</style>