Shades of Salt Box #615C61
Tints of Salt Box #615C61
RGB
CMYK
RGB Variations
Color information
#615C61 (or 0x615C61) is known color: Salt Box. HEX triplet: 61, 5C and 61. RGB value is (97,92,97). Sum of RGB (Red+Green+Blue) = 97+92+97=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C61 is #9EA39E. Grayscale: #5E5E5E. Windows color (decimal): -10396575 or 6380641. OLE color: 6380641.
HSL color Cylindrical-coordinate representation of color #615C61: hue angle of 300º 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 #615C61 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 97 | - |
| CMYK | 0 | 0.05 | 0 | 0.62 |
| HSL | 300º | 0.03% | 0.37% | - |
| HSV(B) | 300º | 0.05% | 0.38% | - |
| XYZ | 10.91 | 11.06 | 12.87 | - |
| YUV | 94.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 97 | 0 | 0.05 | 0 | 0.62 | 300 | 0.03 | 0.37 |
| Hex | 61 | 5C | 61 | 0 | 5 | 0 | 3E | 12C | 3 | 25 |
| Octal | 141 | 134 | 141 | 0 | 5 | 0 | 76 | 454 | 3 | 45 |
| Binary | 1100001 | 1011100 | 1100001 | 0 | 101 | 0 | 111110 | 100101100 | 11 | 100101 |
Color Harmonies of #615C61
Complementary color
Monochromatic Colors of #615C61
Black with #615C61
Text Example
Text Example
White with #615C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C61; }
p { color: rgb(97,92,97); }
H1.HeaderClassName
{
color: #615C61;
}
.AnyTagClassName
{
color: #615C61;
}
</style>
background-color css
<style>
a { background-color: #615C61; }
a { background-color: rgb(97,92,97); }
div.DivClassName
{
background-color: #615C61;
}
.BgClassName
{
background-color: #615C61;
}
</style>
border-color css
<style>
span { border-color: #615C61; }
span { border-color: rgb(97,92,97); }
td.TdClassName
{
border-color: #615C61;
}
.TagClassName
{
border-color: #615C61;
}
</style>