Shades of Sandstone #706D69
Tints of Sandstone #706D69
RGB
CMYK
RGB Variations
Color information
#706D69 (or 0x706D69) is known color: Sandstone. HEX triplet: 70, 6D and 69. RGB value is (112,109,105). Sum of RGB (Red+Green+Blue) = 112+109+105=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #706D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D69 is #8F9296. Grayscale: #6D6D6D. Windows color (decimal): -9409175 or 6909296. OLE color: 6909296.
HSL color Cylindrical-coordinate representation of color #706D69: hue angle of 34.29º 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 #706D69 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 105 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.56 |
| HSL | 34.29º | 0.03% | 0.43% | - |
| HSV(B) | 34.29º | 0.06% | 0.44% | - |
| XYZ | 14.7 | 15.4 | 15.56 | - |
| YUV | 109.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 105 | 0 | 0.03 | 0.06 | 0.56 | 34.29 | 0.03 | 0.43 |
| Hex | 70 | 6D | 69 | 0 | 3 | 6 | 38 | 22 | 3 | 2B |
| Octal | 160 | 155 | 151 | 0 | 3 | 6 | 70 | 42 | 3 | 53 |
| Binary | 1110000 | 1101101 | 1101001 | 0 | 11 | 110 | 111000 | 100010 | 11 | 101011 |
Color Harmonies of #706D69
Complementary color
Monochromatic Colors of #706D69
Black with #706D69
Text Example
Text Example
White with #706D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D69; }
p { color: rgb(112,109,105); }
H1.HeaderClassName
{
color: #706D69;
}
.AnyTagClassName
{
color: #706D69;
}
</style>
background-color css
<style>
a { background-color: #706D69; }
a { background-color: rgb(112,109,105); }
div.DivClassName
{
background-color: #706D69;
}
.BgClassName
{
background-color: #706D69;
}
</style>
border-color css
<style>
span { border-color: #706D69; }
span { border-color: rgb(112,109,105); }
td.TdClassName
{
border-color: #706D69;
}
.TagClassName
{
border-color: #706D69;
}
</style>