Shades of Salt Box #645160
Tints of Salt Box #645160
RGB
CMYK
RGB Variations
Color information
#645160 (or 0x645160) is known color: Salt Box. HEX triplet: 64, 51 and 60. RGB value is (100,81,96). Sum of RGB (Red+Green+Blue) = 100+81+96=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #645160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645160 is #9BAE9F. Grayscale: #585858. Windows color (decimal): -10202784 or 6312292. OLE color: 6312292.
HSL color Cylindrical-coordinate representation of color #645160: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #645160 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 96 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.61 |
| HSL | 312.63º | 0.1% | 0.35% | - |
| HSV(B) | 312.63º | 0.19% | 0.39% | - |
| XYZ | 10.31 | 9.44 | 12.34 | - |
| YUV | 88.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 96 | 0 | 0.19 | 0.04 | 0.61 | 312.63 | 0.1 | 0.35 |
| Hex | 64 | 51 | 60 | 0 | 13 | 4 | 3D | 139 | A | 23 |
| Octal | 144 | 121 | 140 | 0 | 23 | 4 | 75 | 471 | 12 | 43 |
| Binary | 1100100 | 1010001 | 1100000 | 0 | 10011 | 100 | 111101 | 100111001 | 1010 | 100011 |
Color Harmonies of #645160
Complementary color
Monochromatic Colors of #645160
Black with #645160
Text Example
Text Example
White with #645160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645160; }
p { color: rgb(100,81,96); }
H1.HeaderClassName
{
color: #645160;
}
.AnyTagClassName
{
color: #645160;
}
</style>
background-color css
<style>
a { background-color: #645160; }
a { background-color: rgb(100,81,96); }
div.DivClassName
{
background-color: #645160;
}
.BgClassName
{
background-color: #645160;
}
</style>
border-color css
<style>
span { border-color: #645160; }
span { border-color: rgb(100,81,96); }
td.TdClassName
{
border-color: #645160;
}
.TagClassName
{
border-color: #645160;
}
</style>