#686F3C

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

Shades of Woodland #686F3C

Tints of Woodland #686F3C

Color information

#686F3C (or 0x686F3C) is unknown color: approx Woodland. HEX triplet: 68, 6F and 3C. RGB value is (104,111,60). Sum of RGB (Red+Green+Blue) = 104+111+60=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #686F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F3C is #9790C3. Grayscale: #676767. Windows color (decimal): -9932996 or 3960680. OLE color: 3960680.

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

Color convert

RGB10411160-
CMYK0.0600.460.56
HSL68.24º29.82%33.53%-
HSV(B)68.24º45.95%43.53%-
XYZ12.2114.646.46-
YUV103.09103.68128.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=37.82%
G=40.36%
B=21.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111600.0600.460.5668.2429.8233.53
Hex686F3C602E38441e22
Octal150157746056701043642
Binary110100011011111111001100101110111000100010011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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