Shades of Salt Box #645C63
Tints of Salt Box #645C63
RGB
CMYK
RGB Variations
Color information
#645C63 (or 0x645C63) is known color: Salt Box. HEX triplet: 64, 5C and 63. RGB value is (100,92,99). Sum of RGB (Red+Green+Blue) = 100+92+99=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 100 - color contains mainly: red. Hex color #645C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C63 is #9BA39C. Grayscale: #5F5F5F. Windows color (decimal): -10199965 or 6511716. OLE color: 6511716.
HSL color Cylindrical-coordinate representation of color #645C63: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #645C63 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 99 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.61 |
| HSL | 307.5º | 0.04% | 0.38% | - |
| HSV(B) | 307.5º | 0.08% | 0.39% | - |
| XYZ | 11.33 | 11.26 | 13.38 | - |
| YUV | 95.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 99 | 0 | 0.08 | 0.01 | 0.61 | 307.5 | 0.04 | 0.38 |
| Hex | 64 | 5C | 63 | 0 | 8 | 1 | 3D | 134 | 4 | 26 |
| Octal | 144 | 134 | 143 | 0 | 10 | 1 | 75 | 464 | 4 | 46 |
| Binary | 1100100 | 1011100 | 1100011 | 0 | 1000 | 1 | 111101 | 100110100 | 100 | 100110 |
Color Harmonies of #645C63
Complementary color
Monochromatic Colors of #645C63
Black with #645C63
Text Example
Text Example
White with #645C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C63; }
p { color: rgb(100,92,99); }
H1.HeaderClassName
{
color: #645C63;
}
.AnyTagClassName
{
color: #645C63;
}
</style>
background-color css
<style>
a { background-color: #645C63; }
a { background-color: rgb(100,92,99); }
div.DivClassName
{
background-color: #645C63;
}
.BgClassName
{
background-color: #645C63;
}
</style>
border-color css
<style>
span { border-color: #645C63; }
span { border-color: rgb(100,92,99); }
td.TdClassName
{
border-color: #645C63;
}
.TagClassName
{
border-color: #645C63;
}
</style>