Shades of Salt Box #60575F
Tints of Salt Box #60575F
RGB
CMYK
RGB Variations
Color information
#60575F (or 0x60575F) is known color: Salt Box. HEX triplet: 60, 57 and 5F. RGB value is (96,87,95). Sum of RGB (Red+Green+Blue) = 96+87+95=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 96 - color contains mainly: red. Hex color #60575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60575F is #9FA8A0. Grayscale: #5A5A5A. Windows color (decimal): -10463393 or 6248288. OLE color: 6248288.
HSL color Cylindrical-coordinate representation of color #60575F: hue angle of 306.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #60575F is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 95 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.62 |
| HSL | 306.67º | 0.05% | 0.36% | - |
| HSV(B) | 306.67º | 0.09% | 0.38% | - |
| XYZ | 10.3 | 10.13 | 12.24 | - |
| YUV | 90.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 95 | 0 | 0.09 | 0.01 | 0.62 | 306.67 | 0.05 | 0.36 |
| Hex | 60 | 57 | 5F | 0 | 9 | 1 | 3E | 133 | 5 | 24 |
| Octal | 140 | 127 | 137 | 0 | 11 | 1 | 76 | 463 | 5 | 44 |
| Binary | 1100000 | 1010111 | 1011111 | 0 | 1001 | 1 | 111110 | 100110011 | 101 | 100100 |
Color Harmonies of #60575F
Complementary color
Monochromatic Colors of #60575F
Black with #60575F
Text Example
Text Example
White with #60575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60575F; }
p { color: rgb(96,87,95); }
H1.HeaderClassName
{
color: #60575F;
}
.AnyTagClassName
{
color: #60575F;
}
</style>
background-color css
<style>
a { background-color: #60575F; }
a { background-color: rgb(96,87,95); }
div.DivClassName
{
background-color: #60575F;
}
.BgClassName
{
background-color: #60575F;
}
</style>
border-color css
<style>
span { border-color: #60575F; }
span { border-color: rgb(96,87,95); }
td.TdClassName
{
border-color: #60575F;
}
.TagClassName
{
border-color: #60575F;
}
</style>