#706A60

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

Shades of Sandstone #706A60

Tints of Sandstone #706A60

Color information

#706A60 (or 0x706A60) is unknown color: approx Sandstone. HEX triplet: 70, 6A and 60. RGB value is (112,106,96). Sum of RGB (Red+Green+Blue) = 112+106+96=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A60 is #8F959F. Grayscale: #6A6A6A. Windows color (decimal): -9409952 or 6318704. OLE color: 6318704.

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

Color convert

RGB11210696-
CMYK00.050.140.56
HSL37.5º7.69%40.78%-
HSV(B)37.5º14.29%43.92%-
XYZ13.9514.613.15-
YUV106.65121.99131.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=35.67%
G=33.76%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121069600.050.140.5637.57.6940.78
Hex706A6005E3826829
Octal160152140051670461051
Binary111000011010101100000010111101110001001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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