#6D6C50

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

Shades of Hemlock #6D6C50

Tints of Hemlock #6D6C50

Color information

#6D6C50 (or 0x6D6C50) is unknown color: approx Hemlock. HEX triplet: 6D, 6C and 50. RGB value is (109,108,80). Sum of RGB (Red+Green+Blue) = 109+108+80=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C50 is #9293AF. Grayscale: #696969. Windows color (decimal): -9606064 or 5270637. OLE color: 5270637.

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

Color convert

RGB10910880-
CMYK00.010.270.57
HSL57.93º15.34%37.06%-
HSV(B)57.93º26.61%42.75%-
XYZ13.1214.569.71-
YUV105.11113.83130.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=36.70%
G=36.36%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091088000.010.270.5757.9315.3437.06
Hex6D6C50011B393af25
Octal155154120013371721745
Binary11011011101100101000001110111110011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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