Shades of Salt Box #645F64
Tints of Salt Box #645F64
RGB
CMYK
RGB Variations
Color information
#645F64 (or 0x645F64) is known color: Salt Box. HEX triplet: 64, 5F and 64. RGB value is (100,95,100). Sum of RGB (Red+Green+Blue) = 100+95+100=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F64 is #9BA09B. Grayscale: #616161. Windows color (decimal): -10199196 or 6578020. OLE color: 6578020.
HSL color Cylindrical-coordinate representation of color #645F64: hue angle of 300º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #645F64 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 95 | 100 | - |
| CMYK | 0 | 0.05 | 0 | 0.61 |
| HSL | 300º | 0.03% | 0.38% | - |
| HSV(B) | 300º | 0.05% | 0.39% | - |
| XYZ | 11.65 | 11.81 | 13.72 | - |
| YUV | 97.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 100 | 0 | 0.05 | 0 | 0.61 | 300 | 0.03 | 0.38 |
| Hex | 64 | 5F | 64 | 0 | 5 | 0 | 3D | 12C | 3 | 26 |
| Octal | 144 | 137 | 144 | 0 | 5 | 0 | 75 | 454 | 3 | 46 |
| Binary | 1100100 | 1011111 | 1100100 | 0 | 101 | 0 | 111101 | 100101100 | 11 | 100110 |
Color Harmonies of #645F64
Complementary color
Monochromatic Colors of #645F64
Black with #645F64
Text Example
Text Example
White with #645F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F64; }
p { color: rgb(100,95,100); }
H1.HeaderClassName
{
color: #645F64;
}
.AnyTagClassName
{
color: #645F64;
}
</style>
background-color css
<style>
a { background-color: #645F64; }
a { background-color: rgb(100,95,100); }
div.DivClassName
{
background-color: #645F64;
}
.BgClassName
{
background-color: #645F64;
}
</style>
border-color css
<style>
span { border-color: #645F64; }
span { border-color: rgb(100,95,100); }
td.TdClassName
{
border-color: #645F64;
}
.TagClassName
{
border-color: #645F64;
}
</style>