#686766

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

Shades of Sandstone #686766

Tints of Sandstone #686766

Color information

#686766 (or 0x686766) is unknown color: approx Sandstone. HEX triplet: 68, 67 and 66. RGB value is (104,103,102). Sum of RGB (Red+Green+Blue) = 104+103+102=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 104 - color contains mainly: red. Hex color #686766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686766 is #979899. Grayscale: #676767. Windows color (decimal): -9935002 or 6711144. OLE color: 6711144.

HSL color Cylindrical-coordinate representation of color #686766: hue angle of 30º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #686766 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB104103102-
CMYK00.010.020.59
HSL30º0.97%40.39%-
HSV(B)30º1.92%40.78%-
XYZ12.9613.614.51-
YUV103.18127.33128.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=33.66%
G=33.33%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410310200.010.020.59300.9740.39
Hex6867660123B1e128
Octal1501471460127336150
Binary1101000110011111001100110111011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686766; }

 p { color: rgb(104,103,102); }

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

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

 a { background-color: rgb(104,103,102); }

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

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

 span { border-color: rgb(104,103,102); }

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