Shades of Salt Box #645161
Tints of Salt Box #645161
RGB
CMYK
RGB Variations
Color information
#645161 (or 0x645161) is known color: Salt Box. HEX triplet: 64, 51 and 61. RGB value is (100,81,97). Sum of RGB (Red+Green+Blue) = 100+81+97=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645161 is #9BAE9E. Grayscale: #585858. Windows color (decimal): -10202783 or 6377828. OLE color: 6377828.
HSL color Cylindrical-coordinate representation of color #645161: hue angle of 309.47º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #645161 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 97 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.61 |
| HSL | 309.47º | 0.1% | 0.35% | - |
| HSV(B) | 309.47º | 0.19% | 0.39% | - |
| XYZ | 10.36 | 9.46 | 12.59 | - |
| YUV | 88.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 97 | 0 | 0.19 | 0.03 | 0.61 | 309.47 | 0.1 | 0.35 |
| Hex | 64 | 51 | 61 | 0 | 13 | 3 | 3D | 135 | A | 23 |
| Octal | 144 | 121 | 141 | 0 | 23 | 3 | 75 | 465 | 12 | 43 |
| Binary | 1100100 | 1010001 | 1100001 | 0 | 10011 | 11 | 111101 | 100110101 | 1010 | 100011 |
Color Harmonies of #645161
Complementary color
Monochromatic Colors of #645161
Black with #645161
Text Example
Text Example
White with #645161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645161; }
p { color: rgb(100,81,97); }
H1.HeaderClassName
{
color: #645161;
}
.AnyTagClassName
{
color: #645161;
}
</style>
background-color css
<style>
a { background-color: #645161; }
a { background-color: rgb(100,81,97); }
div.DivClassName
{
background-color: #645161;
}
.BgClassName
{
background-color: #645161;
}
</style>
border-color css
<style>
span { border-color: #645161; }
span { border-color: rgb(100,81,97); }
td.TdClassName
{
border-color: #645161;
}
.TagClassName
{
border-color: #645161;
}
</style>