Shades of Sandstone #706D6A
Tints of Sandstone #706D6A
RGB
CMYK
RGB Variations
Color information
#706D6A (or 0x706D6A) is known color: Sandstone. HEX triplet: 70, 6D and 6A. RGB value is (112,109,106). Sum of RGB (Red+Green+Blue) = 112+109+106=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #706D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D6A is #8F9295. Grayscale: #6D6D6D. Windows color (decimal): -9409174 or 6974832. OLE color: 6974832.
HSL color Cylindrical-coordinate representation of color #706D6A: hue angle of 30º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #706D6A is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 106 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.56 |
| HSL | 30º | 0.03% | 0.43% | - |
| HSV(B) | 30º | 0.05% | 0.44% | - |
| XYZ | 14.75 | 15.42 | 15.84 | - |
| YUV | 109.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 106 | 0 | 0.03 | 0.05 | 0.56 | 30 | 0.03 | 0.43 |
| Hex | 70 | 6D | 6A | 0 | 3 | 5 | 38 | 1E | 3 | 2B |
| Octal | 160 | 155 | 152 | 0 | 3 | 5 | 70 | 36 | 3 | 53 |
| Binary | 1110000 | 1101101 | 1101010 | 0 | 11 | 101 | 111000 | 11110 | 11 | 101011 |
Color Harmonies of #706D6A
Complementary color
Monochromatic Colors of #706D6A
Black with #706D6A
Text Example
Text Example
White with #706D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D6A; }
p { color: rgb(112,109,106); }
H1.HeaderClassName
{
color: #706D6A;
}
.AnyTagClassName
{
color: #706D6A;
}
</style>
background-color css
<style>
a { background-color: #706D6A; }
a { background-color: rgb(112,109,106); }
div.DivClassName
{
background-color: #706D6A;
}
.BgClassName
{
background-color: #706D6A;
}
</style>
border-color css
<style>
span { border-color: #706D6A; }
span { border-color: rgb(112,109,106); }
td.TdClassName
{
border-color: #706D6A;
}
.TagClassName
{
border-color: #706D6A;
}
</style>