Shades of Millbrook #645B44
Tints of Millbrook #645B44
RGB
CMYK
RGB Variations
Color information
#645B44 (or 0x645B44) is known color: Millbrook. HEX triplet: 64, 5B and 44. RGB value is (100,91,68). Sum of RGB (Red+Green+Blue) = 100+91+68=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 100 - color contains mainly: red. Hex color #645B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B44 is #9BA4BB. Grayscale: #5B5B5B. Windows color (decimal): -10200252 or 4479844. OLE color: 4479844.
HSL color Cylindrical-coordinate representation of color #645B44: hue angle of 43.12º 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 #645B44 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 68 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.61 |
| HSL | 43.13º | 0.19% | 0.33% | - |
| HSV(B) | 43.13º | 0.32% | 0.39% | - |
| XYZ | 10.04 | 10.61 | 6.99 | - |
| YUV | 91.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 68 | 0 | 0.09 | 0.32 | 0.61 | 43.13 | 0.19 | 0.33 |
| Hex | 64 | 5B | 44 | 0 | 9 | 20 | 3D | 2B | 13 | 21 |
| Octal | 144 | 133 | 104 | 0 | 11 | 40 | 75 | 53 | 23 | 41 |
| Binary | 1100100 | 1011011 | 1000100 | 0 | 1001 | 100000 | 111101 | 101011 | 10011 | 100001 |
Color Harmonies of #645B44
Complementary color
Monochromatic Colors of #645B44
Black with #645B44
Text Example
Text Example
White with #645B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B44; }
p { color: rgb(100,91,68); }
H1.HeaderClassName
{
color: #645B44;
}
.AnyTagClassName
{
color: #645B44;
}
</style>
background-color css
<style>
a { background-color: #645B44; }
a { background-color: rgb(100,91,68); }
div.DivClassName
{
background-color: #645B44;
}
.BgClassName
{
background-color: #645B44;
}
</style>
border-color css
<style>
span { border-color: #645B44; }
span { border-color: rgb(100,91,68); }
td.TdClassName
{
border-color: #645B44;
}
.TagClassName
{
border-color: #645B44;
}
</style>