Shades of Salt Box #64565F
Tints of Salt Box #64565F
RGB
CMYK
RGB Variations
Color information
#64565F (or 0x64565F) is known color: Salt Box. HEX triplet: 64, 56 and 5F. RGB value is (100,86,95). Sum of RGB (Red+Green+Blue) = 100+86+95=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 100 - color contains mainly: red. Hex color #64565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64565F is #9BA9A0. Grayscale: #5B5B5B. Windows color (decimal): -10201505 or 6248036. OLE color: 6248036.
HSL color Cylindrical-coordinate representation of color #64565F: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64565F is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 95 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.61 |
| HSL | 321.43º | 0.08% | 0.36% | - |
| HSV(B) | 321.43º | 0.14% | 0.39% | - |
| XYZ | 10.65 | 10.19 | 12.23 | - |
| YUV | 91.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 95 | 0 | 0.14 | 0.05 | 0.61 | 321.43 | 0.08 | 0.36 |
| Hex | 64 | 56 | 5F | 0 | E | 5 | 3D | 141 | 8 | 24 |
| Octal | 144 | 126 | 137 | 0 | 16 | 5 | 75 | 501 | 10 | 44 |
| Binary | 1100100 | 1010110 | 1011111 | 0 | 1110 | 101 | 111101 | 101000001 | 1000 | 100100 |
Color Harmonies of #64565F
Complementary color
Monochromatic Colors of #64565F
Black with #64565F
Text Example
Text Example
White with #64565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64565F; }
p { color: rgb(100,86,95); }
H1.HeaderClassName
{
color: #64565F;
}
.AnyTagClassName
{
color: #64565F;
}
</style>
background-color css
<style>
a { background-color: #64565F; }
a { background-color: rgb(100,86,95); }
div.DivClassName
{
background-color: #64565F;
}
.BgClassName
{
background-color: #64565F;
}
</style>
border-color css
<style>
span { border-color: #64565F; }
span { border-color: rgb(100,86,95); }
td.TdClassName
{
border-color: #64565F;
}
.TagClassName
{
border-color: #64565F;
}
</style>