#686749

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

Shades of Hemlock #686749

Tints of Hemlock #686749

Color information

#686749 (or 0x686749) is unknown color: approx Hemlock. HEX triplet: 68, 67 and 49. RGB value is (104,103,73). Sum of RGB (Red+Green+Blue) = 104+103+73=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #686749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686749 is #9798B6. Grayscale: #646464. Windows color (decimal): -9935031 or 4810600. OLE color: 4810600.

HSL color Cylindrical-coordinate representation of color #686749: hue angle of 58.06º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686749 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10410373-
CMYK00.010.300.59
HSL58.06º17.51%34.71%-
HSV(B)58.06º29.81%40.78%-
XYZ11.7613.128.22-
YUV99.88112.83130.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=37.14%
G=36.79%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041037300.010.300.5958.0617.5134.71
Hex686749011E3B3a1223
Octal150147111013673722243
Binary110100011001111001001011111011101111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686749; }

 p { color: rgb(104,103,73); }

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

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

 a { background-color: rgb(104,103,73); }

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

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

 span { border-color: rgb(104,103,73); }

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