Shades of Millbrook #60583F
Tints of Millbrook #60583F
RGB
CMYK
RGB Variations
Color information
#60583F (or 0x60583F) is known color: Millbrook. HEX triplet: 60, 58 and 3F. RGB value is (96,88,63). Sum of RGB (Red+Green+Blue) = 96+88+63=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #60583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60583F is #9FA7C0. Grayscale: #575757. Windows color (decimal): -10463169 or 4151392. OLE color: 4151392.
HSL color Cylindrical-coordinate representation of color #60583F: hue angle of 45.45º 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 #60583F is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 63 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.62 |
| HSL | 45.45º | 0.21% | 0.31% | - |
| HSV(B) | 45.45º | 0.34% | 0.38% | - |
| XYZ | 9.21 | 9.83 | 6.11 | - |
| YUV | 87.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 63 | 0 | 0.08 | 0.34 | 0.62 | 45.45 | 0.21 | 0.31 |
| Hex | 60 | 58 | 3F | 0 | 8 | 22 | 3E | 2D | 15 | 1F |
| Octal | 140 | 130 | 77 | 0 | 10 | 42 | 76 | 55 | 25 | 37 |
| Binary | 1100000 | 1011000 | 111111 | 0 | 1000 | 100010 | 111110 | 101101 | 10101 | 11111 |
Color Harmonies of #60583F
Complementary color
Monochromatic Colors of #60583F
Black with #60583F
Text Example
Text Example
White with #60583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60583F; }
p { color: rgb(96,88,63); }
H1.HeaderClassName
{
color: #60583F;
}
.AnyTagClassName
{
color: #60583F;
}
</style>
background-color css
<style>
a { background-color: #60583F; }
a { background-color: rgb(96,88,63); }
div.DivClassName
{
background-color: #60583F;
}
.BgClassName
{
background-color: #60583F;
}
</style>
border-color css
<style>
span { border-color: #60583F; }
span { border-color: rgb(96,88,63); }
td.TdClassName
{
border-color: #60583F;
}
.TagClassName
{
border-color: #60583F;
}
</style>