#686663

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

Shades of Sandstone #686663

Tints of Sandstone #686663

Color information

#686663 (or 0x686663) is unknown color: approx Sandstone. HEX triplet: 68, 66 and 63. RGB value is (104,102,99). Sum of RGB (Red+Green+Blue) = 104+102+99=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 104 - color contains mainly: red. Hex color #686663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686663 is #97999C. Grayscale: #666666. Windows color (decimal): -9935261 or 6514280. OLE color: 6514280.

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

Color convert

RGB10410299-
CMYK00.020.050.59
HSL36º2.46%39.8%-
HSV(B)36º4.81%40.78%-
XYZ12.7113.3513.71-
YUV102.26126.16129.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=34.10%
G=33.44%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041029900.020.050.59362.4639.8
Hex6866630253B24228
Octal1501461430257344250
Binary11010001100110110001101010111101110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686663; }

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

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

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

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

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

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

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

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