COLOR #6E8161

HEX: #6E8161 RGB: (110,129,97)

Color info

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

RGB color model

#6E8161 color RGB value is (110,129,97).

RGB: (110,129,97) (43%, 51%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 97 of 255 = 38%

110
129
97

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

Portions of RGB colors in percentages

R + G + B = 110 + 129 + 97 = 336 (100%)
R 110 of 336 ~ 32.74%
G 129 of 336 ~ 38.39%
B 97 of 336 ~ 28.87'%

%32.74
%38.39
%28.87

CMYK color model

#6E8161 color CMYK value is (15,0,25,49).

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

CMYK: (15,0,25,49)
C15M0Y25K49 (15%, 0%, 25%, 49%)
(0.15 / 0.00 / 0.25 / 0.49)

CMYK percentages

%14.73
%0
%24.81
%49.41

Codes

Color #6E8161 in popluar color models

6E 81 61
RGB 110 129 97
HSL 96° 14.16% 44.31%
HSB/HSV 96° 24.81% 50.59%
CMYK 14.73% 0.00% 24.81%
49.41%

Color #6E8161 in popluar number systems.

HEX 6E 81 61
Decimal 110 129 97
Binary 1101110 10000001 1100001
Octal 156 201 141

Shades and tints

Shades of #6E8161

#6E8161
(110,129,97)
#647659
(100,118,89)
#5A6B51
(90,107,81)
#506049
(80,96,73)
#465541
(70,85,65)
#3C4A39
(60,74,57)
#323F31
(50,63,49)
#283429
(40,52,41)
#1E2921
(30,41,33)
#141E19
(20,30,25)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #6E8161

#6E8161
(110,129,97)
#7B8C6F
(123,140,111)
#88977D
(136,151,125)
#95A28B
(149,162,139)
#A2AD99
(162,173,153)
#AFB8A7
(175,184,167)
#BCC3B5
(188,195,181)
#C9CEC3
(201,206,195)
#D6D9D1
(214,217,209)
#E3E4DF
(227,228,223)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8161; }

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

This text font color is #6E8161.

Background Color

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

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

This div background color is #6E8161.

Border color

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

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

This div border color is #6E8161.

Opacity

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

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

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

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

This text has shadow with #6E8161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8161.

Preview

Color preview on black background

This text has color #6E8161 on black background.


Color preview on white background

This text has color #6E8161 on white background.


Black color preview on #6E8161 background

This text has black color on #6E8161 background.


White color preview on #6E8161 background

This text has white color on #6E8161 background.


Related colors

Complementary color

Complementary color for #hex is #917E9E.


I love getcolorcode.com

Triadic colors

1 #616E81 and #81616E with #6E8161 are triadic colors.

2 #61816E and #816E61 with #6E8161 are triadic colors.