#686A44

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

Shades of Hemlock #686A44

Tints of Hemlock #686A44

Color information

#686A44 (or 0x686A44) is unknown color: approx Hemlock. HEX triplet: 68, 6A and 44. RGB value is (104,106,68). Sum of RGB (Red+Green+Blue) = 104+106+68=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #686A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A44 is #9795BB. Grayscale: #656565. Windows color (decimal): -9934268 or 4483688. OLE color: 4483688.

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

Color convert

RGB10410668-
CMYK0.0200.360.58
HSL63.16º21.84%34.12%-
HSV(B)63.16º35.85%41.57%-
XYZ11.9113.677.48-
YUV101.07109.34130.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=37.41%
G=38.13%
B=24.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104106680.0200.360.5863.1621.8434.12
Hex686A4420243A3f1622
Octal150152104204472772642
Binary11010001101010100010010010010011101011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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