Shades of Salt Box #62515D
Tints of Salt Box #62515D
RGB
CMYK
RGB Variations
Color information
#62515D (or 0x62515D) is known color: Salt Box. HEX triplet: 62, 51 and 5D. RGB value is (98,81,93). Sum of RGB (Red+Green+Blue) = 98+81+93=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #62515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62515D is #9DAEA2. Grayscale: #575757. Windows color (decimal): -10333859 or 6115682. OLE color: 6115682.
HSL color Cylindrical-coordinate representation of color #62515D: hue angle of 317.65º 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 #62515D is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 93 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.62 |
| HSL | 317.65º | 0.09% | 0.35% | - |
| HSV(B) | 317.65º | 0.17% | 0.38% | - |
| XYZ | 9.96 | 9.27 | 11.62 | - |
| YUV | 87.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 93 | 0 | 0.17 | 0.05 | 0.62 | 317.65 | 0.09 | 0.35 |
| Hex | 62 | 51 | 5D | 0 | 11 | 5 | 3E | 13E | 9 | 23 |
| Octal | 142 | 121 | 135 | 0 | 21 | 5 | 76 | 476 | 11 | 43 |
| Binary | 1100010 | 1010001 | 1011101 | 0 | 10001 | 101 | 111110 | 100111110 | 1001 | 100011 |
Color Harmonies of #62515D
Complementary color
Monochromatic Colors of #62515D
Black with #62515D
Text Example
Text Example
White with #62515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62515D; }
p { color: rgb(98,81,93); }
H1.HeaderClassName
{
color: #62515D;
}
.AnyTagClassName
{
color: #62515D;
}
</style>
background-color css
<style>
a { background-color: #62515D; }
a { background-color: rgb(98,81,93); }
div.DivClassName
{
background-color: #62515D;
}
.BgClassName
{
background-color: #62515D;
}
</style>
border-color css
<style>
span { border-color: #62515D; }
span { border-color: rgb(98,81,93); }
td.TdClassName
{
border-color: #62515D;
}
.TagClassName
{
border-color: #62515D;
}
</style>