Shades of Salt Box #615C60
Tints of Salt Box #615C60
RGB
CMYK
RGB Variations
Color information
#615C60 (or 0x615C60) is known color: Salt Box. HEX triplet: 61, 5C and 60. RGB value is (97,92,96). Sum of RGB (Red+Green+Blue) = 97+92+96=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 97 - color contains mainly: red. Hex color #615C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C60 is #9EA39F. Grayscale: #5D5D5D. Windows color (decimal): -10396576 or 6315105. OLE color: 6315105.
HSL color Cylindrical-coordinate representation of color #615C60: hue angle of 312º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #615C60 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 96 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.62 |
| HSL | 312º | 0.03% | 0.37% | - |
| HSV(B) | 312º | 0.05% | 0.38% | - |
| XYZ | 10.87 | 11.04 | 12.62 | - |
| YUV | 93.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 96 | 0 | 0.05 | 0.01 | 0.62 | 312 | 0.03 | 0.37 |
| Hex | 61 | 5C | 60 | 0 | 5 | 1 | 3E | 138 | 3 | 25 |
| Octal | 141 | 134 | 140 | 0 | 5 | 1 | 76 | 470 | 3 | 45 |
| Binary | 1100001 | 1011100 | 1100000 | 0 | 101 | 1 | 111110 | 100111000 | 11 | 100101 |
Color Harmonies of #615C60
Complementary color
Monochromatic Colors of #615C60
Black with #615C60
Text Example
Text Example
White with #615C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C60; }
p { color: rgb(97,92,96); }
H1.HeaderClassName
{
color: #615C60;
}
.AnyTagClassName
{
color: #615C60;
}
</style>
background-color css
<style>
a { background-color: #615C60; }
a { background-color: rgb(97,92,96); }
div.DivClassName
{
background-color: #615C60;
}
.BgClassName
{
background-color: #615C60;
}
</style>
border-color css
<style>
span { border-color: #615C60; }
span { border-color: rgb(97,92,96); }
td.TdClassName
{
border-color: #615C60;
}
.TagClassName
{
border-color: #615C60;
}
</style>