#706B64

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

Shades of Sandstone #706B64

Tints of Sandstone #706B64

Color information

#706B64 (or 0x706B64) is unknown color: approx Sandstone. HEX triplet: 70, 6B and 64. RGB value is (112,107,100). Sum of RGB (Red+Green+Blue) = 112+107+100=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B64 is #8F949B. Grayscale: #6B6B6B. Windows color (decimal): -9409692 or 6581104. OLE color: 6581104.

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

Color convert

RGB112107100-
CMYK00.040.110.56
HSL35º5.66%41.57%-
HSV(B)35º10.71%43.92%-
XYZ14.2414.8814.18-
YUV107.7123.66131.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=35.11%
G=33.54%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210710000.040.110.56355.6641.57
Hex706B6404B382362a
Octal16015314404137043652
Binary11100001101011110010001001011111000100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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