Shades of Salt Box #62595F
Tints of Salt Box #62595F
RGB
CMYK
RGB Variations
Color information
#62595F (or 0x62595F) is known color: Salt Box. HEX triplet: 62, 59 and 5F. RGB value is (98,89,95). Sum of RGB (Red+Green+Blue) = 98+89+95=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #62595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62595F is #9DA6A0. Grayscale: #5C5C5C. Windows color (decimal): -10331809 or 6248802. OLE color: 6248802.
HSL color Cylindrical-coordinate representation of color #62595F: hue angle of 320º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #62595F is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 89 | 95 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.62 |
| HSL | 320º | 0.05% | 0.37% | - |
| HSV(B) | 320º | 0.09% | 0.38% | - |
| XYZ | 10.67 | 10.57 | 12.3 | - |
| YUV | 92.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 95 | 0 | 0.09 | 0.03 | 0.62 | 320 | 0.05 | 0.37 |
| Hex | 62 | 59 | 5F | 0 | 9 | 3 | 3E | 140 | 5 | 25 |
| Octal | 142 | 131 | 137 | 0 | 11 | 3 | 76 | 500 | 5 | 45 |
| Binary | 1100010 | 1011001 | 1011111 | 0 | 1001 | 11 | 111110 | 101000000 | 101 | 100101 |
Color Harmonies of #62595F
Complementary color
Monochromatic Colors of #62595F
Black with #62595F
Text Example
Text Example
White with #62595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62595F; }
p { color: rgb(98,89,95); }
H1.HeaderClassName
{
color: #62595F;
}
.AnyTagClassName
{
color: #62595F;
}
</style>
background-color css
<style>
a { background-color: #62595F; }
a { background-color: rgb(98,89,95); }
div.DivClassName
{
background-color: #62595F;
}
.BgClassName
{
background-color: #62595F;
}
</style>
border-color css
<style>
span { border-color: #62595F; }
span { border-color: rgb(98,89,95); }
td.TdClassName
{
border-color: #62595F;
}
.TagClassName
{
border-color: #62595F;
}
</style>