#686C5E

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

Shades of Willow Grove #686C5E

Tints of Willow Grove #686C5E

Color information

#686C5E (or 0x686C5E) is unknown color: approx Willow Grove. HEX triplet: 68, 6C and 5E. RGB value is (104,108,94). Sum of RGB (Red+Green+Blue) = 104+108+94=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 108 - color contains mainly: green. Hex color #686C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C5E is #9793A1. Grayscale: #696969. Windows color (decimal): -9933730 or 6188136. OLE color: 6188136.

HSL color Cylindrical-coordinate representation of color #686C5E: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686C5E is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB10410894-
CMYK0.0400.130.58
HSL77.14º6.93%39.61%-
HSV(B)77.14º12.96%42.35%-
XYZ13.0914.4812.69-
YUV105.21121.67127.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=33.99%
G=35.29%
B=30.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104108940.0400.130.5877.146.9339.61
Hex686C5E40D3A4d728
Octal150154136401572115750
Binary110100011011001011110100011011110101001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,108,94); }

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

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

 a { background-color: rgb(104,108,94); }

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

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

 span { border-color: rgb(104,108,94); }

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