Shades of Sandstone #706A5F
Tints of Sandstone #706A5F
RGB
CMYK
RGB Variations
Color information
#706A5F (or 0x706A5F) is known color: Sandstone. HEX triplet: 70, 6A and 5F. RGB value is (112,106,95). Sum of RGB (Red+Green+Blue) = 112+106+95=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A5F is #8F95A0. Grayscale: #6A6A6A. Windows color (decimal): -9409953 or 6253168. OLE color: 6253168.
HSL color Cylindrical-coordinate representation of color #706A5F: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #706A5F is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 95 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.56 |
| HSL | 38.82º | 0.08% | 0.41% | - |
| HSV(B) | 38.82º | 0.15% | 0.44% | - |
| XYZ | 13.9 | 14.58 | 12.91 | - |
| YUV | 106.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 95 | 0 | 0.05 | 0.15 | 0.56 | 38.82 | 0.08 | 0.41 |
| Hex | 70 | 6A | 5F | 0 | 5 | F | 38 | 27 | 8 | 29 |
| Octal | 160 | 152 | 137 | 0 | 5 | 17 | 70 | 47 | 10 | 51 |
| Binary | 1110000 | 1101010 | 1011111 | 0 | 101 | 1111 | 111000 | 100111 | 1000 | 101001 |
Color Harmonies of #706A5F
Complementary color
Monochromatic Colors of #706A5F
Black with #706A5F
Text Example
Text Example
White with #706A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A5F; }
p { color: rgb(112,106,95); }
H1.HeaderClassName
{
color: #706A5F;
}
.AnyTagClassName
{
color: #706A5F;
}
</style>
background-color css
<style>
a { background-color: #706A5F; }
a { background-color: rgb(112,106,95); }
div.DivClassName
{
background-color: #706A5F;
}
.BgClassName
{
background-color: #706A5F;
}
</style>
border-color css
<style>
span { border-color: #706A5F; }
span { border-color: rgb(112,106,95); }
td.TdClassName
{
border-color: #706A5F;
}
.TagClassName
{
border-color: #706A5F;
}
</style>