#706D68

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

Shades of Sandstone #706D68

Tints of Sandstone #706D68

Color information

#706D68 (or 0x706D68) is unknown color: approx Sandstone. HEX triplet: 70, 6D and 68. RGB value is (112,109,104). Sum of RGB (Red+Green+Blue) = 112+109+104=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #706D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D68 is #8F9297. Grayscale: #6D6D6D. Windows color (decimal): -9409176 or 6843760. OLE color: 6843760.

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

Color convert

RGB112109104-
CMYK00.030.070.56
HSL37.5º3.7%42.35%-
HSV(B)37.5º7.14%43.92%-
XYZ14.6515.3815.29-
YUV109.33124.99129.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 104 (41.02% from 255) = 32%
R=34.46%
G=33.54%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210910400.030.070.5637.53.742.35
Hex706D68037382642a
Octal1601551500377046452
Binary111000011011011101000011111111000100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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