Shades of Salt Box #61515E
Tints of Salt Box #61515E
RGB
CMYK
RGB Variations
Color information
#61515E (or 0x61515E) is known color: Salt Box. HEX triplet: 61, 51 and 5E. RGB value is (97,81,94). Sum of RGB (Red+Green+Blue) = 97+81+94=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #61515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61515E is #9EAEA1. Grayscale: #575757. Windows color (decimal): -10399394 or 6181217. OLE color: 6181217.
HSL color Cylindrical-coordinate representation of color #61515E: hue angle of 311.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61515E is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 94 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.62 |
| HSL | 311.25º | 0.09% | 0.35% | - |
| HSV(B) | 311.25º | 0.16% | 0.38% | - |
| XYZ | 9.89 | 9.23 | 11.85 | - |
| YUV | 87.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 94 | 0 | 0.16 | 0.03 | 0.62 | 311.25 | 0.09 | 0.35 |
| Hex | 61 | 51 | 5E | 0 | 10 | 3 | 3E | 137 | 9 | 23 |
| Octal | 141 | 121 | 136 | 0 | 20 | 3 | 76 | 467 | 11 | 43 |
| Binary | 1100001 | 1010001 | 1011110 | 0 | 10000 | 11 | 111110 | 100110111 | 1001 | 100011 |
Color Harmonies of #61515E
Complementary color
Monochromatic Colors of #61515E
Black with #61515E
Text Example
Text Example
White with #61515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61515E; }
p { color: rgb(97,81,94); }
H1.HeaderClassName
{
color: #61515E;
}
.AnyTagClassName
{
color: #61515E;
}
</style>
background-color css
<style>
a { background-color: #61515E; }
a { background-color: rgb(97,81,94); }
div.DivClassName
{
background-color: #61515E;
}
.BgClassName
{
background-color: #61515E;
}
</style>
border-color css
<style>
span { border-color: #61515E; }
span { border-color: rgb(97,81,94); }
td.TdClassName
{
border-color: #61515E;
}
.TagClassName
{
border-color: #61515E;
}
</style>