#686449

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

Shades of Hemlock #686449

Tints of Hemlock #686449

Color information

#686449 (or 0x686449) is unknown color: approx Hemlock. HEX triplet: 68, 64 and 49. RGB value is (104,100,73). Sum of RGB (Red+Green+Blue) = 104+100+73=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #686449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686449 is #979BB6. Grayscale: #626262. Windows color (decimal): -9935799 or 4809832. OLE color: 4809832.

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

Color convert

RGB10410073-
CMYK00.040.300.59
HSL52.26º17.51%34.71%-
HSV(B)52.26º29.81%40.78%-
XYZ11.4712.548.12-
YUV98.12113.83132.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=37.55%
G=36.10%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041007300.040.300.5952.2617.5134.71
Hex686449041E3B341223
Octal150144111043673642243
Binary11010001100100100100101001111011101111010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686449; }

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

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

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

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

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

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

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

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