#686C45

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

Shades of Woodland #686C45

Tints of Woodland #686C45

Color information

#686C45 (or 0x686C45) is unknown color: approx Woodland. HEX triplet: 68, 6C and 45. RGB value is (104,108,69). Sum of RGB (Red+Green+Blue) = 104+108+69=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #686C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686C45 is #9793BA. Grayscale: #666666. Windows color (decimal): -9933755 or 4549736. OLE color: 4549736.

HSL color Cylindrical-coordinate representation of color #686C45: hue angle of 66.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686C45 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB10410869-
CMYK0.0400.360.58
HSL66.15º22.03%34.71%-
HSV(B)66.15º36.11%42.35%-
XYZ12.1514.17.71-
YUV102.36109.17129.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=37.01%
G=38.43%
B=24.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104108690.0400.360.5866.1522.0334.71
Hex686C4540243A421623
Octal1501541054044721022643
Binary1101000110110010001011000100100111010100001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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