#6D6A49

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

Shades of Hemlock #6D6A49

Tints of Hemlock #6D6A49

Color information

#6D6A49 (or 0x6D6A49) is unknown color: approx Hemlock. HEX triplet: 6D, 6A and 49. RGB value is (109,106,73). Sum of RGB (Red+Green+Blue) = 109+106+73=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A49 is #9295B6. Grayscale: #676767. Windows color (decimal): -9606583 or 4811373. OLE color: 4811373.

HSL color Cylindrical-coordinate representation of color #6D6A49: hue angle of 55º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D6A49 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB10910673-
CMYK00.030.330.57
HSL55º19.78%35.69%-
HSV(B)55º33.03%42.75%-
XYZ12.6614.048.35-
YUV103.14110.99132.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=37.85%
G=36.81%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091067300.030.330.575519.7835.69
Hex6D6A49032139371424
Octal155152111034171672444
Binary11011011101010100100101110000111100111011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D6A49; }

 p { color: rgb(109,106,73); }

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

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

 a { background-color: rgb(109,106,73); }

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

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

 span { border-color: rgb(109,106,73); }

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