#6D6B49

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

Shades of Hemlock #6D6B49

Tints of Hemlock #6D6B49

Color information

#6D6B49 (or 0x6D6B49) is unknown color: approx Hemlock. HEX triplet: 6D, 6B and 49. RGB value is (109,107,73). Sum of RGB (Red+Green+Blue) = 109+107+73=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6B49 is #9294B6. Grayscale: #676767. Windows color (decimal): -9606327 or 4811629. OLE color: 4811629.

HSL color Cylindrical-coordinate representation of color #6D6B49: hue angle of 56.67º 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 #6D6B49 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB10910773-
CMYK00.020.330.57
HSL56.67º19.78%35.69%-
HSV(B)56.67º33.03%42.75%-
XYZ12.7714.258.38-
YUV103.72110.66131.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.72%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=37.72%
G=37.02%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091077300.020.330.5756.6719.7835.69
Hex6D6B49022139391424
Octal155153111024171712444
Binary11011011101011100100101010000111100111100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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