Shades of Sandstone #706964
Tints of Sandstone #706964
RGB
CMYK
RGB Variations
Color information
#706964 (or 0x706964) is known color: Sandstone. HEX triplet: 70, 69 and 64. RGB value is (112,105,100). Sum of RGB (Red+Green+Blue) = 112+105+100=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706964 is #8F969B. Grayscale: #6A6A6A. Windows color (decimal): -9410204 or 6580592. OLE color: 6580592.
HSL color Cylindrical-coordinate representation of color #706964: hue angle of 25º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706964 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 100 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.56 |
| HSL | 25º | 0.06% | 0.42% | - |
| HSV(B) | 25º | 0.11% | 0.44% | - |
| XYZ | 14.03 | 14.47 | 14.11 | - |
| YUV | 106.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 100 | 0 | 0.06 | 0.11 | 0.56 | 25 | 0.06 | 0.42 |
| Hex | 70 | 69 | 64 | 0 | 6 | B | 38 | 19 | 6 | 2A |
| Octal | 160 | 151 | 144 | 0 | 6 | 13 | 70 | 31 | 6 | 52 |
| Binary | 1110000 | 1101001 | 1100100 | 0 | 110 | 1011 | 111000 | 11001 | 110 | 101010 |
Color Harmonies of #706964
Complementary color
Monochromatic Colors of #706964
Black with #706964
Text Example
Text Example
White with #706964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706964; }
p { color: rgb(112,105,100); }
H1.HeaderClassName
{
color: #706964;
}
.AnyTagClassName
{
color: #706964;
}
</style>
background-color css
<style>
a { background-color: #706964; }
a { background-color: rgb(112,105,100); }
div.DivClassName
{
background-color: #706964;
}
.BgClassName
{
background-color: #706964;
}
</style>
border-color css
<style>
span { border-color: #706964; }
span { border-color: rgb(112,105,100); }
td.TdClassName
{
border-color: #706964;
}
.TagClassName
{
border-color: #706964;
}
</style>