Shades of Millbrook #605D53
Tints of Millbrook #605D53
RGB
CMYK
RGB Variations
Color information
#605D53 (or 0x605D53) is known color: Millbrook. HEX triplet: 60, 5D and 53. RGB value is (96,93,83). Sum of RGB (Red+Green+Blue) = 96+93+83=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #605D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D53 is #9FA2AC. Grayscale: #5C5C5C. Windows color (decimal): -10461869 or 5463392. OLE color: 5463392.
HSL color Cylindrical-coordinate representation of color #605D53: hue angle of 46.15º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605D53 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 83 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.62 |
| HSL | 46.15º | 0.07% | 0.35% | - |
| HSV(B) | 46.15º | 0.14% | 0.38% | - |
| XYZ | 10.3 | 10.94 | 9.75 | - |
| YUV | 92.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 83 | 0 | 0.03 | 0.14 | 0.62 | 46.15 | 0.07 | 0.35 |
| Hex | 60 | 5D | 53 | 0 | 3 | E | 3E | 2E | 7 | 23 |
| Octal | 140 | 135 | 123 | 0 | 3 | 16 | 76 | 56 | 7 | 43 |
| Binary | 1100000 | 1011101 | 1010011 | 0 | 11 | 1110 | 111110 | 101110 | 111 | 100011 |
Color Harmonies of #605D53
Complementary color
Monochromatic Colors of #605D53
Black with #605D53
Text Example
Text Example
White with #605D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D53; }
p { color: rgb(96,93,83); }
H1.HeaderClassName
{
color: #605D53;
}
.AnyTagClassName
{
color: #605D53;
}
</style>
background-color css
<style>
a { background-color: #605D53; }
a { background-color: rgb(96,93,83); }
div.DivClassName
{
background-color: #605D53;
}
.BgClassName
{
background-color: #605D53;
}
</style>
border-color css
<style>
span { border-color: #605D53; }
span { border-color: rgb(96,93,83); }
td.TdClassName
{
border-color: #605D53;
}
.TagClassName
{
border-color: #605D53;
}
</style>