Shades of Millbrook #605B47
Tints of Millbrook #605B47
RGB
CMYK
RGB Variations
Color information
#605B47 (or 0x605B47) is known color: Millbrook. HEX triplet: 60, 5B and 47. RGB value is (96,91,71). Sum of RGB (Red+Green+Blue) = 96+91+71=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B47 is #9FA4B8. Grayscale: #5A5A5A. Windows color (decimal): -10462393 or 4676448. OLE color: 4676448.
HSL color Cylindrical-coordinate representation of color #605B47: hue angle of 48º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605B47 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 71 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.62 |
| HSL | 48º | 0.15% | 0.33% | - |
| HSV(B) | 48º | 0.26% | 0.38% | - |
| XYZ | 9.7 | 10.42 | 7.46 | - |
| YUV | 90.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 71 | 0 | 0.05 | 0.26 | 0.62 | 48 | 0.15 | 0.33 |
| Hex | 60 | 5B | 47 | 0 | 5 | 1A | 3E | 30 | F | 21 |
| Octal | 140 | 133 | 107 | 0 | 5 | 32 | 76 | 60 | 17 | 41 |
| Binary | 1100000 | 1011011 | 1000111 | 0 | 101 | 11010 | 111110 | 110000 | 1111 | 100001 |
Color Harmonies of #605B47
Complementary color
Monochromatic Colors of #605B47
Black with #605B47
Text Example
Text Example
White with #605B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B47; }
p { color: rgb(96,91,71); }
H1.HeaderClassName
{
color: #605B47;
}
.AnyTagClassName
{
color: #605B47;
}
</style>
background-color css
<style>
a { background-color: #605B47; }
a { background-color: rgb(96,91,71); }
div.DivClassName
{
background-color: #605B47;
}
.BgClassName
{
background-color: #605B47;
}
</style>
border-color css
<style>
span { border-color: #605B47; }
span { border-color: rgb(96,91,71); }
td.TdClassName
{
border-color: #605B47;
}
.TagClassName
{
border-color: #605B47;
}
</style>