#686A41

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

Shades of Woodland #686A41

Tints of Woodland #686A41

Color information

#686A41 (or 0x686A41) is unknown color: approx Woodland. HEX triplet: 68, 6A and 41. RGB value is (104,106,65). Sum of RGB (Red+Green+Blue) = 104+106+65=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #686A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A41 is #9795BE. Grayscale: #646464. Windows color (decimal): -9934271 or 4287080. OLE color: 4287080.

HSL color Cylindrical-coordinate representation of color #686A41: hue angle of 62.93º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686A41 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB10410665-
CMYK0.0200.390.58
HSL62.93º23.98%33.53%-
HSV(B)62.93º38.68%41.57%-
XYZ11.8213.637.01-
YUV100.73107.84130.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=37.82%
G=38.55%
B=23.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104106650.0200.390.5862.9323.9833.53
Hex686A4120273A3f1822
Octal150152101204772773042
Binary11010001101010100000110010011111101011111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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