Shades of Salt Box #644A61
Tints of Salt Box #644A61
RGB
CMYK
RGB Variations
Color information
#644A61 (or 0x644A61) is known color: Salt Box. HEX triplet: 64, 4A and 61. RGB value is (100,74,97). Sum of RGB (Red+Green+Blue) = 100+74+97=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #644A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A61 is #9BB59E. Grayscale: #545454. Windows color (decimal): -10204575 or 6376036. OLE color: 6376036.
HSL color Cylindrical-coordinate representation of color #644A61: hue angle of 306.92º 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 #644A61 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 97 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.61 |
| HSL | 306.92º | 0.15% | 0.34% | - |
| HSV(B) | 306.92º | 0.26% | 0.39% | - |
| XYZ | 9.86 | 8.47 | 12.42 | - |
| YUV | 84.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 97 | 0 | 0.26 | 0.03 | 0.61 | 306.92 | 0.15 | 0.34 |
| Hex | 64 | 4A | 61 | 0 | 1A | 3 | 3D | 133 | F | 22 |
| Octal | 144 | 112 | 141 | 0 | 32 | 3 | 75 | 463 | 17 | 42 |
| Binary | 1100100 | 1001010 | 1100001 | 0 | 11010 | 11 | 111101 | 100110011 | 1111 | 100010 |
Color Harmonies of #644A61
Complementary color
Monochromatic Colors of #644A61
Black with #644A61
Text Example
Text Example
White with #644A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A61; }
p { color: rgb(100,74,97); }
H1.HeaderClassName
{
color: #644A61;
}
.AnyTagClassName
{
color: #644A61;
}
</style>
background-color css
<style>
a { background-color: #644A61; }
a { background-color: rgb(100,74,97); }
div.DivClassName
{
background-color: #644A61;
}
.BgClassName
{
background-color: #644A61;
}
</style>
border-color css
<style>
span { border-color: #644A61; }
span { border-color: rgb(100,74,97); }
td.TdClassName
{
border-color: #644A61;
}
.TagClassName
{
border-color: #644A61;
}
</style>