Shades of Sandstone #706B63
Tints of Sandstone #706B63
RGB
CMYK
RGB Variations
Color information
#706B63 (or 0x706B63) is known color: Sandstone. HEX triplet: 70, 6B and 63. RGB value is (112,107,99). Sum of RGB (Red+Green+Blue) = 112+107+99=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #706B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B63 is #8F949C. Grayscale: #6B6B6B. Windows color (decimal): -9409693 or 6515568. OLE color: 6515568.
HSL color Cylindrical-coordinate representation of color #706B63: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706B63 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 99 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.56 |
| HSL | 36.92º | 0.06% | 0.41% | - |
| HSV(B) | 36.92º | 0.12% | 0.44% | - |
| XYZ | 14.19 | 14.86 | 13.92 | - |
| YUV | 107.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 99 | 0 | 0.04 | 0.12 | 0.56 | 36.92 | 0.06 | 0.41 |
| Hex | 70 | 6B | 63 | 0 | 4 | C | 38 | 25 | 6 | 29 |
| Octal | 160 | 153 | 143 | 0 | 4 | 14 | 70 | 45 | 6 | 51 |
| Binary | 1110000 | 1101011 | 1100011 | 0 | 100 | 1100 | 111000 | 100101 | 110 | 101001 |
Color Harmonies of #706B63
Complementary color
Monochromatic Colors of #706B63
Black with #706B63
Text Example
Text Example
White with #706B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B63; }
p { color: rgb(112,107,99); }
H1.HeaderClassName
{
color: #706B63;
}
.AnyTagClassName
{
color: #706B63;
}
</style>
background-color css
<style>
a { background-color: #706B63; }
a { background-color: rgb(112,107,99); }
div.DivClassName
{
background-color: #706B63;
}
.BgClassName
{
background-color: #706B63;
}
</style>
border-color css
<style>
span { border-color: #706B63; }
span { border-color: rgb(112,107,99); }
td.TdClassName
{
border-color: #706B63;
}
.TagClassName
{
border-color: #706B63;
}
</style>