Shades of Salt Box #70636D
Tints of Salt Box #70636D
RGB
CMYK
RGB Variations
Color information
#70636D (or 0x70636D) is known color: Salt Box. HEX triplet: 70, 63 and 6D. RGB value is (112,99,109). Sum of RGB (Red+Green+Blue) = 112+99+109=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #70636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636D is #8F9C92. Grayscale: #676767. Windows color (decimal): -9411731 or 7168880. OLE color: 7168880.
HSL color Cylindrical-coordinate representation of color #70636D: hue angle of 313.85º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70636D is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 109 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.56 |
| HSL | 313.85º | 0.06% | 0.41% | - |
| HSV(B) | 313.85º | 0.12% | 0.44% | - |
| XYZ | 13.9 | 13.47 | 16.34 | - |
| YUV | 104.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 109 | 0 | 0.12 | 0.03 | 0.56 | 313.85 | 0.06 | 0.41 |
| Hex | 70 | 63 | 6D | 0 | C | 3 | 38 | 13A | 6 | 29 |
| Octal | 160 | 143 | 155 | 0 | 14 | 3 | 70 | 472 | 6 | 51 |
| Binary | 1110000 | 1100011 | 1101101 | 0 | 1100 | 11 | 111000 | 100111010 | 110 | 101001 |
Color Harmonies of #70636D
Complementary color
Monochromatic Colors of #70636D
Black with #70636D
Text Example
Text Example
White with #70636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70636D; }
p { color: rgb(112,99,109); }
H1.HeaderClassName
{
color: #70636D;
}
.AnyTagClassName
{
color: #70636D;
}
</style>
background-color css
<style>
a { background-color: #70636D; }
a { background-color: rgb(112,99,109); }
div.DivClassName
{
background-color: #70636D;
}
.BgClassName
{
background-color: #70636D;
}
</style>
border-color css
<style>
span { border-color: #70636D; }
span { border-color: rgb(112,99,109); }
td.TdClassName
{
border-color: #70636D;
}
.TagClassName
{
border-color: #70636D;
}
</style>