#706A5F

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

Shades of Sandstone #706A5F

Tints of Sandstone #706A5F

Color information

#706A5F (or 0x706A5F) is unknown color: approx Sandstone. HEX triplet: 70, 6A and 5F. RGB value is (112,106,95). Sum of RGB (Red+Green+Blue) = 112+106+95=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A5F is #8F95A0. Grayscale: #6A6A6A. Windows color (decimal): -9409953 or 6253168. OLE color: 6253168.

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

Color convert

RGB11210695-
CMYK00.050.150.56
HSL38.82º8.21%40.59%-
HSV(B)38.82º15.18%43.92%-
XYZ13.914.5812.91-
YUV106.54121.49131.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=35.78%
G=33.87%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121069500.050.150.5638.828.2140.59
Hex706A5F05F3827829
Octal160152137051770471051
Binary111000011010101011111010111111110001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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