#686648

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

Shades of Hemlock #686648

Tints of Hemlock #686648

Color information

#686648 (or 0x686648) is unknown color: approx Hemlock. HEX triplet: 68, 66 and 48. RGB value is (104,102,72). Sum of RGB (Red+Green+Blue) = 104+102+72=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #686648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686648 is #9799B7. Grayscale: #636363. Windows color (decimal): -9935288 or 4744808. OLE color: 4744808.

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

Color convert

RGB10410272-
CMYK00.020.310.59
HSL56.25º18.18%34.51%-
HSV(B)56.25º30.77%40.78%-
XYZ11.6312.918.01-
YUV99.18112.66131.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=37.41%
G=36.69%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041027200.020.310.5956.2518.1834.51
Hex686648021F3B381223
Octal150146110023773702243
Binary1101000110011010010000101111111101111100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686648; }

 p { color: rgb(104,102,72); }

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

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

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

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

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

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

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