#686346

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

Shades of Hemlock #686346

Tints of Hemlock #686346

Color information

#686346 (or 0x686346) is unknown color: approx Hemlock. HEX triplet: 68, 63 and 46. RGB value is (104,99,70). Sum of RGB (Red+Green+Blue) = 104+99+70=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686346 is #979CB9. Grayscale: #616161. Windows color (decimal): -9936058 or 4612968. OLE color: 4612968.

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

Color convert

RGB1049970-
CMYK00.050.330.59
HSL51.18º19.54%34.12%-
HSV(B)51.18º32.69%40.78%-
XYZ11.2812.317.58-
YUV97.19112.66132.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=38.10%
G=36.26%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104997000.050.330.5951.1819.5434.12
Hex68634605213B331422
Octal150143106054173632442
Binary110100011000111000110010110000111101111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686346; }

 p { color: rgb(104,99,70); }

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

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

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

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

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

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

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