Shades of Salt Box #62515E
Tints of Salt Box #62515E
RGB
CMYK
RGB Variations
Color information
#62515E (or 0x62515E) is known color: Salt Box. HEX triplet: 62, 51 and 5E. RGB value is (98,81,94). Sum of RGB (Red+Green+Blue) = 98+81+94=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62515E is #9DAEA1. Grayscale: #575757. Windows color (decimal): -10333858 or 6181218. OLE color: 6181218.
HSL color Cylindrical-coordinate representation of color #62515E: hue angle of 314.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #62515E is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 94 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.62 |
| HSL | 314.12º | 0.09% | 0.35% | - |
| HSV(B) | 314.12º | 0.17% | 0.38% | - |
| XYZ | 10 | 9.29 | 11.86 | - |
| YUV | 87.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 94 | 0 | 0.17 | 0.04 | 0.62 | 314.12 | 0.09 | 0.35 |
| Hex | 62 | 51 | 5E | 0 | 11 | 4 | 3E | 13A | 9 | 23 |
| Octal | 142 | 121 | 136 | 0 | 21 | 4 | 76 | 472 | 11 | 43 |
| Binary | 1100010 | 1010001 | 1011110 | 0 | 10001 | 100 | 111110 | 100111010 | 1001 | 100011 |
Color Harmonies of #62515E
Complementary color
Monochromatic Colors of #62515E
Black with #62515E
Text Example
Text Example
White with #62515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62515E; }
p { color: rgb(98,81,94); }
H1.HeaderClassName
{
color: #62515E;
}
.AnyTagClassName
{
color: #62515E;
}
</style>
background-color css
<style>
a { background-color: #62515E; }
a { background-color: rgb(98,81,94); }
div.DivClassName
{
background-color: #62515E;
}
.BgClassName
{
background-color: #62515E;
}
</style>
border-color css
<style>
span { border-color: #62515E; }
span { border-color: rgb(98,81,94); }
td.TdClassName
{
border-color: #62515E;
}
.TagClassName
{
border-color: #62515E;
}
</style>