#686544

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

Shades of Hemlock #686544

Tints of Hemlock #686544

Color information

#686544 (or 0x686544) is unknown color: approx Hemlock. HEX triplet: 68, 65 and 44. RGB value is (104,101,68). Sum of RGB (Red+Green+Blue) = 104+101+68=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686544 is #979ABB. Grayscale: #626262. Windows color (decimal): -9935548 or 4482408. OLE color: 4482408.

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

Color convert

RGB10410168-
CMYK00.030.350.59
HSL55º20.93%33.73%-
HSV(B)55º34.62%40.78%-
XYZ11.4112.677.31-
YUV98.14110.99132.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=38.10%
G=37.00%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041016800.030.350.595520.9333.73
Hex68654403233B371522
Octal150145104034373672542
Binary11010001100101100010001110001111101111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686544; }

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

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

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

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

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

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

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

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