Shades of Baker's Chocolate #591D06
Tints of Baker's Chocolate #591D06
RGB
CMYK
RGB Variations
Color information
#591D06 (or 0x591D06) is known color: Baker's Chocolate. HEX triplet: 59, 1D and 06. RGB value is (89,29,6). Sum of RGB (Red+Green+Blue) = 89+29+6=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #591D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D06 is #A6E2F9. Grayscale: #2C2C2C. Windows color (decimal): -10937082 or 400729. OLE color: 400729.
HSL color Cylindrical-coordinate representation of color #591D06: hue angle of 16.63º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #591D06 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 6 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.65 |
| HSL | 16.63º | 0.87% | 0.19% | - |
| HSV(B) | 16.63º | 0.93% | 0.35% | - |
| XYZ | 4.59 | 3.02 | 0.51 | - |
| YUV | 44.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 6 | 0 | 0.67 | 0.93 | 0.65 | 16.63 | 0.87 | 0.19 |
| Hex | 59 | 1D | 6 | 0 | 43 | 5D | 41 | 11 | 57 | 13 |
| Octal | 131 | 35 | 6 | 0 | 103 | 135 | 101 | 21 | 127 | 23 |
| Binary | 1011001 | 11101 | 110 | 0 | 1000011 | 1011101 | 1000001 | 10001 | 1010111 | 10011 |
Color Harmonies of #591D06
Complementary color
Monochromatic Colors of #591D06
Black with #591D06
Text Example
Text Example
White with #591D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D06; }
p { color: rgb(89,29,6); }
H1.HeaderClassName
{
color: #591D06;
}
.AnyTagClassName
{
color: #591D06;
}
</style>
background-color css
<style>
a { background-color: #591D06; }
a { background-color: rgb(89,29,6); }
div.DivClassName
{
background-color: #591D06;
}
.BgClassName
{
background-color: #591D06;
}
</style>
border-color css
<style>
span { border-color: #591D06; }
span { border-color: rgb(89,29,6); }
td.TdClassName
{
border-color: #591D06;
}
.TagClassName
{
border-color: #591D06;
}
</style>