#6D6C4A

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

Shades of Hemlock #6D6C4A

Tints of Hemlock #6D6C4A

Color information

#6D6C4A (or 0x6D6C4A) is unknown color: approx Hemlock. HEX triplet: 6D, 6C and 4A. RGB value is (109,108,74). Sum of RGB (Red+Green+Blue) = 109+108+74=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C4A is #9293B5. Grayscale: #686868. Windows color (decimal): -9606070 or 4877421. OLE color: 4877421.

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

Color convert

RGB10910874-
CMYK00.010.320.57
HSL58.29º19.13%35.88%-
HSV(B)58.29º32.11%42.75%-
XYZ12.9114.478.59-
YUV104.42110.83131.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=37.46%
G=37.11%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091087400.010.320.5758.2919.1335.88
Hex6D6C4A0120393a1324
Octal155154112014071722344
Binary1101101110110010010100110000011100111101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,74); }

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

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

 a { background-color: rgb(109,108,74); }

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

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

 span { border-color: rgb(109,108,74); }

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