Shades of Salt Box #644A5F
Tints of Salt Box #644A5F
RGB
CMYK
RGB Variations
Color information
#644A5F (or 0x644A5F) is known color: Salt Box. HEX triplet: 64, 4A and 5F. RGB value is (100,74,95). Sum of RGB (Red+Green+Blue) = 100+74+95=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #644A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A5F is #9BB5A0. Grayscale: #545454. Windows color (decimal): -10204577 or 6244964. OLE color: 6244964.
HSL color Cylindrical-coordinate representation of color #644A5F: hue angle of 311.54º 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 #644A5F is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 95 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.61 |
| HSL | 311.54º | 0.15% | 0.34% | - |
| HSV(B) | 311.54º | 0.26% | 0.39% | - |
| XYZ | 9.77 | 8.43 | 11.94 | - |
| YUV | 84.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 95 | 0 | 0.26 | 0.05 | 0.61 | 311.54 | 0.15 | 0.34 |
| Hex | 64 | 4A | 5F | 0 | 1A | 5 | 3D | 138 | F | 22 |
| Octal | 144 | 112 | 137 | 0 | 32 | 5 | 75 | 470 | 17 | 42 |
| Binary | 1100100 | 1001010 | 1011111 | 0 | 11010 | 101 | 111101 | 100111000 | 1111 | 100010 |
Color Harmonies of #644A5F
Complementary color
Monochromatic Colors of #644A5F
Black with #644A5F
Text Example
Text Example
White with #644A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A5F; }
p { color: rgb(100,74,95); }
H1.HeaderClassName
{
color: #644A5F;
}
.AnyTagClassName
{
color: #644A5F;
}
</style>
background-color css
<style>
a { background-color: #644A5F; }
a { background-color: rgb(100,74,95); }
div.DivClassName
{
background-color: #644A5F;
}
.BgClassName
{
background-color: #644A5F;
}
</style>
border-color css
<style>
span { border-color: #644A5F; }
span { border-color: rgb(100,74,95); }
td.TdClassName
{
border-color: #644A5F;
}
.TagClassName
{
border-color: #644A5F;
}
</style>