Shades of Baker's Chocolate #561D06
Tints of Baker's Chocolate #561D06
RGB
CMYK
RGB Variations
Color information
#561D06 (or 0x561D06) is known color: Baker's Chocolate. HEX triplet: 56, 1D and 06. RGB value is (86,29,6). Sum of RGB (Red+Green+Blue) = 86+29+6=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #561D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D06 is #A9E2F9. Grayscale: #2B2B2B. Windows color (decimal): -11133690 or 400726. OLE color: 400726.
HSL color Cylindrical-coordinate representation of color #561D06: hue angle of 17.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #561D06 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 6 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.66 |
| HSL | 17.25º | 0.87% | 0.18% | - |
| HSV(B) | 17.25º | 0.93% | 0.34% | - |
| XYZ | 4.31 | 2.87 | 0.5 | - |
| YUV | 43.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 6 | 0 | 0.66 | 0.93 | 0.66 | 17.25 | 0.87 | 0.18 |
| Hex | 56 | 1D | 6 | 0 | 42 | 5D | 42 | 11 | 57 | 12 |
| Octal | 126 | 35 | 6 | 0 | 102 | 135 | 102 | 21 | 127 | 22 |
| Binary | 1010110 | 11101 | 110 | 0 | 1000010 | 1011101 | 1000010 | 10001 | 1010111 | 10010 |
Color Harmonies of #561D06
Complementary color
Monochromatic Colors of #561D06
Black with #561D06
Text Example
Text Example
White with #561D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D06; }
p { color: rgb(86,29,6); }
H1.HeaderClassName
{
color: #561D06;
}
.AnyTagClassName
{
color: #561D06;
}
</style>
background-color css
<style>
a { background-color: #561D06; }
a { background-color: rgb(86,29,6); }
div.DivClassName
{
background-color: #561D06;
}
.BgClassName
{
background-color: #561D06;
}
</style>
border-color css
<style>
span { border-color: #561D06; }
span { border-color: rgb(86,29,6); }
td.TdClassName
{
border-color: #561D06;
}
.TagClassName
{
border-color: #561D06;
}
</style>