Shades of Salt Box #70596D
Tints of Salt Box #70596D
RGB
CMYK
RGB Variations
Color information
#70596D (or 0x70596D) is known color: Salt Box. HEX triplet: 70, 59 and 6D. RGB value is (112,89,109). Sum of RGB (Red+Green+Blue) = 112+89+109=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596D is #8FA692. Grayscale: #626262. Windows color (decimal): -9414291 or 7166320. OLE color: 7166320.
HSL color Cylindrical-coordinate representation of color #70596D: hue angle of 307.83º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70596D is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 109 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.56 |
| HSL | 307.83º | 0.11% | 0.39% | - |
| HSV(B) | 307.83º | 0.21% | 0.44% | - |
| XYZ | 13.01 | 11.69 | 16.04 | - |
| YUV | 98.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 109 | 0 | 0.21 | 0.03 | 0.56 | 307.83 | 0.11 | 0.39 |
| Hex | 70 | 59 | 6D | 0 | 15 | 3 | 38 | 134 | B | 27 |
| Octal | 160 | 131 | 155 | 0 | 25 | 3 | 70 | 464 | 13 | 47 |
| Binary | 1110000 | 1011001 | 1101101 | 0 | 10101 | 11 | 111000 | 100110100 | 1011 | 100111 |
Color Harmonies of #70596D
Complementary color
Monochromatic Colors of #70596D
Black with #70596D
Text Example
Text Example
White with #70596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70596D; }
p { color: rgb(112,89,109); }
H1.HeaderClassName
{
color: #70596D;
}
.AnyTagClassName
{
color: #70596D;
}
</style>
background-color css
<style>
a { background-color: #70596D; }
a { background-color: rgb(112,89,109); }
div.DivClassName
{
background-color: #70596D;
}
.BgClassName
{
background-color: #70596D;
}
</style>
border-color css
<style>
span { border-color: #70596D; }
span { border-color: rgb(112,89,109); }
td.TdClassName
{
border-color: #70596D;
}
.TagClassName
{
border-color: #70596D;
}
</style>