#686D5F

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

Shades of Willow Grove #686D5F

Tints of Willow Grove #686D5F

Color information

#686D5F (or 0x686D5F) is unknown color: approx Willow Grove. HEX triplet: 68, 6D and 5F. RGB value is (104,109,95). Sum of RGB (Red+Green+Blue) = 104+109+95=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #686D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D5F is #9792A0. Grayscale: #696969. Windows color (decimal): -9933473 or 6253928. OLE color: 6253928.

HSL color Cylindrical-coordinate representation of color #686D5F: hue angle of 81.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686D5F is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB10410995-
CMYK0.0500.130.57
HSL81.43º6.86%40%-
HSV(B)81.43º12.84%42.75%-
XYZ13.2414.7112.97-
YUV105.91121.84126.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=33.77%
G=35.39%
B=30.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104109950.0500.130.5781.436.8640
Hex686D5F50D3951728
Octal150155137501571121750
Binary110100011011011011111101011011110011010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,95); }

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

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

 a { background-color: rgb(104,109,95); }

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

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

 span { border-color: rgb(104,109,95); }

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