Shades of Salt Box #624E5F
Tints of Salt Box #624E5F
RGB
CMYK
RGB Variations
Color information
#624E5F (or 0x624E5F) is known color: Salt Box. HEX triplet: 62, 4E and 5F. RGB value is (98,78,95). Sum of RGB (Red+Green+Blue) = 98+78+95=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 98 - color contains mainly: red. Hex color #624E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624E5F is #9DB1A0. Grayscale: #555555. Windows color (decimal): -10334625 or 6245986. OLE color: 6245986.
HSL color Cylindrical-coordinate representation of color #624E5F: hue angle of 309º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #624E5F is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 95 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.62 |
| HSL | 309º | 0.11% | 0.35% | - |
| HSV(B) | 309º | 0.2% | 0.38% | - |
| XYZ | 9.83 | 8.87 | 12.02 | - |
| YUV | 85.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 95 | 0 | 0.20 | 0.03 | 0.62 | 309 | 0.11 | 0.35 |
| Hex | 62 | 4E | 5F | 0 | 14 | 3 | 3E | 135 | B | 23 |
| Octal | 142 | 116 | 137 | 0 | 24 | 3 | 76 | 465 | 13 | 43 |
| Binary | 1100010 | 1001110 | 1011111 | 0 | 10100 | 11 | 111110 | 100110101 | 1011 | 100011 |
Color Harmonies of #624E5F
Complementary color
Monochromatic Colors of #624E5F
Black with #624E5F
Text Example
Text Example
White with #624E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E5F; }
p { color: rgb(98,78,95); }
H1.HeaderClassName
{
color: #624E5F;
}
.AnyTagClassName
{
color: #624E5F;
}
</style>
background-color css
<style>
a { background-color: #624E5F; }
a { background-color: rgb(98,78,95); }
div.DivClassName
{
background-color: #624E5F;
}
.BgClassName
{
background-color: #624E5F;
}
</style>
border-color css
<style>
span { border-color: #624E5F; }
span { border-color: rgb(98,78,95); }
td.TdClassName
{
border-color: #624E5F;
}
.TagClassName
{
border-color: #624E5F;
}
</style>