Shades of Sandstone #706960
Tints of Sandstone #706960
RGB
CMYK
RGB Variations
Color information
#706960 (or 0x706960) is known color: Sandstone. HEX triplet: 70, 69 and 60. RGB value is (112,105,96). Sum of RGB (Red+Green+Blue) = 112+105+96=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706960 is #8F969F. Grayscale: #6A6A6A. Windows color (decimal): -9410208 or 6318448. OLE color: 6318448.
HSL color Cylindrical-coordinate representation of color #706960: hue angle of 33.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706960 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 96 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.56 |
| HSL | 33.75º | 0.08% | 0.41% | - |
| HSV(B) | 33.75º | 0.14% | 0.44% | - |
| XYZ | 13.84 | 14.39 | 13.11 | - |
| YUV | 106.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 96 | 0 | 0.06 | 0.14 | 0.56 | 33.75 | 0.08 | 0.41 |
| Hex | 70 | 69 | 60 | 0 | 6 | E | 38 | 22 | 8 | 29 |
| Octal | 160 | 151 | 140 | 0 | 6 | 16 | 70 | 42 | 10 | 51 |
| Binary | 1110000 | 1101001 | 1100000 | 0 | 110 | 1110 | 111000 | 100010 | 1000 | 101001 |
Color Harmonies of #706960
Complementary color
Monochromatic Colors of #706960
Black with #706960
Text Example
Text Example
White with #706960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706960; }
p { color: rgb(112,105,96); }
H1.HeaderClassName
{
color: #706960;
}
.AnyTagClassName
{
color: #706960;
}
</style>
background-color css
<style>
a { background-color: #706960; }
a { background-color: rgb(112,105,96); }
div.DivClassName
{
background-color: #706960;
}
.BgClassName
{
background-color: #706960;
}
</style>
border-color css
<style>
span { border-color: #706960; }
span { border-color: rgb(112,105,96); }
td.TdClassName
{
border-color: #706960;
}
.TagClassName
{
border-color: #706960;
}
</style>