Shades of Salt Box #624C5E
Tints of Salt Box #624C5E
RGB
CMYK
RGB Variations
Color information
#624C5E (or 0x624C5E) is known color: Salt Box. HEX triplet: 62, 4C and 5E. RGB value is (98,76,94). Sum of RGB (Red+Green+Blue) = 98+76+94=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #624C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624C5E is #9DB3A1. Grayscale: #545454. Windows color (decimal): -10335138 or 6179938. OLE color: 6179938.
HSL color Cylindrical-coordinate representation of color #624C5E: hue angle of 310.91º 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 #624C5E is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 94 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.62 |
| HSL | 310.91º | 0.13% | 0.34% | - |
| HSV(B) | 310.91º | 0.22% | 0.38% | - |
| XYZ | 9.64 | 8.57 | 11.74 | - |
| YUV | 84.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 94 | 0 | 0.22 | 0.04 | 0.62 | 310.91 | 0.13 | 0.34 |
| Hex | 62 | 4C | 5E | 0 | 16 | 4 | 3E | 137 | D | 22 |
| Octal | 142 | 114 | 136 | 0 | 26 | 4 | 76 | 467 | 15 | 42 |
| Binary | 1100010 | 1001100 | 1011110 | 0 | 10110 | 100 | 111110 | 100110111 | 1101 | 100010 |
Color Harmonies of #624C5E
Complementary color
Monochromatic Colors of #624C5E
Black with #624C5E
Text Example
Text Example
White with #624C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C5E; }
p { color: rgb(98,76,94); }
H1.HeaderClassName
{
color: #624C5E;
}
.AnyTagClassName
{
color: #624C5E;
}
</style>
background-color css
<style>
a { background-color: #624C5E; }
a { background-color: rgb(98,76,94); }
div.DivClassName
{
background-color: #624C5E;
}
.BgClassName
{
background-color: #624C5E;
}
</style>
border-color css
<style>
span { border-color: #624C5E; }
span { border-color: rgb(98,76,94); }
td.TdClassName
{
border-color: #624C5E;
}
.TagClassName
{
border-color: #624C5E;
}
</style>