#686842

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

Shades of Hemlock #686842

Tints of Hemlock #686842

Color information

#686842 (or 0x686842) is unknown color: approx Hemlock. HEX triplet: 68, 68 and 42. RGB value is (104,104,66). Sum of RGB (Red+Green+Blue) = 104+104+66=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686842 is #9797BD. Grayscale: #636363. Windows color (decimal): -9934782 or 4352104. OLE color: 4352104.

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

Color convert

RGB10410466-
CMYK000.370.59
HSL60º22.35%33.33%-
HSV(B)60º36.54%40.78%-
XYZ11.6413.247.1-
YUV99.67109131.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=37.96%
G=37.96%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410466000.370.596022.3533.33
Hex68684200253B3c1621
Octal150150102004573742641
Binary1101000110100010000100010010111101111110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686842; }

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

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

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

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

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

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

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

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