Shades of Millbrook #645D44
Tints of Millbrook #645D44
RGB
CMYK
RGB Variations
Color information
#645D44 (or 0x645D44) is known color: Millbrook. HEX triplet: 64, 5D and 44. RGB value is (100,93,68). Sum of RGB (Red+Green+Blue) = 100+93+68=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #645D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D44 is #9BA2BB. Grayscale: #5C5C5C. Windows color (decimal): -10199740 or 4480356. OLE color: 4480356.
HSL color Cylindrical-coordinate representation of color #645D44: hue angle of 46.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645D44 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 68 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.61 |
| HSL | 46.88º | 0.19% | 0.33% | - |
| HSV(B) | 46.88º | 0.32% | 0.39% | - |
| XYZ | 10.21 | 10.96 | 7.05 | - |
| YUV | 92.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 68 | 0 | 0.07 | 0.32 | 0.61 | 46.88 | 0.19 | 0.33 |
| Hex | 64 | 5D | 44 | 0 | 7 | 20 | 3D | 2F | 13 | 21 |
| Octal | 144 | 135 | 104 | 0 | 7 | 40 | 75 | 57 | 23 | 41 |
| Binary | 1100100 | 1011101 | 1000100 | 0 | 111 | 100000 | 111101 | 101111 | 10011 | 100001 |
Color Harmonies of #645D44
Complementary color
Monochromatic Colors of #645D44
Black with #645D44
Text Example
Text Example
White with #645D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D44; }
p { color: rgb(100,93,68); }
H1.HeaderClassName
{
color: #645D44;
}
.AnyTagClassName
{
color: #645D44;
}
</style>
background-color css
<style>
a { background-color: #645D44; }
a { background-color: rgb(100,93,68); }
div.DivClassName
{
background-color: #645D44;
}
.BgClassName
{
background-color: #645D44;
}
</style>
border-color css
<style>
span { border-color: #645D44; }
span { border-color: rgb(100,93,68); }
td.TdClassName
{
border-color: #645D44;
}
.TagClassName
{
border-color: #645D44;
}
</style>