#6E6F4D

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

Shades of Hemlock #6E6F4D

Tints of Hemlock #6E6F4D

Color information

#6E6F4D (or 0x6E6F4D) is unknown color: approx Hemlock. HEX triplet: 6E, 6F and 4D. RGB value is (110,111,77). Sum of RGB (Red+Green+Blue) = 110+111+77=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F4D is #9190B2. Grayscale: #6A6A6A. Windows color (decimal): -9539763 or 5074798. OLE color: 5074798.

HSL color Cylindrical-coordinate representation of color #6E6F4D: hue angle of 61.76º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E6F4D is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB11011177-
CMYK0.0100.310.56
HSL61.76º18.09%36.86%-
HSV(B)61.76º30.63%43.53%-
XYZ13.4515.229.25-
YUV106.82111.17130.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=36.91%
G=37.25%
B=25.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110111770.0100.310.5661.7618.0936.86
Hex6E6F4D101F383e1225
Octal156157115103770762245
Binary110111011011111001101101111111100011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,111,77); }

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

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

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

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

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

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

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