Shades of Salt Box #645461
Tints of Salt Box #645461
RGB
CMYK
RGB Variations
Color information
#645461 (or 0x645461) is known color: Salt Box. HEX triplet: 64, 54 and 61. RGB value is (100,84,97). Sum of RGB (Red+Green+Blue) = 100+84+97=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 100 - color contains mainly: red. Hex color #645461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645461 is #9BAB9E. Grayscale: #5A5A5A. Windows color (decimal): -10202015 or 6378596. OLE color: 6378596.
HSL color Cylindrical-coordinate representation of color #645461: hue angle of 311.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645461 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 97 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.61 |
| HSL | 311.25º | 0.09% | 0.36% | - |
| HSV(B) | 311.25º | 0.16% | 0.39% | - |
| XYZ | 10.58 | 9.91 | 12.66 | - |
| YUV | 90.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 97 | 0 | 0.16 | 0.03 | 0.61 | 311.25 | 0.09 | 0.36 |
| Hex | 64 | 54 | 61 | 0 | 10 | 3 | 3D | 137 | 9 | 24 |
| Octal | 144 | 124 | 141 | 0 | 20 | 3 | 75 | 467 | 11 | 44 |
| Binary | 1100100 | 1010100 | 1100001 | 0 | 10000 | 11 | 111101 | 100110111 | 1001 | 100100 |
Color Harmonies of #645461
Complementary color
Monochromatic Colors of #645461
Black with #645461
Text Example
Text Example
White with #645461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645461; }
p { color: rgb(100,84,97); }
H1.HeaderClassName
{
color: #645461;
}
.AnyTagClassName
{
color: #645461;
}
</style>
background-color css
<style>
a { background-color: #645461; }
a { background-color: rgb(100,84,97); }
div.DivClassName
{
background-color: #645461;
}
.BgClassName
{
background-color: #645461;
}
</style>
border-color css
<style>
span { border-color: #645461; }
span { border-color: rgb(100,84,97); }
td.TdClassName
{
border-color: #645461;
}
.TagClassName
{
border-color: #645461;
}
</style>