#686561

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

Shades of Sandstone #686561

Tints of Sandstone #686561

Color information

#686561 (or 0x686561) is unknown color: approx Sandstone. HEX triplet: 68, 65 and 61. RGB value is (104,101,97). Sum of RGB (Red+Green+Blue) = 104+101+97=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686561 is #979A9E. Grayscale: #656565. Windows color (decimal): -9935519 or 6382952. OLE color: 6382952.

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

Color convert

RGB10410197-
CMYK00.030.070.59
HSL34.29º3.48%39.41%-
HSV(B)34.29º6.73%40.78%-
XYZ12.5213.1113.18-
YUV101.44125.49129.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=34.44%
G=33.44%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041019700.030.070.5934.293.4839.41
Hex6865610373B22327
Octal1501451410377342347
Binary11010001100101110000101111111101110001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686561; }

 p { color: rgb(104,101,97); }

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

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

 a { background-color: rgb(104,101,97); }

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

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

 span { border-color: rgb(104,101,97); }

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