COLOR #6E9164

HEX: #6E9164 RGB: (110,145,100)

Color info

#6E9164 contains red, green and blue colors in about the same proportion. Web safe color of #6E9164 is #669966 (or #696).

RGB color model

#6E9164 color RGB value is (110,145,100).

RGB: (110,145,100) (43%, 57%, 39%)

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 100 of 255 = 39%

110
145
100

R + G + B ~ 46%. #6E9164 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 145 + 100 = 355 (100%)
R 110 of 355 ~ 30.99%
G 145 of 355 ~ 40.85%
B 100 of 355 ~ 28.17'%

%30.99
%40.85
%28.17

CMYK color model

#6E9164 color CMYK value is (24,0,31,43).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 43.14%

CMYK: (24,0,31,43)
C24M0Y31K43 (24%, 0%, 31%, 43%)
(0.24 / 0.00 / 0.31 / 0.43)

CMYK percentages

%24.14
%0
%31.03
%43.14

Codes

Color #6E9164 in popluar color models

6E 91 64
RGB 110 145 100
HSL 107° 18.37% 48.04%
HSB/HSV 107° 31.03% 56.86%
CMYK 24.14% 0.00% 31.03%
43.14%

Color #6E9164 in popluar number systems.

HEX 6E 91 64
Decimal 110 145 100
Binary 1101110 10010001 1100100
Octal 156 221 144

Shades and tints

Shades of #6E9164

#6E9164
(110,145,100)
#64845B
(100,132,91)
#5A7752
(90,119,82)
#506A49
(80,106,73)
#465D40
(70,93,64)
#3C5037
(60,80,55)
#32432E
(50,67,46)
#283625
(40,54,37)
#1E291C
(30,41,28)
#141C13
(20,28,19)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #6E9164

#6E9164
(110,145,100)
#7B9B72
(123,155,114)
#88A580
(136,165,128)
#95AF8E
(149,175,142)
#A2B99C
(162,185,156)
#AFC3AA
(175,195,170)
#BCCDB8
(188,205,184)
#C9D7C6
(201,215,198)
#D6E1D4
(214,225,212)
#E3EBE2
(227,235,226)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9164 color. Also use rgb(110,145,100) instead hex code.

Text Font Color

.myTextColor { color: #6E9164; }

<p style="color:#6E9164">This sample text font color is #6E9164.</p>

This text font color is #6E9164.

Background Color

.myBgColor { background-color: #6E9164; }

<div style="background-color:#6E9164">Inner text</div>

This div background color is #6E9164.

Border color

.myBorderColor { border: 1px solid #6E9164; }

<div style="border:3px solid #6E9164">Div</div>

This div border color is #6E9164.

Opacity

.myOpacity80 { color: #6E9164; opacity: 0.8; }

<p style="color:#6E9164;opacity:0.8;">80%</p>

Text with #6E9164 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E9164;}

<p style="text-shadow: 3px 3px 1px #6E9164">Text here.</p>

This text has shadow with #6E9164 color.


.textShadow {text-shadow: 3px 3px 1px #6E9164', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E9164, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E9164 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E9164, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E9164, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E9164 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E9164;
-webkit-box-shadow: 1px 1px 3px 2px #6E9164;
box-shadow: 1px 1px 3px 2px #6E9164;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E9164; -webkit-box-shadow: 1px 1px 3px 2px #6E9164; box-shadow:1px 1px 3px 2px #6E9164;">
Div content here
</div>

This div box has shadow with color #6E9164.

Preview

Color preview on black background

This text has color #6E9164 on black background.


Color preview on white background

This text has color #6E9164 on white background.


Black color preview on #6E9164 background

This text has black color on #6E9164 background.


White color preview on #6E9164 background

This text has white color on #6E9164 background.


Related colors

Complementary color

Complementary color for #hex is #916E9B.


I love getcolorcode.com

Triadic colors

1 #646E91 and #91646E with #6E9164 are triadic colors.

2 #64916E and #916E64 with #6E9164 are triadic colors.