#686F63

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

Shades of Willow Grove #686F63

Tints of Willow Grove #686F63

Color information

#686F63 (or 0x686F63) is unknown color: approx Willow Grove. HEX triplet: 68, 6F and 63. RGB value is (104,111,99). Sum of RGB (Red+Green+Blue) = 104+111+99=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 111 - color contains mainly: green. Hex color #686F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F63 is #97909C. Grayscale: #6B6B6B. Windows color (decimal): -9932957 or 6516584. OLE color: 6516584.

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

Color convert

RGB10411199-
CMYK0.0600.110.56
HSL95º5.71%41.18%-
HSV(B)95º10.81%43.53%-
XYZ13.6515.2114.02-
YUV107.54123.18125.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=33.12%
G=35.35%
B=31.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111990.0600.110.56955.7141.18
Hex686F6360B385f629
Octal150157143601370137651
Binary110100011011111100011110010111110001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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