Shades of Sandstone #706B65
Tints of Sandstone #706B65
RGB
CMYK
RGB Variations
Color information
#706B65 (or 0x706B65) is known color: Sandstone. HEX triplet: 70, 6B and 65. RGB value is (112,107,101). Sum of RGB (Red+Green+Blue) = 112+107+101=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B65 is #8F949A. Grayscale: #6B6B6B. Windows color (decimal): -9409691 or 6646640. OLE color: 6646640.
HSL color Cylindrical-coordinate representation of color #706B65: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706B65 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 101 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.56 |
| HSL | 32.73º | 0.05% | 0.42% | - |
| HSV(B) | 32.73º | 0.1% | 0.44% | - |
| XYZ | 14.29 | 14.9 | 14.43 | - |
| YUV | 107.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 101 | 0 | 0.04 | 0.10 | 0.56 | 32.73 | 0.05 | 0.42 |
| Hex | 70 | 6B | 65 | 0 | 4 | A | 38 | 21 | 5 | 2A |
| Octal | 160 | 153 | 145 | 0 | 4 | 12 | 70 | 41 | 5 | 52 |
| Binary | 1110000 | 1101011 | 1100101 | 0 | 100 | 1010 | 111000 | 100001 | 101 | 101010 |
Color Harmonies of #706B65
Complementary color
Monochromatic Colors of #706B65
Black with #706B65
Text Example
Text Example
White with #706B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B65; }
p { color: rgb(112,107,101); }
H1.HeaderClassName
{
color: #706B65;
}
.AnyTagClassName
{
color: #706B65;
}
</style>
background-color css
<style>
a { background-color: #706B65; }
a { background-color: rgb(112,107,101); }
div.DivClassName
{
background-color: #706B65;
}
.BgClassName
{
background-color: #706B65;
}
</style>
border-color css
<style>
span { border-color: #706B65; }
span { border-color: rgb(112,107,101); }
td.TdClassName
{
border-color: #706B65;
}
.TagClassName
{
border-color: #706B65;
}
</style>