Shades of Salt Box #645061
Tints of Salt Box #645061
RGB
CMYK
RGB Variations
Color information
#645061 (or 0x645061) is known color: Salt Box. HEX triplet: 64, 50 and 61. RGB value is (100,80,97). Sum of RGB (Red+Green+Blue) = 100+80+97=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #645061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645061 is #9BAF9E. Grayscale: #575757. Windows color (decimal): -10203039 or 6377572. OLE color: 6377572.
HSL color Cylindrical-coordinate representation of color #645061: hue angle of 309º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #645061 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 97 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.61 |
| HSL | 309º | 0.11% | 0.35% | - |
| HSV(B) | 309º | 0.2% | 0.39% | - |
| XYZ | 10.28 | 9.31 | 12.56 | - |
| YUV | 87.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 97 | 0 | 0.2 | 0.03 | 0.61 | 309 | 0.11 | 0.35 |
| Hex | 64 | 50 | 61 | 0 | 14 | 3 | 3D | 135 | B | 23 |
| Octal | 144 | 120 | 141 | 0 | 24 | 3 | 75 | 465 | 13 | 43 |
| Binary | 1100100 | 1010000 | 1100001 | 0 | 10100 | 11 | 111101 | 100110101 | 1011 | 100011 |
Color Harmonies of #645061
Complementary color
Monochromatic Colors of #645061
Black with #645061
Text Example
Text Example
White with #645061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645061; }
p { color: rgb(100,80,97); }
H1.HeaderClassName
{
color: #645061;
}
.AnyTagClassName
{
color: #645061;
}
</style>
background-color css
<style>
a { background-color: #645061; }
a { background-color: rgb(100,80,97); }
div.DivClassName
{
background-color: #645061;
}
.BgClassName
{
background-color: #645061;
}
</style>
border-color css
<style>
span { border-color: #645061; }
span { border-color: rgb(100,80,97); }
td.TdClassName
{
border-color: #645061;
}
.TagClassName
{
border-color: #645061;
}
</style>