Shades of Millbrook #645C44
Tints of Millbrook #645C44
RGB
CMYK
RGB Variations
Color information
#645C44 (or 0x645C44) is known color: Millbrook. HEX triplet: 64, 5C and 44. RGB value is (100,92,68). Sum of RGB (Red+Green+Blue) = 100+92+68=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #645C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C44 is #9BA3BB. Grayscale: #5B5B5B. Windows color (decimal): -10199996 or 4480100. OLE color: 4480100.
HSL color Cylindrical-coordinate representation of color #645C44: hue angle of 45º 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 #645C44 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 68 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.61 |
| HSL | 45º | 0.19% | 0.33% | - |
| HSV(B) | 45º | 0.32% | 0.39% | - |
| XYZ | 10.13 | 10.78 | 7.02 | - |
| YUV | 91.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 68 | 0 | 0.08 | 0.32 | 0.61 | 45 | 0.19 | 0.33 |
| Hex | 64 | 5C | 44 | 0 | 8 | 20 | 3D | 2D | 13 | 21 |
| Octal | 144 | 134 | 104 | 0 | 10 | 40 | 75 | 55 | 23 | 41 |
| Binary | 1100100 | 1011100 | 1000100 | 0 | 1000 | 100000 | 111101 | 101101 | 10011 | 100001 |
Color Harmonies of #645C44
Complementary color
Monochromatic Colors of #645C44
Black with #645C44
Text Example
Text Example
White with #645C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C44; }
p { color: rgb(100,92,68); }
H1.HeaderClassName
{
color: #645C44;
}
.AnyTagClassName
{
color: #645C44;
}
</style>
background-color css
<style>
a { background-color: #645C44; }
a { background-color: rgb(100,92,68); }
div.DivClassName
{
background-color: #645C44;
}
.BgClassName
{
background-color: #645C44;
}
</style>
border-color css
<style>
span { border-color: #645C44; }
span { border-color: rgb(100,92,68); }
td.TdClassName
{
border-color: #645C44;
}
.TagClassName
{
border-color: #645C44;
}
</style>