Shades of Millbrook #645D47
Tints of Millbrook #645D47
RGB
CMYK
RGB Variations
Color information
#645D47 (or 0x645D47) is known color: Millbrook. HEX triplet: 64, 5D and 47. RGB value is (100,93,71). Sum of RGB (Red+Green+Blue) = 100+93+71=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D47 is #9BA2B8. Grayscale: #5C5C5C. Windows color (decimal): -10199737 or 4676964. OLE color: 4676964.
HSL color Cylindrical-coordinate representation of color #645D47: hue angle of 45.52º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645D47 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 71 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.61 |
| HSL | 45.52º | 0.17% | 0.34% | - |
| HSV(B) | 45.52º | 0.29% | 0.39% | - |
| XYZ | 10.31 | 10.99 | 7.54 | - |
| YUV | 92.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 71 | 0 | 0.07 | 0.29 | 0.61 | 45.52 | 0.17 | 0.34 |
| Hex | 64 | 5D | 47 | 0 | 7 | 1D | 3D | 2E | 11 | 22 |
| Octal | 144 | 135 | 107 | 0 | 7 | 35 | 75 | 56 | 21 | 42 |
| Binary | 1100100 | 1011101 | 1000111 | 0 | 111 | 11101 | 111101 | 101110 | 10001 | 100010 |
Color Harmonies of #645D47
Complementary color
Monochromatic Colors of #645D47
Black with #645D47
Text Example
Text Example
White with #645D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D47; }
p { color: rgb(100,93,71); }
H1.HeaderClassName
{
color: #645D47;
}
.AnyTagClassName
{
color: #645D47;
}
</style>
background-color css
<style>
a { background-color: #645D47; }
a { background-color: rgb(100,93,71); }
div.DivClassName
{
background-color: #645D47;
}
.BgClassName
{
background-color: #645D47;
}
</style>
border-color css
<style>
span { border-color: #645D47; }
span { border-color: rgb(100,93,71); }
td.TdClassName
{
border-color: #645D47;
}
.TagClassName
{
border-color: #645D47;
}
</style>