COLOR #6E6A4D

HEX: #6E6A4D RGB: (110,106,77)

Color info

#6E6A4D contains red, green and blue colors in about the same proportion. Web safe color of #6E6A4D is #666633 (or #663).

RGB color model

#6E6A4D color RGB value is (110,106,77).

RGB: (110,106,77) (43%, 42%, 30%)

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 77 of 255 = 30%

110
106
77

R + G + B ~ 38%. #6E6A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 106 + 77 = 293 (100%)
R 110 of 293 ~ 37.54%
G 106 of 293 ~ 36.18%
B 77 of 293 ~ 26.28'%

%37.54
%36.18
%26.28

CMYK color model

#6E6A4D color CMYK value is (0,4,30,57).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK: (0,4,30,57) C0M4Y30K57 (0%,4%,30%,57%) (0.00/0.04/0.30/0.57) 

CMYK percentages

%0
%3.64
%30
%56.86

Codes

Color #6E6A4D in popluar color models

6E 6A 4D
RGB 110 106 77
HSL 53° 17.65% 36.67%
HSB/HSV 53° 30.00% 43.14%
CMYK 0.00% 3.64% 30.00%
56.86%

Color #6E6A4D in popluar number systems.

HEX 6E 6A 4D
Decimal 110 106 77
Binary 1101110 1101010 1001101
Octal 156 152 115

Shades and tints

Shades of #6E6A4D

#6E6A4D
(110,106,77)
#646146
(100,97,70)
#5A583F
(90,88,63)
#504F38
(80,79,56)
#464631
(70,70,49)
#3C3D2A
(60,61,42)
#323423
(50,52,35)
#282B1C
(40,43,28)
#1E2215
(30,34,21)
#14190E
(20,25,14)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #6E6A4D

#6E6A4D
(110,106,77)
#7B775D
(123,119,93)
#88846D
(136,132,109)
#95917D
(149,145,125)
#A29E8D
(162,158,141)
#AFAB9D
(175,171,157)
#BCB8AD
(188,184,173)
#C9C5BD
(201,197,189)
#D6D2CD
(214,210,205)
#E3DFDD
(227,223,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6A4D color. Also use rgb(110,106,77) instead hex code.

Text Font Color

.myTextColor { color: #6E6A4D; }

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

This text font color is #6E6A4D.

Background Color

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

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

This div background color is #6E6A4D.

Border color

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

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

This div border color is #6E6A4D.

Opacity

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

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

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

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

This text has shadow with #6E6A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6A4D.

Preview

Color preview on black background

This text has color #6E6A4D on black background.


Color preview on white background

This text has color #6E6A4D on white background.


Black color preview on #6E6A4D background

This text has black color on #6E6A4D background.


White color preview on #6E6A4D background

This text has white color on #6E6A4D background.


Related colors

Complementary color

Complementary color for #hex is #9195B2.


I love getcolorcode.com

Triadic colors

1 #4D6E6A and #6A4D6E with #6E6A4D are triadic colors.

2 #4D6A6E and #6A6E4D with #6E6A4D are triadic colors.