Shades of Chocolate #D6561D
Tints of Chocolate #D6561D
RGB
CMYK
RGB Variations
Color information
#D6561D (or 0xD6561D) is known color: Chocolate. HEX triplet: D6, 56 and 1D. RGB value is (214,86,29). Sum of RGB (Red+Green+Blue) = 214+86+29=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6561D is #29A9E2. Grayscale: #767676. Windows color (decimal): -2730467 or 1922774. OLE color: 1922774.
HSL color Cylindrical-coordinate representation of color #D6561D: hue angle of 18.49º 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 #D6561D is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 29 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.16 |
| HSL | 18.49º | 0.76% | 0.48% | - |
| HSV(B) | 18.49º | 0.86% | 0.84% | - |
| XYZ | 31.28 | 21.04 | 3.57 | - |
| YUV | 117.77 | 77.91 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 29 | 0 | 0.60 | 0.86 | 0.16 | 18.49 | 0.76 | 0.48 |
| Hex | D6 | 56 | 1D | 0 | 3C | 56 | 10 | 12 | 4C | 30 |
| Octal | 326 | 126 | 35 | 0 | 74 | 126 | 20 | 22 | 114 | 60 |
| Binary | 11010110 | 1010110 | 11101 | 0 | 111100 | 1010110 | 10000 | 10010 | 1001100 | 110000 |
Color Harmonies of #D6561D
Complementary color
Monochromatic Colors of #D6561D
Black with #D6561D
Text Example
Text Example
White with #D6561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6561D; }
p { color: rgb(214,86,29); }
H1.HeaderClassName
{
color: #D6561D;
}
.AnyTagClassName
{
color: #D6561D;
}
</style>
background-color css
<style>
a { background-color: #D6561D; }
a { background-color: rgb(214,86,29); }
div.DivClassName
{
background-color: #D6561D;
}
.BgClassName
{
background-color: #D6561D;
}
</style>
border-color css
<style>
span { border-color: #D6561D; }
span { border-color: rgb(214,86,29); }
td.TdClassName
{
border-color: #D6561D;
}
.TagClassName
{
border-color: #D6561D;
}
</style>