#686649

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

Shades of Hemlock #686649

Tints of Hemlock #686649

Color information

#686649 (or 0x686649) is unknown color: approx Hemlock. HEX triplet: 68, 66 and 49. RGB value is (104,102,73). Sum of RGB (Red+Green+Blue) = 104+102+73=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #686649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686649 is #9799B6. Grayscale: #636363. Windows color (decimal): -9935287 or 4810344. OLE color: 4810344.

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

Color convert

RGB10410273-
CMYK00.020.300.59
HSL56.13º17.51%34.71%-
HSV(B)56.13º29.81%40.78%-
XYZ11.6612.938.18-
YUV99.29113.16131.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=37.28%
G=36.56%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041027300.020.300.5956.1317.5134.71
Hex686649021E3B381223
Octal150146111023673702243
Binary1101000110011010010010101111011101111100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686649; }

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

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

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

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

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

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

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

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