#68684D

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

Shades of Hemlock #68684D

Tints of Hemlock #68684D

Color information

#68684D (or 0x68684D) is unknown color: approx Hemlock. HEX triplet: 68, 68 and 4D. RGB value is (104,104,77). Sum of RGB (Red+Green+Blue) = 104+104+77=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68684D is #9797B2. Grayscale: #656565. Windows color (decimal): -9934771 or 5073000. OLE color: 5073000.

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

Color convert

RGB10410477-
CMYK000.260.59
HSL60º14.92%35.49%-
HSV(B)60º25.96%40.78%-
XYZ1213.388.97-
YUV100.92114.5130.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=36.49%
G=36.49%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410477000.260.596014.9235.49
Hex68684D001A3B3cf23
Octal150150115003273741743
Binary11010001101000100110100110101110111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68684D; }

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

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

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

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

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

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

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

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