Shades of Salt Box #624F5D
Tints of Salt Box #624F5D
RGB
CMYK
RGB Variations
Color information
#624F5D (or 0x624F5D) is known color: Salt Box. HEX triplet: 62, 4F and 5D. RGB value is (98,79,93). Sum of RGB (Red+Green+Blue) = 98+79+93=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #624F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F5D is #9DB0A2. Grayscale: #565656. Windows color (decimal): -10334371 or 6115170. OLE color: 6115170.
HSL color Cylindrical-coordinate representation of color #624F5D: hue angle of 315.79º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F5D is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 93 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.62 |
| HSL | 315.79º | 0.11% | 0.35% | - |
| HSV(B) | 315.79º | 0.19% | 0.38% | - |
| XYZ | 9.81 | 8.98 | 11.57 | - |
| YUV | 86.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 93 | 0 | 0.19 | 0.05 | 0.62 | 315.79 | 0.11 | 0.35 |
| Hex | 62 | 4F | 5D | 0 | 13 | 5 | 3E | 13C | B | 23 |
| Octal | 142 | 117 | 135 | 0 | 23 | 5 | 76 | 474 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1011101 | 0 | 10011 | 101 | 111110 | 100111100 | 1011 | 100011 |
Color Harmonies of #624F5D
Complementary color
Monochromatic Colors of #624F5D
Black with #624F5D
Text Example
Text Example
White with #624F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F5D; }
p { color: rgb(98,79,93); }
H1.HeaderClassName
{
color: #624F5D;
}
.AnyTagClassName
{
color: #624F5D;
}
</style>
background-color css
<style>
a { background-color: #624F5D; }
a { background-color: rgb(98,79,93); }
div.DivClassName
{
background-color: #624F5D;
}
.BgClassName
{
background-color: #624F5D;
}
</style>
border-color css
<style>
span { border-color: #624F5D; }
span { border-color: rgb(98,79,93); }
td.TdClassName
{
border-color: #624F5D;
}
.TagClassName
{
border-color: #624F5D;
}
</style>