Shades of Salt Box #60535D
Tints of Salt Box #60535D
RGB
CMYK
RGB Variations
Color information
#60535D (or 0x60535D) is known color: Salt Box. HEX triplet: 60, 53 and 5D. RGB value is (96,83,93). Sum of RGB (Red+Green+Blue) = 96+83+93=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #60535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60535D is #9FACA2. Grayscale: #585858. Windows color (decimal): -10464419 or 6116192. OLE color: 6116192.
HSL color Cylindrical-coordinate representation of color #60535D: hue angle of 313.85º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60535D is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 93 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.62 |
| HSL | 313.85º | 0.07% | 0.35% | - |
| HSV(B) | 313.85º | 0.14% | 0.38% | - |
| XYZ | 9.89 | 9.46 | 11.66 | - |
| YUV | 88.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 93 | 0 | 0.14 | 0.03 | 0.62 | 313.85 | 0.07 | 0.35 |
| Hex | 60 | 53 | 5D | 0 | E | 3 | 3E | 13A | 7 | 23 |
| Octal | 140 | 123 | 135 | 0 | 16 | 3 | 76 | 472 | 7 | 43 |
| Binary | 1100000 | 1010011 | 1011101 | 0 | 1110 | 11 | 111110 | 100111010 | 111 | 100011 |
Color Harmonies of #60535D
Complementary color
Monochromatic Colors of #60535D
Black with #60535D
Text Example
Text Example
White with #60535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60535D; }
p { color: rgb(96,83,93); }
H1.HeaderClassName
{
color: #60535D;
}
.AnyTagClassName
{
color: #60535D;
}
</style>
background-color css
<style>
a { background-color: #60535D; }
a { background-color: rgb(96,83,93); }
div.DivClassName
{
background-color: #60535D;
}
.BgClassName
{
background-color: #60535D;
}
</style>
border-color css
<style>
span { border-color: #60535D; }
span { border-color: rgb(96,83,93); }
td.TdClassName
{
border-color: #60535D;
}
.TagClassName
{
border-color: #60535D;
}
</style>