Shades of Salt Box #644961
Tints of Salt Box #644961
RGB
CMYK
RGB Variations
Color information
#644961 (or 0x644961) is known color: Salt Box. HEX triplet: 64, 49 and 61. RGB value is (100,73,97). Sum of RGB (Red+Green+Blue) = 100+73+97=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #644961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644961 is #9BB69E. Grayscale: #535353. Windows color (decimal): -10204831 or 6375780. OLE color: 6375780.
HSL color Cylindrical-coordinate representation of color #644961: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644961 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 97 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.61 |
| HSL | 306.67º | 0.16% | 0.34% | - |
| HSV(B) | 306.67º | 0.27% | 0.39% | - |
| XYZ | 9.8 | 8.34 | 12.4 | - |
| YUV | 83.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 97 | 0 | 0.27 | 0.03 | 0.61 | 306.67 | 0.16 | 0.34 |
| Hex | 64 | 49 | 61 | 0 | 1B | 3 | 3D | 133 | 10 | 22 |
| Octal | 144 | 111 | 141 | 0 | 33 | 3 | 75 | 463 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1100001 | 0 | 11011 | 11 | 111101 | 100110011 | 10000 | 100010 |
Color Harmonies of #644961
Complementary color
Monochromatic Colors of #644961
Black with #644961
Text Example
Text Example
White with #644961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644961; }
p { color: rgb(100,73,97); }
H1.HeaderClassName
{
color: #644961;
}
.AnyTagClassName
{
color: #644961;
}
</style>
background-color css
<style>
a { background-color: #644961; }
a { background-color: rgb(100,73,97); }
div.DivClassName
{
background-color: #644961;
}
.BgClassName
{
background-color: #644961;
}
</style>
border-color css
<style>
span { border-color: #644961; }
span { border-color: rgb(100,73,97); }
td.TdClassName
{
border-color: #644961;
}
.TagClassName
{
border-color: #644961;
}
</style>