#686D41

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

Shades of Woodland #686D41

Tints of Woodland #686D41

Color information

#686D41 (or 0x686D41) is unknown color: approx Woodland. HEX triplet: 68, 6D and 41. RGB value is (104,109,65). Sum of RGB (Red+Green+Blue) = 104+109+65=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #686D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D41 is #9792BE. Grayscale: #666666. Windows color (decimal): -9933503 or 4287848. OLE color: 4287848.

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

Color convert

RGB10410965-
CMYK0.0500.400.57
HSL66.82º25.29%34.12%-
HSV(B)66.82º40.37%42.75%-
XYZ12.1314.267.11-
YUV102.49106.84129.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=37.41%
G=39.21%
B=23.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104109650.0500.400.5766.8225.2934.12
Hex686D41502839431922
Octal1501551015050711033142
Binary1101000110110110000011010101000111001100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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