Shades of Millbrook #645C45
Tints of Millbrook #645C45
RGB
CMYK
RGB Variations
Color information
#645C45 (or 0x645C45) is known color: Millbrook. HEX triplet: 64, 5C and 45. RGB value is (100,92,69). Sum of RGB (Red+Green+Blue) = 100+92+69=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #645C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C45 is #9BA3BA. Grayscale: #5B5B5B. Windows color (decimal): -10199995 or 4545636. OLE color: 4545636.
HSL color Cylindrical-coordinate representation of color #645C45: hue angle of 44.52º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645C45 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 69 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.61 |
| HSL | 44.52º | 0.18% | 0.33% | - |
| HSV(B) | 44.52º | 0.31% | 0.39% | - |
| XYZ | 10.16 | 10.79 | 7.18 | - |
| YUV | 91.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 69 | 0 | 0.08 | 0.31 | 0.61 | 44.52 | 0.18 | 0.33 |
| Hex | 64 | 5C | 45 | 0 | 8 | 1F | 3D | 2D | 12 | 21 |
| Octal | 144 | 134 | 105 | 0 | 10 | 37 | 75 | 55 | 22 | 41 |
| Binary | 1100100 | 1011100 | 1000101 | 0 | 1000 | 11111 | 111101 | 101101 | 10010 | 100001 |
Color Harmonies of #645C45
Complementary color
Monochromatic Colors of #645C45
Black with #645C45
Text Example
Text Example
White with #645C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C45; }
p { color: rgb(100,92,69); }
H1.HeaderClassName
{
color: #645C45;
}
.AnyTagClassName
{
color: #645C45;
}
</style>
background-color css
<style>
a { background-color: #645C45; }
a { background-color: rgb(100,92,69); }
div.DivClassName
{
background-color: #645C45;
}
.BgClassName
{
background-color: #645C45;
}
</style>
border-color css
<style>
span { border-color: #645C45; }
span { border-color: rgb(100,92,69); }
td.TdClassName
{
border-color: #645C45;
}
.TagClassName
{
border-color: #645C45;
}
</style>