Shades of Salt Box #645260
Tints of Salt Box #645260
RGB
CMYK
RGB Variations
Color information
#645260 (or 0x645260) is known color: Salt Box. HEX triplet: 64, 52 and 60. RGB value is (100,82,96). Sum of RGB (Red+Green+Blue) = 100+82+96=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645260 is #9BAD9F. Grayscale: #585858. Windows color (decimal): -10202528 or 6312548. OLE color: 6312548.
HSL color Cylindrical-coordinate representation of color #645260: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645260 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 96 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.61 |
| HSL | 313.33º | 0.1% | 0.36% | - |
| HSV(B) | 313.33º | 0.18% | 0.39% | - |
| XYZ | 10.38 | 9.59 | 12.37 | - |
| YUV | 88.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 96 | 0 | 0.18 | 0.04 | 0.61 | 313.33 | 0.1 | 0.36 |
| Hex | 64 | 52 | 60 | 0 | 12 | 4 | 3D | 139 | A | 24 |
| Octal | 144 | 122 | 140 | 0 | 22 | 4 | 75 | 471 | 12 | 44 |
| Binary | 1100100 | 1010010 | 1100000 | 0 | 10010 | 100 | 111101 | 100111001 | 1010 | 100100 |
Color Harmonies of #645260
Complementary color
Monochromatic Colors of #645260
Black with #645260
Text Example
Text Example
White with #645260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645260; }
p { color: rgb(100,82,96); }
H1.HeaderClassName
{
color: #645260;
}
.AnyTagClassName
{
color: #645260;
}
</style>
background-color css
<style>
a { background-color: #645260; }
a { background-color: rgb(100,82,96); }
div.DivClassName
{
background-color: #645260;
}
.BgClassName
{
background-color: #645260;
}
</style>
border-color css
<style>
span { border-color: #645260; }
span { border-color: rgb(100,82,96); }
td.TdClassName
{
border-color: #645260;
}
.TagClassName
{
border-color: #645260;
}
</style>