#686856

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

Shades of Hemlock #686856

Tints of Hemlock #686856

Color information

#686856 (or 0x686856) is unknown color: approx Hemlock. HEX triplet: 68, 68 and 56. RGB value is (104,104,86). Sum of RGB (Red+Green+Blue) = 104+104+86=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686856 is #9797A9. Grayscale: #666666. Windows color (decimal): -9934762 or 5662824. OLE color: 5662824.

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

Color convert

RGB10410486-
CMYK000.170.59
HSL60º9.47%37.25%-
HSV(B)60º17.31%40.78%-
XYZ12.3413.5210.76-
YUV101.95119129.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=35.37%
G=35.37%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410486000.170.59609.4737.25
Hex68685600113B3c925
Octal150150126002173741145
Binary11010001101000101011000100011110111111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686856; }

 p { color: rgb(104,104,86); }

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

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

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

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

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

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

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