#686748

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

Shades of Hemlock #686748

Tints of Hemlock #686748

Color information

#686748 (or 0x686748) is unknown color: approx Hemlock. HEX triplet: 68, 67 and 48. RGB value is (104,103,72). Sum of RGB (Red+Green+Blue) = 104+103+72=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #686748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686748 is #9798B7. Grayscale: #636363. Windows color (decimal): -9935032 or 4745064. OLE color: 4745064.

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

Color convert

RGB10410372-
CMYK00.010.310.59
HSL58.12º18.18%34.51%-
HSV(B)58.12º30.77%40.78%-
XYZ11.7313.118.04-
YUV99.76112.33131.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=37.28%
G=36.92%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041037200.010.310.5958.1218.1834.51
Hex686748011F3B3a1223
Octal150147110013773722243
Binary110100011001111001000011111111101111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686748; }

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

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

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

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

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

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

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

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