Shades of Salt Box #605D60
Tints of Salt Box #605D60
RGB
CMYK
RGB Variations
Color information
#605D60 (or 0x605D60) is known color: Salt Box. HEX triplet: 60, 5D and 60. RGB value is (96,93,96). Sum of RGB (Red+Green+Blue) = 96+93+96=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D60 is #9FA29F. Grayscale: #5E5E5E. Windows color (decimal): -10461856 or 6315360. OLE color: 6315360.
HSL color Cylindrical-coordinate representation of color #605D60: hue angle of 300º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #605D60 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 96 | - |
| CMYK | 0 | 0.03 | 0 | 0.62 |
| HSL | 300º | 0.02% | 0.37% | - |
| HSV(B) | 300º | 0.03% | 0.38% | - |
| XYZ | 10.85 | 11.16 | 12.65 | - |
| YUV | 94.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 96 | 0 | 0.03 | 0 | 0.62 | 300 | 0.02 | 0.37 |
| Hex | 60 | 5D | 60 | 0 | 3 | 0 | 3E | 12C | 2 | 25 |
| Octal | 140 | 135 | 140 | 0 | 3 | 0 | 76 | 454 | 2 | 45 |
| Binary | 1100000 | 1011101 | 1100000 | 0 | 11 | 0 | 111110 | 100101100 | 10 | 100101 |
Color Harmonies of #605D60
Complementary color
Monochromatic Colors of #605D60
Black with #605D60
Text Example
Text Example
White with #605D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D60; }
p { color: rgb(96,93,96); }
H1.HeaderClassName
{
color: #605D60;
}
.AnyTagClassName
{
color: #605D60;
}
</style>
background-color css
<style>
a { background-color: #605D60; }
a { background-color: rgb(96,93,96); }
div.DivClassName
{
background-color: #605D60;
}
.BgClassName
{
background-color: #605D60;
}
</style>
border-color css
<style>
span { border-color: #605D60; }
span { border-color: rgb(96,93,96); }
td.TdClassName
{
border-color: #605D60;
}
.TagClassName
{
border-color: #605D60;
}
</style>