#686966

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

Shades of Willow Grove #686966

Tints of Willow Grove #686966

Color information

#686966 (or 0x686966) is unknown color: approx Willow Grove. HEX triplet: 68, 69 and 66. RGB value is (104,105,102). Sum of RGB (Red+Green+Blue) = 104+105+102=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 105 - color contains mainly: green. Hex color #686966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686966 is #979699. Grayscale: #686868. Windows color (decimal): -9934490 or 6711656. OLE color: 6711656.

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

Color convert

RGB104105102-
CMYK0.0100.030.59
HSL80º1.45%40.59%-
HSV(B)80º2.86%41.18%-
XYZ13.1614.0114.58-
YUV104.36126.67127.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=33.44%
G=33.76%
B=32.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041051020.0100.030.59801.4540.59
Hex6869661033B50129
Octal15015114610373120151
Binary110100011010011100110101111101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686966; }

 p { color: rgb(104,105,102); }

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

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

 a { background-color: rgb(104,105,102); }

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

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

 span { border-color: rgb(104,105,102); }

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