#706B68

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

Shades of Sandstone #706B68

Tints of Sandstone #706B68

Color information

#706B68 (or 0x706B68) is unknown color: approx Sandstone. HEX triplet: 70, 6B and 68. RGB value is (112,107,104). Sum of RGB (Red+Green+Blue) = 112+107+104=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #706B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B68 is #8F9497. Grayscale: #6C6C6C. Windows color (decimal): -9409688 or 6843248. OLE color: 6843248.

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

Color convert

RGB112107104-
CMYK00.040.070.56
HSL22.5º3.7%42.35%-
HSV(B)22.5º7.14%43.92%-
XYZ14.4414.9615.22-
YUV108.15125.66130.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=34.67%
G=33.13%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210710400.040.070.5622.53.742.35
Hex706B68047381742a
Octal1601531500477027452
Binary111000011010111101000010011111100010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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