#686C64

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

Shades of Willow Grove #686C64

Tints of Willow Grove #686C64

Color information

#686C64 (or 0x686C64) is unknown color: approx Willow Grove. HEX triplet: 68, 6C and 64. RGB value is (104,108,100). Sum of RGB (Red+Green+Blue) = 104+108+100=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #686C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C64 is #97939B. Grayscale: #696969. Windows color (decimal): -9933724 or 6581352. OLE color: 6581352.

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

Color convert

RGB104108100-
CMYK0.0400.070.58
HSL90º3.85%40.78%-
HSV(B)90º7.41%42.35%-
XYZ13.3714.5914.17-
YUV105.89124.67126.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=33.33%
G=34.62%
B=32.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041081000.0400.070.58903.8540.78
Hex686C644073A5a429
Octal15015414440772132451
Binary11010001101100110010010001111110101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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