#70685C

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

Shades of Sandstone #70685C

Tints of Sandstone #70685C

Color information

#70685C (or 0x70685C) is unknown color: approx Sandstone. HEX triplet: 70, 68 and 5C. RGB value is (112,104,92). Sum of RGB (Red+Green+Blue) = 112+104+92=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70685C is #8F97A3. Grayscale: #696969. Windows color (decimal): -9410468 or 6056048. OLE color: 6056048.

HSL color Cylindrical-coordinate representation of color #70685C: hue angle of 36º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70685C is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB11210492-
CMYK00.070.180.56
HSL36º9.8%40%-
HSV(B)36º17.86%43.92%-
XYZ13.5614.1212.14-
YUV105.02120.65132.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=36.36%
G=33.77%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121049200.070.180.56369.840
Hex70685C07123824a28
Octal160150134072270441250
Binary1110000110100010111000111100101110001001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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