#6D6C52

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

Shades of Hemlock #6D6C52

Tints of Hemlock #6D6C52

Color information

#6D6C52 (or 0x6D6C52) is unknown color: approx Hemlock. HEX triplet: 6D, 6C and 52. RGB value is (109,108,82). Sum of RGB (Red+Green+Blue) = 109+108+82=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C52 is #9293AD. Grayscale: #696969. Windows color (decimal): -9606062 or 5401709. OLE color: 5401709.

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

Color convert

RGB10910882-
CMYK00.010.250.57
HSL57.78º14.14%37.45%-
HSV(B)57.78º24.77%42.75%-
XYZ13.1914.5910.1-
YUV105.34114.83130.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=36.45%
G=36.12%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091088200.010.250.5757.7814.1437.45
Hex6D6C520119393ae25
Octal155154122013171721645
Binary11011011101100101001001110011110011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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