Shades of Salt Box #645C61
Tints of Salt Box #645C61
RGB
CMYK
RGB Variations
Color information
#645C61 (or 0x645C61) is known color: Salt Box. HEX triplet: 64, 5C and 61. RGB value is (100,92,97). Sum of RGB (Red+Green+Blue) = 100+92+97=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 100 - color contains mainly: red. Hex color #645C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C61 is #9BA39E. Grayscale: #5E5E5E. Windows color (decimal): -10199967 or 6380644. OLE color: 6380644.
HSL color Cylindrical-coordinate representation of color #645C61: hue angle of 322.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 #645C61 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 97 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.61 |
| HSL | 322.5º | 0.04% | 0.38% | - |
| HSV(B) | 322.5º | 0.08% | 0.39% | - |
| XYZ | 11.24 | 11.23 | 12.88 | - |
| YUV | 94.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 97 | 0 | 0.08 | 0.03 | 0.61 | 322.5 | 0.04 | 0.38 |
| Hex | 64 | 5C | 61 | 0 | 8 | 3 | 3D | 142 | 4 | 26 |
| Octal | 144 | 134 | 141 | 0 | 10 | 3 | 75 | 502 | 4 | 46 |
| Binary | 1100100 | 1011100 | 1100001 | 0 | 1000 | 11 | 111101 | 101000010 | 100 | 100110 |
Color Harmonies of #645C61
Complementary color
Monochromatic Colors of #645C61
Black with #645C61
Text Example
Text Example
White with #645C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C61; }
p { color: rgb(100,92,97); }
H1.HeaderClassName
{
color: #645C61;
}
.AnyTagClassName
{
color: #645C61;
}
</style>
background-color css
<style>
a { background-color: #645C61; }
a { background-color: rgb(100,92,97); }
div.DivClassName
{
background-color: #645C61;
}
.BgClassName
{
background-color: #645C61;
}
</style>
border-color css
<style>
span { border-color: #645C61; }
span { border-color: rgb(100,92,97); }
td.TdClassName
{
border-color: #645C61;
}
.TagClassName
{
border-color: #645C61;
}
</style>