#686446

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

Shades of Hemlock #686446

Tints of Hemlock #686446

Color information

#686446 (or 0x686446) is unknown color: approx Hemlock. HEX triplet: 68, 64 and 46. RGB value is (104,100,70). Sum of RGB (Red+Green+Blue) = 104+100+70=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686446 is #979BB9. Grayscale: #616161. Windows color (decimal): -9935802 or 4613224. OLE color: 4613224.

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

Color convert

RGB10410070-
CMYK00.040.330.59
HSL52.94º19.54%34.12%-
HSV(B)52.94º32.69%40.78%-
XYZ11.3712.57.61-
YUV97.78112.33132.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=37.96%
G=36.50%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041007000.040.330.5952.9419.5434.12
Hex68644604213B351422
Octal150144106044173652442
Binary110100011001001000110010010000111101111010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686446; }

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

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

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

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

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

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

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

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