Shades of Millbrook #605840
Tints of Millbrook #605840
RGB
CMYK
RGB Variations
Color information
#605840 (or 0x605840) is known color: Millbrook. HEX triplet: 60, 58 and 40. RGB value is (96,88,64). Sum of RGB (Red+Green+Blue) = 96+88+64=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605840 is #9FA7BF. Grayscale: #575757. Windows color (decimal): -10463168 or 4216928. OLE color: 4216928.
HSL color Cylindrical-coordinate representation of color #605840: hue angle of 45º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605840 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 64 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.62 |
| HSL | 45º | 0.2% | 0.31% | - |
| HSV(B) | 45º | 0.33% | 0.38% | - |
| XYZ | 9.24 | 9.84 | 6.26 | - |
| YUV | 87.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 64 | 0 | 0.08 | 0.33 | 0.62 | 45 | 0.2 | 0.31 |
| Hex | 60 | 58 | 40 | 0 | 8 | 21 | 3E | 2D | 14 | 1F |
| Octal | 140 | 130 | 100 | 0 | 10 | 41 | 76 | 55 | 24 | 37 |
| Binary | 1100000 | 1011000 | 1000000 | 0 | 1000 | 100001 | 111110 | 101101 | 10100 | 11111 |
Color Harmonies of #605840
Complementary color
Monochromatic Colors of #605840
Black with #605840
Text Example
Text Example
White with #605840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605840; }
p { color: rgb(96,88,64); }
H1.HeaderClassName
{
color: #605840;
}
.AnyTagClassName
{
color: #605840;
}
</style>
background-color css
<style>
a { background-color: #605840; }
a { background-color: rgb(96,88,64); }
div.DivClassName
{
background-color: #605840;
}
.BgClassName
{
background-color: #605840;
}
</style>
border-color css
<style>
span { border-color: #605840; }
span { border-color: rgb(96,88,64); }
td.TdClassName
{
border-color: #605840;
}
.TagClassName
{
border-color: #605840;
}
</style>