COLOR #6E845D

HEX: #6E845D RGB: (110,132,93)

Color info

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

RGB color model

#6E845D color RGB value is (110,132,93).

RGB: (110,132,93) (43%, 52%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 93 of 255 = 36%

110
132
93

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

Portions of RGB colors in percentages

R + G + B = 110 + 132 + 93 = 335 (100%)
R 110 of 335 ~ 32.84%
G 132 of 335 ~ 39.4%
B 93 of 335 ~ 27.76'%

%32.84
%39.4
%27.76

CMYK color model

#6E845D color CMYK value is (17,0,30,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK: (17,0,30,48) C17M0Y30K48 (17%,0%,30%,48%) (0.17/0.00/0.30/0.48) 

CMYK percentages

%16.67
%0
%29.55
%48.24

Codes

Color #6E845D in popluar color models

6E 84 5D
RGB 110 132 93
HSL 94° 17.33% 44.12%
HSB/HSV 94° 29.55% 51.76%
CMYK 16.67% 0.00% 29.55%
48.24%

Color #6E845D in popluar number systems.

HEX 6E 84 5D
Decimal 110 132 93
Binary 1101110 10000100 1011101
Octal 156 204 135

Shades and tints

Shades of #6E845D

#6E845D
(110,132,93)
#647855
(100,120,85)
#5A6C4D
(90,108,77)
#506045
(80,96,69)
#46543D
(70,84,61)
#3C4835
(60,72,53)
#323C2D
(50,60,45)
#283025
(40,48,37)
#1E241D
(30,36,29)
#141815
(20,24,21)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #6E845D

#6E845D
(110,132,93)
#7B8F6B
(123,143,107)
#889A79
(136,154,121)
#95A587
(149,165,135)
#A2B095
(162,176,149)
#AFBBA3
(175,187,163)
#BCC6B1
(188,198,177)
#C9D1BF
(201,209,191)
#D6DCCD
(214,220,205)
#E3E7DB
(227,231,219)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E845D color. Also use rgb(110,132,93) instead hex code.

Text Font Color

.myTextColor { color: #6E845D; }

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

This text font color is #6E845D.

Background Color

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

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

This div background color is #6E845D.

Border color

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

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

This div border color is #6E845D.

Opacity

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

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

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

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

This text has shadow with #6E845D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E845D.

Preview

Color preview on black background

This text has color #6E845D on black background.


Color preview on white background

This text has color #6E845D on white background.


Black color preview on #6E845D background

This text has black color on #6E845D background.


White color preview on #6E845D background

This text has white color on #6E845D background.


Related colors

Complementary color

Complementary color for #hex is #917BA2.


I love getcolorcode.com

Triadic colors

1 #5D6E84 and #845D6E with #6E845D are triadic colors.

2 #5D846E and #846E5D with #6E845D are triadic colors.