Shades of Salt Box #644C61
Tints of Salt Box #644C61
RGB
CMYK
RGB Variations
Color information
#644C61 (or 0x644C61) is known color: Salt Box. HEX triplet: 64, 4C and 61. RGB value is (100,76,97). Sum of RGB (Red+Green+Blue) = 100+76+97=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 100 - color contains mainly: red. Hex color #644C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C61 is #9BB39E. Grayscale: #555555. Windows color (decimal): -10204063 or 6376548. OLE color: 6376548.
HSL color Cylindrical-coordinate representation of color #644C61: hue angle of 307.5º 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 #644C61 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 97 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.61 |
| HSL | 307.5º | 0.14% | 0.35% | - |
| HSV(B) | 307.5º | 0.24% | 0.39% | - |
| XYZ | 10 | 8.74 | 12.47 | - |
| YUV | 85.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 97 | 0 | 0.24 | 0.03 | 0.61 | 307.5 | 0.14 | 0.35 |
| Hex | 64 | 4C | 61 | 0 | 18 | 3 | 3D | 134 | E | 23 |
| Octal | 144 | 114 | 141 | 0 | 30 | 3 | 75 | 464 | 16 | 43 |
| Binary | 1100100 | 1001100 | 1100001 | 0 | 11000 | 11 | 111101 | 100110100 | 1110 | 100011 |
Color Harmonies of #644C61
Complementary color
Monochromatic Colors of #644C61
Black with #644C61
Text Example
Text Example
White with #644C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C61; }
p { color: rgb(100,76,97); }
H1.HeaderClassName
{
color: #644C61;
}
.AnyTagClassName
{
color: #644C61;
}
</style>
background-color css
<style>
a { background-color: #644C61; }
a { background-color: rgb(100,76,97); }
div.DivClassName
{
background-color: #644C61;
}
.BgClassName
{
background-color: #644C61;
}
</style>
border-color css
<style>
span { border-color: #644C61; }
span { border-color: rgb(100,76,97); }
td.TdClassName
{
border-color: #644C61;
}
.TagClassName
{
border-color: #644C61;
}
</style>