#686B65

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

Shades of Willow Grove #686B65

Tints of Willow Grove #686B65

Color information

#686B65 (or 0x686B65) is unknown color: approx Willow Grove. HEX triplet: 68, 6B and 65. RGB value is (104,107,101). Sum of RGB (Red+Green+Blue) = 104+107+101=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 107 - color contains mainly: green. Hex color #686B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B65 is #97949A. Grayscale: #696969. Windows color (decimal): -9933979 or 6646632. OLE color: 6646632.

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

Color convert

RGB104107101-
CMYK0.0300.060.58
HSL90º2.88%40.78%-
HSV(B)90º5.61%41.96%-
XYZ13.3214.414.39-
YUV105.42125.51126.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=33.33%
G=34.29%
B=32.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041071010.0300.060.58902.8840.78
Hex686B653063A5a329
Octal15015314530672132351
Binary110100011010111100101110110111010101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,101); }

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

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

 a { background-color: rgb(104,107,101); }

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

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

 span { border-color: rgb(104,107,101); }

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