Shades of Salt Box #624C5D
Tints of Salt Box #624C5D
RGB
CMYK
RGB Variations
Color information
#624C5D (or 0x624C5D) is known color: Salt Box. HEX triplet: 62, 4C and 5D. RGB value is (98,76,93). Sum of RGB (Red+Green+Blue) = 98+76+93=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #624C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624C5D is #9DB3A2. Grayscale: #545454. Windows color (decimal): -10335139 or 6114402. OLE color: 6114402.
HSL color Cylindrical-coordinate representation of color #624C5D: hue angle of 313.64º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #624C5D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 93 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.62 |
| HSL | 313.64º | 0.13% | 0.34% | - |
| HSV(B) | 313.64º | 0.22% | 0.38% | - |
| XYZ | 9.6 | 8.56 | 11.5 | - |
| YUV | 84.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 93 | 0 | 0.22 | 0.05 | 0.62 | 313.64 | 0.13 | 0.34 |
| Hex | 62 | 4C | 5D | 0 | 16 | 5 | 3E | 13A | D | 22 |
| Octal | 142 | 114 | 135 | 0 | 26 | 5 | 76 | 472 | 15 | 42 |
| Binary | 1100010 | 1001100 | 1011101 | 0 | 10110 | 101 | 111110 | 100111010 | 1101 | 100010 |
Color Harmonies of #624C5D
Complementary color
Monochromatic Colors of #624C5D
Black with #624C5D
Text Example
Text Example
White with #624C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C5D; }
p { color: rgb(98,76,93); }
H1.HeaderClassName
{
color: #624C5D;
}
.AnyTagClassName
{
color: #624C5D;
}
</style>
background-color css
<style>
a { background-color: #624C5D; }
a { background-color: rgb(98,76,93); }
div.DivClassName
{
background-color: #624C5D;
}
.BgClassName
{
background-color: #624C5D;
}
</style>
border-color css
<style>
span { border-color: #624C5D; }
span { border-color: rgb(98,76,93); }
td.TdClassName
{
border-color: #624C5D;
}
.TagClassName
{
border-color: #624C5D;
}
</style>