#706B66

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

Shades of Sandstone #706B66

Tints of Sandstone #706B66

Color information

#706B66 (or 0x706B66) is unknown color: approx Sandstone. HEX triplet: 70, 6B and 66. RGB value is (112,107,102). Sum of RGB (Red+Green+Blue) = 112+107+102=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B66 is #8F9499. Grayscale: #6B6B6B. Windows color (decimal): -9409690 or 6712176. OLE color: 6712176.

HSL color Cylindrical-coordinate representation of color #706B66: hue angle of 30º 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 #706B66 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB112107102-
CMYK00.040.090.56
HSL30º4.67%41.96%-
HSV(B)30º8.93%43.92%-
XYZ14.3414.9214.69-
YUV107.92124.66130.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=34.89%
G=33.33%
B=31.78%

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
Decimal11210710200.040.090.56304.6741.96
Hex706B66049381e52a
Octal16015314604117036552
Binary1110000110101111001100100100111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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