Shades of Millbrook #605D50
Tints of Millbrook #605D50
RGB
CMYK
RGB Variations
Color information
#605D50 (or 0x605D50) is known color: Millbrook. HEX triplet: 60, 5D and 50. RGB value is (96,93,80). Sum of RGB (Red+Green+Blue) = 96+93+80=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D50 is #9FA2AF. Grayscale: #5C5C5C. Windows color (decimal): -10461872 or 5266784. OLE color: 5266784.
HSL color Cylindrical-coordinate representation of color #605D50: hue angle of 48.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605D50 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 80 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.62 |
| HSL | 48.75º | 0.09% | 0.35% | - |
| HSV(B) | 48.75º | 0.17% | 0.38% | - |
| XYZ | 10.19 | 10.89 | 9.16 | - |
| YUV | 92.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 80 | 0 | 0.03 | 0.17 | 0.62 | 48.75 | 0.09 | 0.35 |
| Hex | 60 | 5D | 50 | 0 | 3 | 11 | 3E | 31 | 9 | 23 |
| Octal | 140 | 135 | 120 | 0 | 3 | 21 | 76 | 61 | 11 | 43 |
| Binary | 1100000 | 1011101 | 1010000 | 0 | 11 | 10001 | 111110 | 110001 | 1001 | 100011 |
Color Harmonies of #605D50
Complementary color
Monochromatic Colors of #605D50
Black with #605D50
Text Example
Text Example
White with #605D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D50; }
p { color: rgb(96,93,80); }
H1.HeaderClassName
{
color: #605D50;
}
.AnyTagClassName
{
color: #605D50;
}
</style>
background-color css
<style>
a { background-color: #605D50; }
a { background-color: rgb(96,93,80); }
div.DivClassName
{
background-color: #605D50;
}
.BgClassName
{
background-color: #605D50;
}
</style>
border-color css
<style>
span { border-color: #605D50; }
span { border-color: rgb(96,93,80); }
td.TdClassName
{
border-color: #605D50;
}
.TagClassName
{
border-color: #605D50;
}
</style>