Shades of Salt Box #61575E
Tints of Salt Box #61575E
RGB
CMYK
RGB Variations
Color information
#61575E (or 0x61575E) is known color: Salt Box. HEX triplet: 61, 57 and 5E. RGB value is (97,87,94). Sum of RGB (Red+Green+Blue) = 97+87+94=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #61575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61575E is #9EA8A1. Grayscale: #5A5A5A. Windows color (decimal): -10397858 or 6182753. OLE color: 6182753.
HSL color Cylindrical-coordinate representation of color #61575E: hue angle of 318º 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 #61575E is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 87 | 94 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.62 |
| HSL | 318º | 0.05% | 0.36% | - |
| HSV(B) | 318º | 0.1% | 0.38% | - |
| XYZ | 10.36 | 10.17 | 12.01 | - |
| YUV | 90.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 94 | 0 | 0.10 | 0.03 | 0.62 | 318 | 0.05 | 0.36 |
| Hex | 61 | 57 | 5E | 0 | A | 3 | 3E | 13E | 5 | 24 |
| Octal | 141 | 127 | 136 | 0 | 12 | 3 | 76 | 476 | 5 | 44 |
| Binary | 1100001 | 1010111 | 1011110 | 0 | 1010 | 11 | 111110 | 100111110 | 101 | 100100 |
Color Harmonies of #61575E
Complementary color
Monochromatic Colors of #61575E
Black with #61575E
Text Example
Text Example
White with #61575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61575E; }
p { color: rgb(97,87,94); }
H1.HeaderClassName
{
color: #61575E;
}
.AnyTagClassName
{
color: #61575E;
}
</style>
background-color css
<style>
a { background-color: #61575E; }
a { background-color: rgb(97,87,94); }
div.DivClassName
{
background-color: #61575E;
}
.BgClassName
{
background-color: #61575E;
}
</style>
border-color css
<style>
span { border-color: #61575E; }
span { border-color: rgb(97,87,94); }
td.TdClassName
{
border-color: #61575E;
}
.TagClassName
{
border-color: #61575E;
}
</style>