COLOR #6E815F

HEX: #6E815F RGB: (110,129,95)

Color info

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

RGB color model

#6E815F color RGB value is (110,129,95).

RGB: (110,129,95) (43%, 51%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 95 of 255 = 37%

110
129
95

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

Portions of RGB colors in percentages

R + G + B = 110 + 129 + 95 = 334 (100%)
R 110 of 334 ~ 32.93%
G 129 of 334 ~ 38.62%
B 95 of 334 ~ 28.44'%

%32.93
%38.62
%28.44

CMYK color model

#6E815F color CMYK value is (15,0,26,49).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%

CMYK: (15,0,26,49)
C15M0Y26K49 (15%, 0%, 26%, 49%)
(0.15 / 0.00 / 0.26 / 0.49)

CMYK percentages

%14.73
%0
%26.36
%49.41

Codes

Color #6E815F in popluar color models

6E 81 5F
RGB 110 129 95
HSL 94° 15.18% 43.92%
HSB/HSV 94° 26.36% 50.59%
CMYK 14.73% 0.00% 26.36%
49.41%

Color #6E815F in popluar number systems.

HEX 6E 81 5F
Decimal 110 129 95
Binary 1101110 10000001 1011111
Octal 156 201 137

Shades and tints

Shades of #6E815F

#6E815F
(110,129,95)
#647657
(100,118,87)
#5A6B4F
(90,107,79)
#506047
(80,96,71)
#46553F
(70,85,63)
#3C4A37
(60,74,55)
#323F2F
(50,63,47)
#283427
(40,52,39)
#1E291F
(30,41,31)
#141E17
(20,30,23)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #6E815F

#6E815F
(110,129,95)
#7B8C6D
(123,140,109)
#88977B
(136,151,123)
#95A289
(149,162,137)
#A2AD97
(162,173,151)
#AFB8A5
(175,184,165)
#BCC3B3
(188,195,179)
#C9CEC1
(201,206,193)
#D6D9CF
(214,217,207)
#E3E4DD
(227,228,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E815F; }

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

This text font color is #6E815F.

Background Color

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

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

This div background color is #6E815F.

Border color

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

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

This div border color is #6E815F.

Opacity

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

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

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

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

This text has shadow with #6E815F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E815F.

Preview

Color preview on black background

This text has color #6E815F on black background.


Color preview on white background

This text has color #6E815F on white background.


Black color preview on #6E815F background

This text has black color on #6E815F background.


White color preview on #6E815F background

This text has white color on #6E815F background.


Related colors

Complementary color

Complementary color for #hex is #917EA0.


I love getcolorcode.com

Triadic colors

1 #5F6E81 and #815F6E with #6E815F are triadic colors.

2 #5F816E and #816E5F with #6E815F are triadic colors.