#686855

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

Shades of Hemlock #686855

Tints of Hemlock #686855

Color information

#686855 (or 0x686855) is unknown color: approx Hemlock. HEX triplet: 68, 68 and 55. RGB value is (104,104,85). Sum of RGB (Red+Green+Blue) = 104+104+85=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686855 is #9797AA. Grayscale: #656565. Windows color (decimal): -9934763 or 5597288. OLE color: 5597288.

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

Color convert

RGB10410485-
CMYK000.180.59
HSL60º10.05%37.06%-
HSV(B)60º18.27%40.78%-
XYZ12.313.510.55-
YUV101.83118.5129.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=35.49%
G=35.49%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410485000.180.596010.0537.06
Hex68685500123B3ca25
Octal150150125002273741245
Binary11010001101000101010100100101110111111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686855; }

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

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

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

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

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

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

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

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