Shades of Millbrook #595640
Tints of Millbrook #595640
RGB
CMYK
RGB Variations
Color information
#595640 (or 0x595640) is known color: Millbrook. HEX triplet: 59, 56 and 40. RGB value is (89,86,64). Sum of RGB (Red+Green+Blue) = 89+86+64=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #595640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595640 is #A6A9BF. Grayscale: #545454. Windows color (decimal): -10922432 or 4216409. OLE color: 4216409.
HSL color Cylindrical-coordinate representation of color #595640: hue angle of 52.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595640 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 86 | 64 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.65 |
| HSL | 52.8º | 0.16% | 0.3% | - |
| HSV(B) | 52.8º | 0.28% | 0.35% | - |
| XYZ | 8.37 | 9.15 | 6.18 | - |
| YUV | 84.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 64 | 0 | 0.03 | 0.28 | 0.65 | 52.8 | 0.16 | 0.3 |
| Hex | 59 | 56 | 40 | 0 | 3 | 1C | 41 | 35 | 10 | 1E |
| Octal | 131 | 126 | 100 | 0 | 3 | 34 | 101 | 65 | 20 | 36 |
| Binary | 1011001 | 1010110 | 1000000 | 0 | 11 | 11100 | 1000001 | 110101 | 10000 | 11110 |
Color Harmonies of #595640
Complementary color
Monochromatic Colors of #595640
Black with #595640
Text Example
Text Example
White with #595640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595640; }
p { color: rgb(89,86,64); }
H1.HeaderClassName
{
color: #595640;
}
.AnyTagClassName
{
color: #595640;
}
</style>
background-color css
<style>
a { background-color: #595640; }
a { background-color: rgb(89,86,64); }
div.DivClassName
{
background-color: #595640;
}
.BgClassName
{
background-color: #595640;
}
</style>
border-color css
<style>
span { border-color: #595640; }
span { border-color: rgb(89,86,64); }
td.TdClassName
{
border-color: #595640;
}
.TagClassName
{
border-color: #595640;
}
</style>