#706F6E

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

Shades of Sandstone #706F6E

Tints of Sandstone #706F6E

Color information

#706F6E (or 0x706F6E) is unknown color: approx Sandstone. HEX triplet: 70, 6F and 6E. RGB value is (112,111,110). Sum of RGB (Red+Green+Blue) = 112+111+110=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 112 - color contains mainly: red. Hex color #706F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F6E is #8F9091. Grayscale: #6F6F6F. Windows color (decimal): -9408658 or 7237488. OLE color: 7237488.

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

Color convert

RGB112111110-
CMYK00.010.020.56
HSL30º0.9%43.53%-
HSV(B)30º1.79%43.92%-
XYZ15.1815.9417.03-
YUV111.18127.33128.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=33.63%
G=33.33%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211111000.010.020.56300.943.53
Hex706F6E012381e12c
Octal1601571560127036154
Binary1110000110111111011100110111000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,111,110); }

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

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

 a { background-color: rgb(112,111,110); }

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

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

 span { border-color: rgb(112,111,110); }

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