#70685F

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

Shades of Sandstone #70685F

Tints of Sandstone #70685F

Color information

#70685F (or 0x70685F) is unknown color: approx Sandstone. HEX triplet: 70, 68 and 5F. RGB value is (112,104,95). Sum of RGB (Red+Green+Blue) = 112+104+95=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #70685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70685F is #8F97A0. Grayscale: #696969. Windows color (decimal): -9410465 or 6252656. OLE color: 6252656.

HSL color Cylindrical-coordinate representation of color #70685F: hue angle of 31.76º 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 #70685F is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB11210495-
CMYK00.070.150.56
HSL31.76º8.21%40.59%-
HSV(B)31.76º15.18%43.92%-
XYZ13.714.1712.84-
YUV105.37122.15132.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=36.01%
G=33.44%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121049500.070.150.5631.768.2140.59
Hex70685F07F3820829
Octal160150137071770401051
Binary111000011010001011111011111111110001000001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70685F; }

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

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

<style>
 a { background-color: #70685F; }

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

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

<style>
 span { border-color: #70685F; }

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

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