Shades of Salt Box #70696E
Tints of Salt Box #70696E
RGB
CMYK
RGB Variations
Color information
#70696E (or 0x70696E) is known color: Salt Box. HEX triplet: 70, 69 and 6E. RGB value is (112,105,110). Sum of RGB (Red+Green+Blue) = 112+105+110=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #70696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70696E is #8F9691. Grayscale: #6B6B6B. Windows color (decimal): -9410194 or 7235952. OLE color: 7235952.
HSL color Cylindrical-coordinate representation of color #70696E: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70696E is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 110 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.56 |
| HSL | 317.14º | 0.03% | 0.43% | - |
| HSV(B) | 317.14º | 0.06% | 0.44% | - |
| XYZ | 14.55 | 14.67 | 16.82 | - |
| YUV | 107.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 110 | 0 | 0.06 | 0.02 | 0.56 | 317.14 | 0.03 | 0.43 |
| Hex | 70 | 69 | 6E | 0 | 6 | 2 | 38 | 13D | 3 | 2B |
| Octal | 160 | 151 | 156 | 0 | 6 | 2 | 70 | 475 | 3 | 53 |
| Binary | 1110000 | 1101001 | 1101110 | 0 | 110 | 10 | 111000 | 100111101 | 11 | 101011 |
Color Harmonies of #70696E
Complementary color
Monochromatic Colors of #70696E
Black with #70696E
Text Example
Text Example
White with #70696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70696E; }
p { color: rgb(112,105,110); }
H1.HeaderClassName
{
color: #70696E;
}
.AnyTagClassName
{
color: #70696E;
}
</style>
background-color css
<style>
a { background-color: #70696E; }
a { background-color: rgb(112,105,110); }
div.DivClassName
{
background-color: #70696E;
}
.BgClassName
{
background-color: #70696E;
}
</style>
border-color css
<style>
span { border-color: #70696E; }
span { border-color: rgb(112,105,110); }
td.TdClassName
{
border-color: #70696E;
}
.TagClassName
{
border-color: #70696E;
}
</style>