Shades of Salt Box #624F5F
Tints of Salt Box #624F5F
RGB
CMYK
RGB Variations
Color information
#624F5F (or 0x624F5F) is known color: Salt Box. HEX triplet: 62, 4F and 5F. RGB value is (98,79,95). Sum of RGB (Red+Green+Blue) = 98+79+95=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #624F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F5F is #9DB0A0. Grayscale: #565656. Windows color (decimal): -10334369 or 6246242. OLE color: 6246242.
HSL color Cylindrical-coordinate representation of color #624F5F: hue angle of 309.47º 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 #624F5F is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 95 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.62 |
| HSL | 309.47º | 0.11% | 0.35% | - |
| HSV(B) | 309.47º | 0.19% | 0.38% | - |
| XYZ | 9.9 | 9.01 | 12.04 | - |
| YUV | 86.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 95 | 0 | 0.19 | 0.03 | 0.62 | 309.47 | 0.11 | 0.35 |
| Hex | 62 | 4F | 5F | 0 | 13 | 3 | 3E | 135 | B | 23 |
| Octal | 142 | 117 | 137 | 0 | 23 | 3 | 76 | 465 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1011111 | 0 | 10011 | 11 | 111110 | 100110101 | 1011 | 100011 |
Color Harmonies of #624F5F
Complementary color
Monochromatic Colors of #624F5F
Black with #624F5F
Text Example
Text Example
White with #624F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F5F; }
p { color: rgb(98,79,95); }
H1.HeaderClassName
{
color: #624F5F;
}
.AnyTagClassName
{
color: #624F5F;
}
</style>
background-color css
<style>
a { background-color: #624F5F; }
a { background-color: rgb(98,79,95); }
div.DivClassName
{
background-color: #624F5F;
}
.BgClassName
{
background-color: #624F5F;
}
</style>
border-color css
<style>
span { border-color: #624F5F; }
span { border-color: rgb(98,79,95); }
td.TdClassName
{
border-color: #624F5F;
}
.TagClassName
{
border-color: #624F5F;
}
</style>