Shades of Millbrook #585644
Tints of Millbrook #585644
RGB
CMYK
RGB Variations
Color information
#585644 (or 0x585644) is known color: Millbrook. HEX triplet: 58, 56 and 44. RGB value is (88,86,68). Sum of RGB (Red+Green+Blue) = 88+86+68=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #585644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585644 is #A7A9BB. Grayscale: #545454. Windows color (decimal): -10987964 or 4478552. OLE color: 4478552.
HSL color Cylindrical-coordinate representation of color #585644: hue angle of 54º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585644 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 68 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.65 |
| HSL | 54º | 0.13% | 0.31% | - |
| HSV(B) | 54º | 0.23% | 0.35% | - |
| XYZ | 8.4 | 9.15 | 6.79 | - |
| YUV | 84.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 68 | 0 | 0.02 | 0.23 | 0.65 | 54 | 0.13 | 0.31 |
| Hex | 58 | 56 | 44 | 0 | 2 | 17 | 41 | 36 | D | 1F |
| Octal | 130 | 126 | 104 | 0 | 2 | 27 | 101 | 66 | 15 | 37 |
| Binary | 1011000 | 1010110 | 1000100 | 0 | 10 | 10111 | 1000001 | 110110 | 1101 | 11111 |
Color Harmonies of #585644
Complementary color
Monochromatic Colors of #585644
Black with #585644
Text Example
Text Example
White with #585644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585644; }
p { color: rgb(88,86,68); }
H1.HeaderClassName
{
color: #585644;
}
.AnyTagClassName
{
color: #585644;
}
</style>
background-color css
<style>
a { background-color: #585644; }
a { background-color: rgb(88,86,68); }
div.DivClassName
{
background-color: #585644;
}
.BgClassName
{
background-color: #585644;
}
</style>
border-color css
<style>
span { border-color: #585644; }
span { border-color: rgb(88,86,68); }
td.TdClassName
{
border-color: #585644;
}
.TagClassName
{
border-color: #585644;
}
</style>