Shades of Salt Box #64525E
Tints of Salt Box #64525E
RGB
CMYK
RGB Variations
Color information
#64525E (or 0x64525E) is known color: Salt Box. HEX triplet: 64, 52 and 5E. RGB value is (100,82,94). Sum of RGB (Red+Green+Blue) = 100+82+94=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 100 - color contains mainly: red. Hex color #64525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64525E is #9BADA1. Grayscale: #585858. Windows color (decimal): -10202530 or 6181476. OLE color: 6181476.
HSL color Cylindrical-coordinate representation of color #64525E: hue angle of 320º 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 #64525E is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 94 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.61 |
| HSL | 320º | 0.1% | 0.36% | - |
| HSV(B) | 320º | 0.18% | 0.39% | - |
| XYZ | 10.29 | 9.55 | 11.89 | - |
| YUV | 88.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 94 | 0 | 0.18 | 0.06 | 0.61 | 320 | 0.1 | 0.36 |
| Hex | 64 | 52 | 5E | 0 | 12 | 6 | 3D | 140 | A | 24 |
| Octal | 144 | 122 | 136 | 0 | 22 | 6 | 75 | 500 | 12 | 44 |
| Binary | 1100100 | 1010010 | 1011110 | 0 | 10010 | 110 | 111101 | 101000000 | 1010 | 100100 |
Color Harmonies of #64525E
Complementary color
Monochromatic Colors of #64525E
Black with #64525E
Text Example
Text Example
White with #64525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64525E; }
p { color: rgb(100,82,94); }
H1.HeaderClassName
{
color: #64525E;
}
.AnyTagClassName
{
color: #64525E;
}
</style>
background-color css
<style>
a { background-color: #64525E; }
a { background-color: rgb(100,82,94); }
div.DivClassName
{
background-color: #64525E;
}
.BgClassName
{
background-color: #64525E;
}
</style>
border-color css
<style>
span { border-color: #64525E; }
span { border-color: rgb(100,82,94); }
td.TdClassName
{
border-color: #64525E;
}
.TagClassName
{
border-color: #64525E;
}
</style>