Shades of Millbrook #605D51
Tints of Millbrook #605D51
RGB
CMYK
RGB Variations
Color information
#605D51 (or 0x605D51) is known color: Millbrook. HEX triplet: 60, 5D and 51. RGB value is (96,93,81). Sum of RGB (Red+Green+Blue) = 96+93+81=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D51 is #9FA2AE. Grayscale: #5C5C5C. Windows color (decimal): -10461871 or 5332320. OLE color: 5332320.
HSL color Cylindrical-coordinate representation of color #605D51: hue angle of 48º 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 #605D51 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 81 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.62 |
| HSL | 48º | 0.08% | 0.35% | - |
| HSV(B) | 48º | 0.16% | 0.38% | - |
| XYZ | 10.22 | 10.91 | 9.35 | - |
| YUV | 92.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 81 | 0 | 0.03 | 0.16 | 0.62 | 48 | 0.08 | 0.35 |
| Hex | 60 | 5D | 51 | 0 | 3 | 10 | 3E | 30 | 8 | 23 |
| Octal | 140 | 135 | 121 | 0 | 3 | 20 | 76 | 60 | 10 | 43 |
| Binary | 1100000 | 1011101 | 1010001 | 0 | 11 | 10000 | 111110 | 110000 | 1000 | 100011 |
Color Harmonies of #605D51
Complementary color
Monochromatic Colors of #605D51
Black with #605D51
Text Example
Text Example
White with #605D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D51; }
p { color: rgb(96,93,81); }
H1.HeaderClassName
{
color: #605D51;
}
.AnyTagClassName
{
color: #605D51;
}
</style>
background-color css
<style>
a { background-color: #605D51; }
a { background-color: rgb(96,93,81); }
div.DivClassName
{
background-color: #605D51;
}
.BgClassName
{
background-color: #605D51;
}
</style>
border-color css
<style>
span { border-color: #605D51; }
span { border-color: rgb(96,93,81); }
td.TdClassName
{
border-color: #605D51;
}
.TagClassName
{
border-color: #605D51;
}
</style>