#686546

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

Shades of Hemlock #686546

Tints of Hemlock #686546

Color information

#686546 (or 0x686546) is unknown color: approx Hemlock. HEX triplet: 68, 65 and 46. RGB value is (104,101,70). Sum of RGB (Red+Green+Blue) = 104+101+70=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #686546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686546 is #979AB9. Grayscale: #626262. Windows color (decimal): -9935546 or 4613480. OLE color: 4613480.

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

Color convert

RGB10410170-
CMYK00.030.330.59
HSL54.71º19.54%34.12%-
HSV(B)54.71º32.69%40.78%-
XYZ11.4712.697.64-
YUV98.36111.99132.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=37.82%
G=36.73%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041017000.030.330.5954.7119.5434.12
Hex68654603213B371422
Octal150145106034173672442
Binary11010001100101100011001110000111101111011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686546; }

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

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

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

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

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

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

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

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