Shades of Millbrook #60573E
Tints of Millbrook #60573E
RGB
CMYK
RGB Variations
Color information
#60573E (or 0x60573E) is known color: Millbrook. HEX triplet: 60, 57 and 3E. RGB value is (96,87,62). Sum of RGB (Red+Green+Blue) = 96+87+62=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60573E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60573E is #9FA8C1. Grayscale: #565656. Windows color (decimal): -10463426 or 4085600. OLE color: 4085600.
HSL color Cylindrical-coordinate representation of color #60573E: hue angle of 44.12º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60573E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 62 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.62 |
| HSL | 44.12º | 0.22% | 0.31% | - |
| HSV(B) | 44.12º | 0.35% | 0.38% | - |
| XYZ | 9.1 | 9.65 | 5.94 | - |
| YUV | 86.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 62 | 0 | 0.09 | 0.35 | 0.62 | 44.12 | 0.22 | 0.31 |
| Hex | 60 | 57 | 3E | 0 | 9 | 23 | 3E | 2C | 16 | 1F |
| Octal | 140 | 127 | 76 | 0 | 11 | 43 | 76 | 54 | 26 | 37 |
| Binary | 1100000 | 1010111 | 111110 | 0 | 1001 | 100011 | 111110 | 101100 | 10110 | 11111 |
Color Harmonies of #60573E
Complementary color
Monochromatic Colors of #60573E
Black with #60573E
Text Example
Text Example
White with #60573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60573E; }
p { color: rgb(96,87,62); }
H1.HeaderClassName
{
color: #60573E;
}
.AnyTagClassName
{
color: #60573E;
}
</style>
background-color css
<style>
a { background-color: #60573E; }
a { background-color: rgb(96,87,62); }
div.DivClassName
{
background-color: #60573E;
}
.BgClassName
{
background-color: #60573E;
}
</style>
border-color css
<style>
span { border-color: #60573E; }
span { border-color: rgb(96,87,62); }
td.TdClassName
{
border-color: #60573E;
}
.TagClassName
{
border-color: #60573E;
}
</style>