#686444

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

Shades of Hemlock #686444

Tints of Hemlock #686444

Color information

#686444 (or 0x686444) is unknown color: approx Hemlock. HEX triplet: 68, 64 and 44. RGB value is (104,100,68). Sum of RGB (Red+Green+Blue) = 104+100+68=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #686444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686444 is #979BBB. Grayscale: #616161. Windows color (decimal): -9935804 or 4482152. OLE color: 4482152.

HSL color Cylindrical-coordinate representation of color #686444: hue angle of 53.33º 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 #686444 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB10410068-
CMYK00.040.350.59
HSL53.33º20.93%33.73%-
HSV(B)53.33º34.62%40.78%-
XYZ11.3112.477.28-
YUV97.55111.33132.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 68 (26.95% from 255) = 25%
R=38.24%
G=36.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041006800.040.350.5953.3320.9333.73
Hex68644404233B351522
Octal150144104044373652542
Binary110100011001001000100010010001111101111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686444; }

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

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

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

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

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

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

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

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