#686C41

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

Shades of Woodland #686C41

Tints of Woodland #686C41

Color information

#686C41 (or 0x686C41) is unknown color: approx Woodland. HEX triplet: 68, 6C and 41. RGB value is (104,108,65). Sum of RGB (Red+Green+Blue) = 104+108+65=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #686C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686C41 is #9793BE. Grayscale: #666666. Windows color (decimal): -9933759 or 4287592. OLE color: 4287592.

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

Color convert

RGB10410865-
CMYK0.0400.400.58
HSL65.58º24.86%33.92%-
HSV(B)65.58º39.81%42.35%-
XYZ12.0314.057.08-
YUV101.9107.17129.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=37.55%
G=38.99%
B=23.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104108650.0400.400.5865.5824.8633.92
Hex686C4140283A421922
Octal1501541014050721023142
Binary1101000110110010000011000101000111010100001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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