Shades of Millbrook #60573F
Tints of Millbrook #60573F
RGB
CMYK
RGB Variations
Color information
#60573F (or 0x60573F) is known color: Millbrook. HEX triplet: 60, 57 and 3F. RGB value is (96,87,63). Sum of RGB (Red+Green+Blue) = 96+87+63=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #60573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60573F is #9FA8C0. Grayscale: #575757. Windows color (decimal): -10463425 or 4151136. OLE color: 4151136.
HSL color Cylindrical-coordinate representation of color #60573F: hue angle of 43.64º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60573F is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 63 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.62 |
| HSL | 43.64º | 0.21% | 0.31% | - |
| HSV(B) | 43.64º | 0.34% | 0.38% | - |
| XYZ | 9.13 | 9.66 | 6.09 | - |
| YUV | 86.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 63 | 0 | 0.09 | 0.34 | 0.62 | 43.64 | 0.21 | 0.31 |
| Hex | 60 | 57 | 3F | 0 | 9 | 22 | 3E | 2C | 15 | 1F |
| Octal | 140 | 127 | 77 | 0 | 11 | 42 | 76 | 54 | 25 | 37 |
| Binary | 1100000 | 1010111 | 111111 | 0 | 1001 | 100010 | 111110 | 101100 | 10101 | 11111 |
Color Harmonies of #60573F
Complementary color
Monochromatic Colors of #60573F
Black with #60573F
Text Example
Text Example
White with #60573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60573F; }
p { color: rgb(96,87,63); }
H1.HeaderClassName
{
color: #60573F;
}
.AnyTagClassName
{
color: #60573F;
}
</style>
background-color css
<style>
a { background-color: #60573F; }
a { background-color: rgb(96,87,63); }
div.DivClassName
{
background-color: #60573F;
}
.BgClassName
{
background-color: #60573F;
}
</style>
border-color css
<style>
span { border-color: #60573F; }
span { border-color: rgb(96,87,63); }
td.TdClassName
{
border-color: #60573F;
}
.TagClassName
{
border-color: #60573F;
}
</style>