Shades of Millbrook #605C50
Tints of Millbrook #605C50
RGB
CMYK
RGB Variations
Color information
#605C50 (or 0x605C50) is known color: Millbrook. HEX triplet: 60, 5C and 50. RGB value is (96,92,80). Sum of RGB (Red+Green+Blue) = 96+92+80=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C50 is #9FA3AF. Grayscale: #5B5B5B. Windows color (decimal): -10462128 or 5266528. OLE color: 5266528.
HSL color Cylindrical-coordinate representation of color #605C50: hue angle of 45º 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 #605C50 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 80 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.62 |
| HSL | 45º | 0.09% | 0.35% | - |
| HSV(B) | 45º | 0.17% | 0.38% | - |
| XYZ | 10.1 | 10.72 | 9.13 | - |
| YUV | 91.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 80 | 0 | 0.04 | 0.17 | 0.62 | 45 | 0.09 | 0.35 |
| Hex | 60 | 5C | 50 | 0 | 4 | 11 | 3E | 2D | 9 | 23 |
| Octal | 140 | 134 | 120 | 0 | 4 | 21 | 76 | 55 | 11 | 43 |
| Binary | 1100000 | 1011100 | 1010000 | 0 | 100 | 10001 | 111110 | 101101 | 1001 | 100011 |
Color Harmonies of #605C50
Complementary color
Monochromatic Colors of #605C50
Black with #605C50
Text Example
Text Example
White with #605C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C50; }
p { color: rgb(96,92,80); }
H1.HeaderClassName
{
color: #605C50;
}
.AnyTagClassName
{
color: #605C50;
}
</style>
background-color css
<style>
a { background-color: #605C50; }
a { background-color: rgb(96,92,80); }
div.DivClassName
{
background-color: #605C50;
}
.BgClassName
{
background-color: #605C50;
}
</style>
border-color css
<style>
span { border-color: #605C50; }
span { border-color: rgb(96,92,80); }
td.TdClassName
{
border-color: #605C50;
}
.TagClassName
{
border-color: #605C50;
}
</style>