#686644

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

Shades of Hemlock #686644

Tints of Hemlock #686644

Color information

#686644 (or 0x686644) is unknown color: approx Hemlock. HEX triplet: 68, 66 and 44. RGB value is (104,102,68). Sum of RGB (Red+Green+Blue) = 104+102+68=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686644 is #9799BB. Grayscale: #626262. Windows color (decimal): -9935292 or 4482664. OLE color: 4482664.

HSL color Cylindrical-coordinate representation of color #686644: hue angle of 56.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686644 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB10410268-
CMYK00.020.350.59
HSL56.67º20.93%33.73%-
HSV(B)56.67º34.62%40.78%-
XYZ11.512.867.35-
YUV98.72110.66131.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=37.96%
G=37.23%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041026800.020.350.5956.6720.9333.73
Hex68664402233B391522
Octal150146104024373712542
Binary11010001100110100010001010001111101111100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686644; }

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

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

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

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

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

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

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

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