Shades of Sandstone #706D68
Tints of Sandstone #706D68
RGB
CMYK
RGB Variations
Color information
#706D68 (or 0x706D68) is known color: Sandstone. HEX triplet: 70, 6D and 68. RGB value is (112,109,104). Sum of RGB (Red+Green+Blue) = 112+109+104=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #706D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D68 is #8F9297. Grayscale: #6D6D6D. Windows color (decimal): -9409176 or 6843760. OLE color: 6843760.
HSL color Cylindrical-coordinate representation of color #706D68: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #706D68 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 104 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.56 |
| HSL | 37.5º | 0.04% | 0.42% | - |
| HSV(B) | 37.5º | 0.07% | 0.44% | - |
| XYZ | 14.65 | 15.38 | 15.29 | - |
| YUV | 109.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 104 | 0 | 0.03 | 0.07 | 0.56 | 37.5 | 0.04 | 0.42 |
| Hex | 70 | 6D | 68 | 0 | 3 | 7 | 38 | 26 | 4 | 2A |
| Octal | 160 | 155 | 150 | 0 | 3 | 7 | 70 | 46 | 4 | 52 |
| Binary | 1110000 | 1101101 | 1101000 | 0 | 11 | 111 | 111000 | 100110 | 100 | 101010 |
Color Harmonies of #706D68
Complementary color
Monochromatic Colors of #706D68
Black with #706D68
Text Example
Text Example
White with #706D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D68; }
p { color: rgb(112,109,104); }
H1.HeaderClassName
{
color: #706D68;
}
.AnyTagClassName
{
color: #706D68;
}
</style>
background-color css
<style>
a { background-color: #706D68; }
a { background-color: rgb(112,109,104); }
div.DivClassName
{
background-color: #706D68;
}
.BgClassName
{
background-color: #706D68;
}
</style>
border-color css
<style>
span { border-color: #706D68; }
span { border-color: rgb(112,109,104); }
td.TdClassName
{
border-color: #706D68;
}
.TagClassName
{
border-color: #706D68;
}
</style>