#686F62

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

Shades of Willow Grove #686F62

Tints of Willow Grove #686F62

Color information

#686F62 (or 0x686F62) is unknown color: approx Willow Grove. HEX triplet: 68, 6F and 62. RGB value is (104,111,98). Sum of RGB (Red+Green+Blue) = 104+111+98=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #686F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F62 is #97909D. Grayscale: #6B6B6B. Windows color (decimal): -9932958 or 6451048. OLE color: 6451048.

HSL color Cylindrical-coordinate representation of color #686F62: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686F62 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB10411198-
CMYK0.0600.120.56
HSL92.31º6.22%40.98%-
HSV(B)92.31º11.71%43.53%-
XYZ13.615.1913.77-
YUV107.42122.68125.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=33.23%
G=35.46%
B=31.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111980.0600.120.5692.316.2240.98
Hex686F6260C385c629
Octal150157142601470134651
Binary110100011011111100010110011001110001011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,98); }

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

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

 a { background-color: rgb(104,111,98); }

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

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

 span { border-color: rgb(104,111,98); }

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