Shades of Salt Box #624D5E
Tints of Salt Box #624D5E
RGB
CMYK
RGB Variations
Color information
#624D5E (or 0x624D5E) is known color: Salt Box. HEX triplet: 62, 4D and 5E. RGB value is (98,77,94). Sum of RGB (Red+Green+Blue) = 98+77+94=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 98 - color contains mainly: red. Hex color #624D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D5E is #9DB2A1. Grayscale: #555555. Windows color (decimal): -10334882 or 6180194. OLE color: 6180194.
HSL color Cylindrical-coordinate representation of color #624D5E: hue angle of 311.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #624D5E is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
RGB | 98 | 77 | 94 | - |
CMYK | 0 | 0.21 | 0.04 | 0.62 |
HSL | 311.43º | 0.12% | 0.34% | - |
HSV(B) | 311.43º | 0.21% | 0.38% | - |
XYZ | 9.71 | 8.71 | 11.76 | - |
YUV | 85.22 | 132.96 | 137.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 77 | 94 | 0 | 0.21 | 0.04 | 0.62 | 311.43 | 0.12 | 0.34 |
Hex | 62 | 4D | 5E | 0 | 15 | 4 | 3E | 137 | C | 22 |
Octal | 142 | 115 | 136 | 0 | 25 | 4 | 76 | 467 | 14 | 42 |
Binary | 1100010 | 1001101 | 1011110 | 0 | 10101 | 100 | 111110 | 100110111 | 1100 | 100010 |
Color Harmonies of #624D5E
Complementary color
Monochromatic Colors of #624D5E
Black with #624D5E
Text Example
Text Example
White with #624D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D5E; }
p { color: rgb(98,77,94); }
H1.HeaderClassName
{
color: #624D5E;
}
.AnyTagClassName
{
color: #624D5E;
}
</style>
background-color css
<style>
a { background-color: #624D5E; }
a { background-color: rgb(98,77,94); }
div.DivClassName
{
background-color: #624D5E;
}
.BgClassName
{
background-color: #624D5E;
}
</style>
border-color css
<style>
span { border-color: #624D5E; }
span { border-color: rgb(98,77,94); }
td.TdClassName
{
border-color: #624D5E;
}
.TagClassName
{
border-color: #624D5E;
}
</style>