COLOR #6E855C

HEX: #6E855C RGB: (110,133,92)

Color info

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

RGB color model

#6E855C color RGB value is (110,133,92).

RGB: (110,133,92) (43%, 52%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 92 of 255 = 36%

110
133
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 133 + 92 = 335 (100%)
R 110 of 335 ~ 32.84%
G 133 of 335 ~ 39.7%
B 92 of 335 ~ 27.46'%

%32.84
%39.7
%27.46

CMYK color model

#6E855C color CMYK value is (17,0,31,48).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 47.84%

CMYK: (17,0,31,48)
C17M0Y31K48 (17%, 0%, 31%, 48%)
(0.17 / 0.00 / 0.31 / 0.48)

CMYK percentages

%17.29
%0
%30.83
%47.84

Codes

Color #6E855C in popluar color models

6E 85 5C
RGB 110 133 92
HSL 94° 18.22% 44.12%
HSB/HSV 94° 30.83% 52.16%
CMYK 17.29% 0.00% 30.83%
47.84%

Color #6E855C in popluar number systems.

HEX 6E 85 5C
Decimal 110 133 92
Binary 1101110 10000101 1011100
Octal 156 205 134

Shades and tints

Shades of #6E855C

#6E855C
(110,133,92)
#647954
(100,121,84)
#5A6D4C
(90,109,76)
#506144
(80,97,68)
#46553C
(70,85,60)
#3C4934
(60,73,52)
#323D2C
(50,61,44)
#283124
(40,49,36)
#1E251C
(30,37,28)
#141914
(20,25,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E855C

#6E855C
(110,133,92)
#7B906A
(123,144,106)
#889B78
(136,155,120)
#95A686
(149,166,134)
#A2B194
(162,177,148)
#AFBCA2
(175,188,162)
#BCC7B0
(188,199,176)
#C9D2BE
(201,210,190)
#D6DDCC
(214,221,204)
#E3E8DA
(227,232,218)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E855C; }

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

This text font color is #6E855C.

Background Color

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

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

This div background color is #6E855C.

Border color

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

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

This div border color is #6E855C.

Opacity

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

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

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

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

This text has shadow with #6E855C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E855C.

Preview

Color preview on black background

This text has color #6E855C on black background.


Color preview on white background

This text has color #6E855C on white background.


Black color preview on #6E855C background

This text has black color on #6E855C background.


White color preview on #6E855C background

This text has white color on #6E855C background.


Related colors

Complementary color

Complementary color for #hex is #917AA3.


I love getcolorcode.com

Triadic colors

1 #5C6E85 and #855C6E with #6E855C are triadic colors.

2 #5C856E and #856E5C with #6E855C are triadic colors.