COLOR #6E865B

HEX: #6E865B RGB: (110,134,91)

Color info

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

RGB color model

#6E865B color RGB value is (110,134,91).

RGB: (110,134,91) (43%, 53%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 91 of 255 = 36%

110
134
91

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

Portions of RGB colors in percentages

R + G + B = 110 + 134 + 91 = 335 (100%)
R 110 of 335 ~ 32.84%
G 134 of 335 ~ 40%
B 91 of 335 ~ 27.16'%

%32.84
%40
%27.16

CMYK color model

#6E865B color CMYK value is (18,0,32,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 47.45%

CMYK: (18,0,32,47)
C18M0Y32K47 (18%, 0%, 32%, 47%)
(0.18 / 0.00 / 0.32 / 0.47)

CMYK percentages

%17.91
%0
%32.09
%47.45

Codes

Color #6E865B in popluar color models

6E 86 5B
RGB 110 134 91
HSL 93° 19.11% 44.12%
HSB/HSV 93° 32.09% 52.55%
CMYK 17.91% 0.00% 32.09%
47.45%

Color #6E865B in popluar number systems.

HEX 6E 86 5B
Decimal 110 134 91
Binary 1101110 10000110 1011011
Octal 156 206 133

Shades and tints

Shades of #6E865B

#6E865B
(110,134,91)
#647A53
(100,122,83)
#5A6E4B
(90,110,75)
#506243
(80,98,67)
#46563B
(70,86,59)
#3C4A33
(60,74,51)
#323E2B
(50,62,43)
#283223
(40,50,35)
#1E261B
(30,38,27)
#141A13
(20,26,19)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E865B

#6E865B
(110,134,91)
#7B9169
(123,145,105)
#889C77
(136,156,119)
#95A785
(149,167,133)
#A2B293
(162,178,147)
#AFBDA1
(175,189,161)
#BCC8AF
(188,200,175)
#C9D3BD
(201,211,189)
#D6DECB
(214,222,203)
#E3E9D9
(227,233,217)
#F0F4E7
(240,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E865B color. Also use rgb(110,134,91) instead hex code.

Text Font Color

.myTextColor { color: #6E865B; }

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

This text font color is #6E865B.

Background Color

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

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

This div background color is #6E865B.

Border color

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

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

This div border color is #6E865B.

Opacity

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

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

Text with #6E865B 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 #6E865B;}

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

This text has shadow with #6E865B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E865B.

Preview

Color preview on black background

This text has color #6E865B on black background.


Color preview on white background

This text has color #6E865B on white background.


Black color preview on #6E865B background

This text has black color on #6E865B background.


White color preview on #6E865B background

This text has white color on #6E865B background.


Related colors

Complementary color

Complementary color for #hex is #9179A4.


I love getcolorcode.com

Triadic colors

1 #5B6E86 and #865B6E with #6E865B are triadic colors.

2 #5B866E and #866E5B with #6E865B are triadic colors.