#6E6E50

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

Shades of Hemlock #6E6E50

Tints of Hemlock #6E6E50

Color information

#6E6E50 (or 0x6E6E50) is unknown color: approx Hemlock. HEX triplet: 6E, 6E and 50. RGB value is (110,110,80). Sum of RGB (Red+Green+Blue) = 110+110+80=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 110 - color contains mainly: red, green. Hex color #6E6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6E50 is #9191AF. Grayscale: #6A6A6A. Windows color (decimal): -9540016 or 5271150. OLE color: 5271150.

HSL color Cylindrical-coordinate representation of color #6E6E50: hue angle of 60º degrees, saturation: 0.16, 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 #6E6E50 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB11011080-
CMYK000.270.57
HSL60º15.79%37.25%-
HSV(B)60º27.27%43.14%-
XYZ13.4515.059.78-
YUV106.58113130.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=36.67%
G=36.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11011080000.270.576015.7937.25
Hex6E6E50001B393c1025
Octal156156120003371742045
Binary110111011011101010000001101111100111110010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,110,80); }

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

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

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

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

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

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

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