Shades of Salt Box #70516A
Tints of Salt Box #70516A
RGB
CMYK
RGB Variations
Color information
#70516A (or 0x70516A) is known color: Salt Box. HEX triplet: 70, 51 and 6A. RGB value is (112,81,106). Sum of RGB (Red+Green+Blue) = 112+81+106=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #70516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70516A is #8FAE95. Grayscale: #5D5D5D. Windows color (decimal): -9416342 or 6967664. OLE color: 6967664.
HSL color Cylindrical-coordinate representation of color #70516A: hue angle of 311.61º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70516A is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 106 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.56 |
| HSL | 311.61º | 0.16% | 0.38% | - |
| HSV(B) | 311.61º | 0.28% | 0.44% | - |
| XYZ | 12.23 | 10.37 | 14.99 | - |
| YUV | 93.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 106 | 0 | 0.28 | 0.05 | 0.56 | 311.61 | 0.16 | 0.38 |
| Hex | 70 | 51 | 6A | 0 | 1C | 5 | 38 | 138 | 10 | 26 |
| Octal | 160 | 121 | 152 | 0 | 34 | 5 | 70 | 470 | 20 | 46 |
| Binary | 1110000 | 1010001 | 1101010 | 0 | 11100 | 101 | 111000 | 100111000 | 10000 | 100110 |
Color Harmonies of #70516A
Complementary color
Monochromatic Colors of #70516A
Black with #70516A
Text Example
Text Example
White with #70516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70516A; }
p { color: rgb(112,81,106); }
H1.HeaderClassName
{
color: #70516A;
}
.AnyTagClassName
{
color: #70516A;
}
</style>
background-color css
<style>
a { background-color: #70516A; }
a { background-color: rgb(112,81,106); }
div.DivClassName
{
background-color: #70516A;
}
.BgClassName
{
background-color: #70516A;
}
</style>
border-color css
<style>
span { border-color: #70516A; }
span { border-color: rgb(112,81,106); }
td.TdClassName
{
border-color: #70516A;
}
.TagClassName
{
border-color: #70516A;
}
</style>