Shades of Salt Box #60515E
Tints of Salt Box #60515E
RGB
CMYK
RGB Variations
Color information
#60515E (or 0x60515E) is known color: Salt Box. HEX triplet: 60, 51 and 5E. RGB value is (96,81,94). Sum of RGB (Red+Green+Blue) = 96+81+94=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 96 - color contains mainly: red. Hex color #60515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60515E is #9FAEA1. Grayscale: #565656. Windows color (decimal): -10464930 or 6181216. OLE color: 6181216.
HSL color Cylindrical-coordinate representation of color #60515E: hue angle of 308º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #60515E is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 94 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.62 |
| HSL | 308º | 0.08% | 0.35% | - |
| HSV(B) | 308º | 0.16% | 0.38% | - |
| XYZ | 9.79 | 9.18 | 11.85 | - |
| YUV | 86.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 94 | 0 | 0.16 | 0.02 | 0.62 | 308 | 0.08 | 0.35 |
| Hex | 60 | 51 | 5E | 0 | 10 | 2 | 3E | 134 | 8 | 23 |
| Octal | 140 | 121 | 136 | 0 | 20 | 2 | 76 | 464 | 10 | 43 |
| Binary | 1100000 | 1010001 | 1011110 | 0 | 10000 | 10 | 111110 | 100110100 | 1000 | 100011 |
Color Harmonies of #60515E
Complementary color
Monochromatic Colors of #60515E
Black with #60515E
Text Example
Text Example
White with #60515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60515E; }
p { color: rgb(96,81,94); }
H1.HeaderClassName
{
color: #60515E;
}
.AnyTagClassName
{
color: #60515E;
}
</style>
background-color css
<style>
a { background-color: #60515E; }
a { background-color: rgb(96,81,94); }
div.DivClassName
{
background-color: #60515E;
}
.BgClassName
{
background-color: #60515E;
}
</style>
border-color css
<style>
span { border-color: #60515E; }
span { border-color: rgb(96,81,94); }
td.TdClassName
{
border-color: #60515E;
}
.TagClassName
{
border-color: #60515E;
}
</style>