Shades of Salt Box #64525F
Tints of Salt Box #64525F
RGB
CMYK
RGB Variations
Color information
#64525F (or 0x64525F) is known color: Salt Box. HEX triplet: 64, 52 and 5F. RGB value is (100,82,95). Sum of RGB (Red+Green+Blue) = 100+82+95=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64525F is #9BADA0. Grayscale: #585858. Windows color (decimal): -10202529 or 6247012. OLE color: 6247012.
HSL color Cylindrical-coordinate representation of color #64525F: hue angle of 316.67º 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 #64525F is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 95 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.61 |
| HSL | 316.67º | 0.1% | 0.36% | - |
| HSV(B) | 316.67º | 0.18% | 0.39% | - |
| XYZ | 10.34 | 9.57 | 12.13 | - |
| YUV | 88.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 95 | 0 | 0.18 | 0.05 | 0.61 | 316.67 | 0.1 | 0.36 |
| Hex | 64 | 52 | 5F | 0 | 12 | 5 | 3D | 13D | A | 24 |
| Octal | 144 | 122 | 137 | 0 | 22 | 5 | 75 | 475 | 12 | 44 |
| Binary | 1100100 | 1010010 | 1011111 | 0 | 10010 | 101 | 111101 | 100111101 | 1010 | 100100 |
Color Harmonies of #64525F
Complementary color
Monochromatic Colors of #64525F
Black with #64525F
Text Example
Text Example
White with #64525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64525F; }
p { color: rgb(100,82,95); }
H1.HeaderClassName
{
color: #64525F;
}
.AnyTagClassName
{
color: #64525F;
}
</style>
background-color css
<style>
a { background-color: #64525F; }
a { background-color: rgb(100,82,95); }
div.DivClassName
{
background-color: #64525F;
}
.BgClassName
{
background-color: #64525F;
}
</style>
border-color css
<style>
span { border-color: #64525F; }
span { border-color: rgb(100,82,95); }
td.TdClassName
{
border-color: #64525F;
}
.TagClassName
{
border-color: #64525F;
}
</style>