COLOR #6E815C

HEX: #6E815C RGB: (110,129,92)

Color info

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

RGB color model

#6E815C color RGB value is (110,129,92).

RGB: (110,129,92) (43%, 51%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 92 of 255 = 36%

110
129
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 129 + 92 = 331 (100%)
R 110 of 331 ~ 33.23%
G 129 of 331 ~ 38.97%
B 92 of 331 ~ 27.79'%

%33.23
%38.97
%27.79

CMYK color model

#6E815C color CMYK value is (15,0,29,49).

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

CMYK: (15,0,29,49)
C15M0Y29K49 (15%, 0%, 29%, 49%)
(0.15 / 0.00 / 0.29 / 0.49)

CMYK percentages

%14.73
%0
%28.68
%49.41

Codes

Color #6E815C in popluar color models

6E 81 5C
RGB 110 129 92
HSL 91° 16.74% 43.33%
HSB/HSV 91° 28.68% 50.59%
CMYK 14.73% 0.00% 28.68%
49.41%

Color #6E815C in popluar number systems.

HEX 6E 81 5C
Decimal 110 129 92
Binary 1101110 10000001 1011100
Octal 156 201 134

Shades and tints

Shades of #6E815C

#6E815C
(110,129,92)
#647654
(100,118,84)
#5A6B4C
(90,107,76)
#506044
(80,96,68)
#46553C
(70,85,60)
#3C4A34
(60,74,52)
#323F2C
(50,63,44)
#283424
(40,52,36)
#1E291C
(30,41,28)
#141E14
(20,30,20)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #6E815C

#6E815C
(110,129,92)
#7B8C6A
(123,140,106)
#889778
(136,151,120)
#95A286
(149,162,134)
#A2AD94
(162,173,148)
#AFB8A2
(175,184,162)
#BCC3B0
(188,195,176)
#C9CEBE
(201,206,190)
#D6D9CC
(214,217,204)
#E3E4DA
(227,228,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E815C; }

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

This text font color is #6E815C.

Background Color

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

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

This div background color is #6E815C.

Border color

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

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

This div border color is #6E815C.

Opacity

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

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

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

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

This text has shadow with #6E815C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E815C.

Preview

Color preview on black background

This text has color #6E815C on black background.


Color preview on white background

This text has color #6E815C on white background.


Black color preview on #6E815C background

This text has black color on #6E815C background.


White color preview on #6E815C background

This text has white color on #6E815C background.


Related colors

Complementary color

Complementary color for #hex is #917EA3.


I love getcolorcode.com

Triadic colors

1 #5C6E81 and #815C6E with #6E815C are triadic colors.

2 #5C816E and #816E5C with #6E815C are triadic colors.