Shades of Chocolate #D6561B
Tints of Chocolate #D6561B
RGB
CMYK
RGB Variations
Color information
#D6561B (or 0xD6561B) is known color: Chocolate. HEX triplet: D6, 56 and 1B. RGB value is (214,86,27). Sum of RGB (Red+Green+Blue) = 214+86+27=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6561B is #29A9E4. Grayscale: #757575. Windows color (decimal): -2730469 or 1791702. OLE color: 1791702.
HSL color Cylindrical-coordinate representation of color #D6561B: hue angle of 18.93º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6561B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.16 |
| HSL | 18.93º | 0.78% | 0.47% | - |
| HSV(B) | 18.93º | 0.87% | 0.84% | - |
| XYZ | 31.26 | 21.03 | 3.45 | - |
| YUV | 117.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 27 | 0 | 0.60 | 0.87 | 0.16 | 18.93 | 0.78 | 0.47 |
| Hex | D6 | 56 | 1B | 0 | 3C | 57 | 10 | 13 | 4E | 2F |
| Octal | 326 | 126 | 33 | 0 | 74 | 127 | 20 | 23 | 116 | 57 |
| Binary | 11010110 | 1010110 | 11011 | 0 | 111100 | 1010111 | 10000 | 10011 | 1001110 | 101111 |
Color Harmonies of #D6561B
Complementary color
Monochromatic Colors of #D6561B
Black with #D6561B
Text Example
Text Example
White with #D6561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6561B; }
p { color: rgb(214,86,27); }
H1.HeaderClassName
{
color: #D6561B;
}
.AnyTagClassName
{
color: #D6561B;
}
</style>
background-color css
<style>
a { background-color: #D6561B; }
a { background-color: rgb(214,86,27); }
div.DivClassName
{
background-color: #D6561B;
}
.BgClassName
{
background-color: #D6561B;
}
</style>
border-color css
<style>
span { border-color: #D6561B; }
span { border-color: rgb(214,86,27); }
td.TdClassName
{
border-color: #D6561B;
}
.TagClassName
{
border-color: #D6561B;
}
</style>