#686E64

Color #686E64 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #686E64

Tints of Willow Grove #686E64

Color information

#686E64 (or 0x686E64) is unknown color: approx Willow Grove. HEX triplet: 68, 6E and 64. RGB value is (104,110,100). Sum of RGB (Red+Green+Blue) = 104+110+100=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 110 - color contains mainly: green. Hex color #686E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E64 is #97919B. Grayscale: #6B6B6B. Windows color (decimal): -9933212 or 6581864. OLE color: 6581864.

HSL color Cylindrical-coordinate representation of color #686E64: hue angle of 96º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686E64 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB104110100-
CMYK0.0500.090.57
HSL96º4.76%41.18%-
HSV(B)96º9.09%43.14%-
XYZ13.5915.0214.24-
YUV107.07124.01125.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=33.12%
G=35.03%
B=31.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041101000.0500.090.57964.7641.18
Hex686E645093960529
Octal150156144501171140551
Binary110100011011101100100101010011110011100000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686E64; }

 p { color: rgb(104,110,100); }

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

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

 a { background-color: rgb(104,110,100); }

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

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

 span { border-color: rgb(104,110,100); }

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