#686742

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

Shades of Hemlock #686742

Tints of Hemlock #686742

Color information

#686742 (or 0x686742) is unknown color: approx Hemlock. HEX triplet: 68, 67 and 42. RGB value is (104,103,66). Sum of RGB (Red+Green+Blue) = 104+103+66=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686742 is #9798BD. Grayscale: #636363. Windows color (decimal): -9935038 or 4351848. OLE color: 4351848.

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

Color convert

RGB10410366-
CMYK00.010.370.59
HSL58.42º22.35%33.33%-
HSV(B)58.42º36.54%40.78%-
XYZ11.5413.047.06-
YUV99.08109.33131.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=38.10%
G=37.73%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041036600.010.370.5958.4222.3533.33
Hex68674201253B3a1621
Octal150147102014573722641
Binary1101000110011110000100110010111101111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686742; }

 p { color: rgb(104,103,66); }

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

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

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

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

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

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

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