#6E7047

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

Shades of Hemlock #6E7047

Tints of Hemlock #6E7047

Color information

#6E7047 (or 0x6E7047) is unknown color: approx Hemlock. HEX triplet: 6E, 70 and 47. RGB value is (110,112,71). Sum of RGB (Red+Green+Blue) = 110+112+71=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7047 is #918FB8. Grayscale: #6A6A6A. Windows color (decimal): -9539513 or 4681838. OLE color: 4681838.

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

Color convert

RGB11011271-
CMYK0.0200.370.56
HSL62.93º22.4%35.88%-
HSV(B)62.93º36.61%43.92%-
XYZ13.3615.368.22-
YUV106.73107.84130.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=37.54%
G=38.23%
B=24.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112710.0200.370.5662.9322.435.88
Hex6E70472025383f1624
Octal156160107204570772644
Binary11011101110000100011110010010111100011111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,71); }

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

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

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

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

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

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

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