Shades of Salt Box #645363
Tints of Salt Box #645363
RGB
CMYK
RGB Variations
Color information
#645363 (or 0x645363) is known color: Salt Box. HEX triplet: 64, 53 and 63. RGB value is (100,83,99). Sum of RGB (Red+Green+Blue) = 100+83+99=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 100 - color contains mainly: red. Hex color #645363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645363 is #9BAC9C. Grayscale: #595959. Windows color (decimal): -10202269 or 6509412. OLE color: 6509412.
HSL color Cylindrical-coordinate representation of color #645363: hue angle of 303.53º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645363 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 99 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.61 |
| HSL | 303.53º | 0.09% | 0.36% | - |
| HSV(B) | 303.53º | 0.17% | 0.39% | - |
| XYZ | 10.6 | 9.8 | 13.14 | - |
| YUV | 89.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 99 | 0 | 0.17 | 0.01 | 0.61 | 303.53 | 0.09 | 0.36 |
| Hex | 64 | 53 | 63 | 0 | 11 | 1 | 3D | 130 | 9 | 24 |
| Octal | 144 | 123 | 143 | 0 | 21 | 1 | 75 | 460 | 11 | 44 |
| Binary | 1100100 | 1010011 | 1100011 | 0 | 10001 | 1 | 111101 | 100110000 | 1001 | 100100 |
Color Harmonies of #645363
Complementary color
Monochromatic Colors of #645363
Black with #645363
Text Example
Text Example
White with #645363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645363; }
p { color: rgb(100,83,99); }
H1.HeaderClassName
{
color: #645363;
}
.AnyTagClassName
{
color: #645363;
}
</style>
background-color css
<style>
a { background-color: #645363; }
a { background-color: rgb(100,83,99); }
div.DivClassName
{
background-color: #645363;
}
.BgClassName
{
background-color: #645363;
}
</style>
border-color css
<style>
span { border-color: #645363; }
span { border-color: rgb(100,83,99); }
td.TdClassName
{
border-color: #645363;
}
.TagClassName
{
border-color: #645363;
}
</style>