Shades of Millbrook #605E51
Tints of Millbrook #605E51
RGB
CMYK
RGB Variations
Color information
#605E51 (or 0x605E51) is known color: Millbrook. HEX triplet: 60, 5E and 51. RGB value is (96,94,81). Sum of RGB (Red+Green+Blue) = 96+94+81=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 96 - color contains mainly: red. Hex color #605E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E51 is #9FA1AE. Grayscale: #5D5D5D. Windows color (decimal): -10461615 or 5332576. OLE color: 5332576.
HSL color Cylindrical-coordinate representation of color #605E51: hue angle of 52º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #605E51 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 81 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.62 |
| HSL | 52º | 0.08% | 0.35% | - |
| HSV(B) | 52º | 0.16% | 0.38% | - |
| XYZ | 10.31 | 11.09 | 9.38 | - |
| YUV | 93.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 81 | 0 | 0.02 | 0.16 | 0.62 | 52 | 0.08 | 0.35 |
| Hex | 60 | 5E | 51 | 0 | 2 | 10 | 3E | 34 | 8 | 23 |
| Octal | 140 | 136 | 121 | 0 | 2 | 20 | 76 | 64 | 10 | 43 |
| Binary | 1100000 | 1011110 | 1010001 | 0 | 10 | 10000 | 111110 | 110100 | 1000 | 100011 |
Color Harmonies of #605E51
Complementary color
Monochromatic Colors of #605E51
Black with #605E51
Text Example
Text Example
White with #605E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E51; }
p { color: rgb(96,94,81); }
H1.HeaderClassName
{
color: #605E51;
}
.AnyTagClassName
{
color: #605E51;
}
</style>
background-color css
<style>
a { background-color: #605E51; }
a { background-color: rgb(96,94,81); }
div.DivClassName
{
background-color: #605E51;
}
.BgClassName
{
background-color: #605E51;
}
</style>
border-color css
<style>
span { border-color: #605E51; }
span { border-color: rgb(96,94,81); }
td.TdClassName
{
border-color: #605E51;
}
.TagClassName
{
border-color: #605E51;
}
</style>