Shades of Salt Box #60565E
Tints of Salt Box #60565E
RGB
CMYK
RGB Variations
Color information
#60565E (or 0x60565E) is known color: Salt Box. HEX triplet: 60, 56 and 5E. RGB value is (96,86,94). Sum of RGB (Red+Green+Blue) = 96+86+94=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 96 - color contains mainly: red. Hex color #60565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60565E is #9FA9A1. Grayscale: #595959. Windows color (decimal): -10463650 or 6182496. OLE color: 6182496.
HSL color Cylindrical-coordinate representation of color #60565E: hue angle of 312º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60565E is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 94 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.62 |
| HSL | 312º | 0.05% | 0.36% | - |
| HSV(B) | 312º | 0.1% | 0.38% | - |
| XYZ | 10.17 | 9.95 | 11.97 | - |
| YUV | 89.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 94 | 0 | 0.10 | 0.02 | 0.62 | 312 | 0.05 | 0.36 |
| Hex | 60 | 56 | 5E | 0 | A | 2 | 3E | 138 | 5 | 24 |
| Octal | 140 | 126 | 136 | 0 | 12 | 2 | 76 | 470 | 5 | 44 |
| Binary | 1100000 | 1010110 | 1011110 | 0 | 1010 | 10 | 111110 | 100111000 | 101 | 100100 |
Color Harmonies of #60565E
Complementary color
Monochromatic Colors of #60565E
Black with #60565E
Text Example
Text Example
White with #60565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60565E; }
p { color: rgb(96,86,94); }
H1.HeaderClassName
{
color: #60565E;
}
.AnyTagClassName
{
color: #60565E;
}
</style>
background-color css
<style>
a { background-color: #60565E; }
a { background-color: rgb(96,86,94); }
div.DivClassName
{
background-color: #60565E;
}
.BgClassName
{
background-color: #60565E;
}
</style>
border-color css
<style>
span { border-color: #60565E; }
span { border-color: rgb(96,86,94); }
td.TdClassName
{
border-color: #60565E;
}
.TagClassName
{
border-color: #60565E;
}
</style>