#706C66

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

Shades of Sandstone #706C66

Tints of Sandstone #706C66

Color information

#706C66 (or 0x706C66) is unknown color: approx Sandstone. HEX triplet: 70, 6C and 66. RGB value is (112,108,102). Sum of RGB (Red+Green+Blue) = 112+108+102=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C66 is #8F9399. Grayscale: #6C6C6C. Windows color (decimal): -9409434 or 6712432. OLE color: 6712432.

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

Color convert

RGB112108102-
CMYK00.040.090.56
HSL36º4.67%41.96%-
HSV(B)36º8.93%43.92%-
XYZ14.4415.1314.73-
YUV108.51124.33130.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=34.78%
G=33.54%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210810200.040.090.56364.6741.96
Hex706C66049382452a
Octal16015414604117044552
Binary11100001101100110011001001001111000100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,102); }

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

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

 a { background-color: rgb(112,108,102); }

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

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

 span { border-color: rgb(112,108,102); }

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