Shades of Salt Box #645B62
Tints of Salt Box #645B62
RGB
CMYK
RGB Variations
Color information
#645B62 (or 0x645B62) is known color: Salt Box. HEX triplet: 64, 5B and 62. RGB value is (100,91,98). Sum of RGB (Red+Green+Blue) = 100+91+98=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 100 - color contains mainly: red. Hex color #645B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B62 is #9BA49D. Grayscale: #5E5E5E. Windows color (decimal): -10200222 or 6445924. OLE color: 6445924.
HSL color Cylindrical-coordinate representation of color #645B62: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #645B62 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 98 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.61 |
| HSL | 313.33º | 0.05% | 0.37% | - |
| HSV(B) | 313.33º | 0.09% | 0.39% | - |
| XYZ | 11.2 | 11.07 | 13.1 | - |
| YUV | 94.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 98 | 0 | 0.09 | 0.02 | 0.61 | 313.33 | 0.05 | 0.37 |
| Hex | 64 | 5B | 62 | 0 | 9 | 2 | 3D | 139 | 5 | 25 |
| Octal | 144 | 133 | 142 | 0 | 11 | 2 | 75 | 471 | 5 | 45 |
| Binary | 1100100 | 1011011 | 1100010 | 0 | 1001 | 10 | 111101 | 100111001 | 101 | 100101 |
Color Harmonies of #645B62
Complementary color
Monochromatic Colors of #645B62
Black with #645B62
Text Example
Text Example
White with #645B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B62; }
p { color: rgb(100,91,98); }
H1.HeaderClassName
{
color: #645B62;
}
.AnyTagClassName
{
color: #645B62;
}
</style>
background-color css
<style>
a { background-color: #645B62; }
a { background-color: rgb(100,91,98); }
div.DivClassName
{
background-color: #645B62;
}
.BgClassName
{
background-color: #645B62;
}
</style>
border-color css
<style>
span { border-color: #645B62; }
span { border-color: rgb(100,91,98); }
td.TdClassName
{
border-color: #645B62;
}
.TagClassName
{
border-color: #645B62;
}
</style>