Shades of Millbrook #645E4A
Tints of Millbrook #645E4A
RGB
CMYK
RGB Variations
Color information
#645E4A (or 0x645E4A) is known color: Millbrook. HEX triplet: 64, 5E and 4A. RGB value is (100,94,74). Sum of RGB (Red+Green+Blue) = 100+94+74=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #645E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645E4A is #9BA1B5. Grayscale: #5D5D5D. Windows color (decimal): -10199478 or 4873828. OLE color: 4873828.
HSL color Cylindrical-coordinate representation of color #645E4A: hue angle of 46.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #645E4A is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 94 | 74 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.61 |
| HSL | 46.15º | 0.15% | 0.34% | - |
| HSV(B) | 46.15º | 0.26% | 0.39% | - |
| XYZ | 10.49 | 11.21 | 8.09 | - |
| YUV | 93.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 74 | 0 | 0.06 | 0.26 | 0.61 | 46.15 | 0.15 | 0.34 |
| Hex | 64 | 5E | 4A | 0 | 6 | 1A | 3D | 2E | F | 22 |
| Octal | 144 | 136 | 112 | 0 | 6 | 32 | 75 | 56 | 17 | 42 |
| Binary | 1100100 | 1011110 | 1001010 | 0 | 110 | 11010 | 111101 | 101110 | 1111 | 100010 |
Color Harmonies of #645E4A
Complementary color
Monochromatic Colors of #645E4A
Black with #645E4A
Text Example
Text Example
White with #645E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E4A; }
p { color: rgb(100,94,74); }
H1.HeaderClassName
{
color: #645E4A;
}
.AnyTagClassName
{
color: #645E4A;
}
</style>
background-color css
<style>
a { background-color: #645E4A; }
a { background-color: rgb(100,94,74); }
div.DivClassName
{
background-color: #645E4A;
}
.BgClassName
{
background-color: #645E4A;
}
</style>
border-color css
<style>
span { border-color: #645E4A; }
span { border-color: rgb(100,94,74); }
td.TdClassName
{
border-color: #645E4A;
}
.TagClassName
{
border-color: #645E4A;
}
</style>