Shades of Salt Box #61595E
Tints of Salt Box #61595E
RGB
CMYK
RGB Variations
Color information
#61595E (or 0x61595E) is known color: Salt Box. HEX triplet: 61, 59 and 5E. RGB value is (97,89,94). Sum of RGB (Red+Green+Blue) = 97+89+94=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #61595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61595E is #9EA6A1. Grayscale: #5B5B5B. Windows color (decimal): -10397346 or 6183265. OLE color: 6183265.
HSL color Cylindrical-coordinate representation of color #61595E: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #61595E is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 89 | 94 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.62 |
| HSL | 322.5º | 0.04% | 0.36% | - |
| HSV(B) | 322.5º | 0.08% | 0.38% | - |
| XYZ | 10.52 | 10.49 | 12.06 | - |
| YUV | 91.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 94 | 0 | 0.08 | 0.03 | 0.62 | 322.5 | 0.04 | 0.36 |
| Hex | 61 | 59 | 5E | 0 | 8 | 3 | 3E | 142 | 4 | 24 |
| Octal | 141 | 131 | 136 | 0 | 10 | 3 | 76 | 502 | 4 | 44 |
| Binary | 1100001 | 1011001 | 1011110 | 0 | 1000 | 11 | 111110 | 101000010 | 100 | 100100 |
Color Harmonies of #61595E
Complementary color
Monochromatic Colors of #61595E
Black with #61595E
Text Example
Text Example
White with #61595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61595E; }
p { color: rgb(97,89,94); }
H1.HeaderClassName
{
color: #61595E;
}
.AnyTagClassName
{
color: #61595E;
}
</style>
background-color css
<style>
a { background-color: #61595E; }
a { background-color: rgb(97,89,94); }
div.DivClassName
{
background-color: #61595E;
}
.BgClassName
{
background-color: #61595E;
}
</style>
border-color css
<style>
span { border-color: #61595E; }
span { border-color: rgb(97,89,94); }
td.TdClassName
{
border-color: #61595E;
}
.TagClassName
{
border-color: #61595E;
}
</style>