#686545

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

Shades of Hemlock #686545

Tints of Hemlock #686545

Color information

#686545 (or 0x686545) is unknown color: approx Hemlock. HEX triplet: 68, 65 and 45. RGB value is (104,101,69). Sum of RGB (Red+Green+Blue) = 104+101+69=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686545 is #979ABA. Grayscale: #626262. Windows color (decimal): -9935547 or 4547944. OLE color: 4547944.

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

Color convert

RGB10410169-
CMYK00.030.340.59
HSL54.86º20.23%33.92%-
HSV(B)54.86º33.65%40.78%-
XYZ11.4412.687.47-
YUV98.25111.49132.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=37.96%
G=36.86%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041016900.030.340.5954.8620.2333.92
Hex68654503223B371422
Octal150145105034273672442
Binary11010001100101100010101110001011101111011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686545; }

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

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

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

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

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

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

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

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