#686345

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

Shades of Hemlock #686345

Tints of Hemlock #686345

Color information

#686345 (or 0x686345) is unknown color: approx Hemlock. HEX triplet: 68, 63 and 45. RGB value is (104,99,69). Sum of RGB (Red+Green+Blue) = 104+99+69=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #686345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686345 is #979CBA. Grayscale: #616161. Windows color (decimal): -9936059 or 4547432. OLE color: 4547432.

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

Color convert

RGB1049969-
CMYK00.050.340.59
HSL51.43º20.23%33.92%-
HSV(B)51.43º33.65%40.78%-
XYZ11.2412.37.41-
YUV97.08112.16132.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=38.24%
G=36.40%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104996900.050.340.5951.4320.2333.92
Hex68634505223B331422
Octal150143105054273632442
Binary110100011000111000101010110001011101111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686345; }

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

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

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

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

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

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

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

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