COLOR #6E865F

HEX: #6E865F
RGB: (110,134,95)

Color info

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

RGB color model

#6E865F color RGB value is (110,134,95).

  • red value is 110;
  • green value is 134;
  • blue value is 95.
RGB:
(110,134,95)
(43%,53%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 95 of 255 = 37%

110
134
95

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 95 = 339 (100%)
R 110 of 339 ~ 32.45%
G 134 of 339 ~ 39.53%
B 95 of 339 ~ 28.02%

%32.45
%39.53
%28.02

CMYK color model

#6E865F color CMYK value is (18,0,29,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 47.45%
CMYK:
(18,0,29,47)
C18M0Y29K47 
(18%,0%,29%,47%)
(0.18/0.00/0.29/0.47)	

CMYK percentages

%17.91
%0
%29.1
%47.45

Codes

Color #6E865F in popluar color models

6E865F
RGB11013495
HSL97°17.03%44.90%
HSB/HSV97°29.10%52.55%
CMYK17.91%0.00%29.10%
47.45%

Color #6E865F in popluar number systems.

HEX6E865F
Decimal11013495
Binary1101110100001101011111
Octal156206137

Shades and tints

Shades of #6E865F

#6E865F
(110,134,95)
#647A57
(100,122,87)
#5A6E4F
(90,110,79)
#506247
(80,98,71)
#46563F
(70,86,63)
#3C4A37
(60,74,55)
#323E2F
(50,62,47)
#283227
(40,50,39)
#1E261F
(30,38,31)
#141A17
(20,26,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E865F

#6E865F
(110,134,95)
#7B916D
(123,145,109)
#889C7B
(136,156,123)
#95A789
(149,167,137)
#A2B297
(162,178,151)
#AFBDA5
(175,189,165)
#BCC8B3
(188,200,179)
#C9D3C1
(201,211,193)
#D6DECF
(214,222,207)
#E3E9DD
(227,233,221)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E865F; }

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

This text font color is #6E865F.


Background Color

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

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

This div background color is #6E865F.


Border color

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

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

This div border color is #6E865F.


Opacity

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

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

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

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

This text has shadow with #6E865F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E865F on black background.


Color preview on white background

This text has color #6E865F on white background.



Black color preview on #6E865F background

This text has black color on #6E865F background.


White color preview on #6E865F background

This text has white color on #6E865F background.