#706A5E

Color #706A5E Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #706A5E

Tints of Sandstone #706A5E

Color information

#706A5E (or 0x706A5E) is unknown color: approx Sandstone. HEX triplet: 70, 6A and 5E. RGB value is (112,106,94). Sum of RGB (Red+Green+Blue) = 112+106+94=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A5E is #8F95A1. Grayscale: #6A6A6A. Windows color (decimal): -9409954 or 6187632. OLE color: 6187632.

HSL color Cylindrical-coordinate representation of color #706A5E: hue angle of 40º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706A5E is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB11210694-
CMYK00.050.160.56
HSL40º8.74%40.39%-
HSV(B)40º16.07%43.92%-
XYZ13.8614.5612.67-
YUV106.43120.99131.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=35.90%
G=33.97%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121069400.050.160.56408.7440.39
Hex706A5E05103828928
Octal160152136052070501150
Binary1110000110101010111100101100001110001010001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A5E; }

 p { color: rgb(112,106,94); }

 H1.HeaderClassName
 {
   color: #706A5E;
 }
 .AnyTagClassName
 {
   color: #706A5E;
 }
</style>
background-color css

<style>
 a { background-color: #706A5E; }

 a { background-color: rgb(112,106,94); }

 div.DivClassName
 {
   background-color: #706A5E;
 }
 .BgClassName
 {
   background-color: #706A5E;
 }
</style>
border-color css

<style>
 span { border-color: #706A5E; }

 span { border-color: rgb(112,106,94); }

 td.TdClassName
 {
   border-color: #706A5E;
 }
 .TagClassName
 {
   border-color: #706A5E;
 }
</style>