Shades of Salt Box #644C60
Tints of Salt Box #644C60
RGB
CMYK
RGB Variations
Color information
#644C60 (or 0x644C60) is known color: Salt Box. HEX triplet: 64, 4C and 60. RGB value is (100,76,96). Sum of RGB (Red+Green+Blue) = 100+76+96=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #644C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C60 is #9BB39F. Grayscale: #555555. Windows color (decimal): -10204064 or 6311012. OLE color: 6311012.
HSL color Cylindrical-coordinate representation of color #644C60: hue angle of 310º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #644C60 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 96 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.61 |
| HSL | 310º | 0.14% | 0.35% | - |
| HSV(B) | 310º | 0.24% | 0.39% | - |
| XYZ | 9.95 | 8.72 | 12.23 | - |
| YUV | 85.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 96 | 0 | 0.24 | 0.04 | 0.61 | 310 | 0.14 | 0.35 |
| Hex | 64 | 4C | 60 | 0 | 18 | 4 | 3D | 136 | E | 23 |
| Octal | 144 | 114 | 140 | 0 | 30 | 4 | 75 | 466 | 16 | 43 |
| Binary | 1100100 | 1001100 | 1100000 | 0 | 11000 | 100 | 111101 | 100110110 | 1110 | 100011 |
Color Harmonies of #644C60
Complementary color
Monochromatic Colors of #644C60
Black with #644C60
Text Example
Text Example
White with #644C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C60; }
p { color: rgb(100,76,96); }
H1.HeaderClassName
{
color: #644C60;
}
.AnyTagClassName
{
color: #644C60;
}
</style>
background-color css
<style>
a { background-color: #644C60; }
a { background-color: rgb(100,76,96); }
div.DivClassName
{
background-color: #644C60;
}
.BgClassName
{
background-color: #644C60;
}
</style>
border-color css
<style>
span { border-color: #644C60; }
span { border-color: rgb(100,76,96); }
td.TdClassName
{
border-color: #644C60;
}
.TagClassName
{
border-color: #644C60;
}
</style>