#70695E

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

Shades of Sandstone #70695E

Tints of Sandstone #70695E

Color information

#70695E (or 0x70695E) is unknown color: approx Sandstone. HEX triplet: 70, 69 and 5E. RGB value is (112,105,94). Sum of RGB (Red+Green+Blue) = 112+105+94=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #70695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70695E is #8F96A1. Grayscale: #696969. Windows color (decimal): -9410210 or 6187376. OLE color: 6187376.

HSL color Cylindrical-coordinate representation of color #70695E: hue angle of 36.67º 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 #70695E is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB11210594-
CMYK00.060.160.56
HSL36.67º8.74%40.39%-
HSV(B)36.67º16.07%43.92%-
XYZ13.7514.3612.64-
YUV105.84121.32132.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=36.01%
G=33.76%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121059400.060.160.5636.678.7440.39
Hex70695E06103825928
Octal160151136062070451150
Binary1110000110100110111100110100001110001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70695E; }

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

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

<style>
 a { background-color: #70695E; }

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

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

<style>
 span { border-color: #70695E; }

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

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