COLOR #6E664D

HEX: #6E664D RGB: (110,102,77)

Color info

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

RGB color model

#6E664D color RGB value is (110,102,77).

RGB: (110,102,77) (43%, 40%, 30%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 77 of 255 = 30%

110
102
77

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

Portions of RGB colors in percentages

R + G + B = 110 + 102 + 77 = 289 (100%)
R 110 of 289 ~ 38.06%
G 102 of 289 ~ 35.29%
B 77 of 289 ~ 26.64'%

%38.06
%35.29
%26.64

CMYK color model

#6E664D color CMYK value is (0,7,30,57).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 30.00%
  • key color value is 56.86%

CMYK: (0,7,30,57)
C0M7Y30K57 (0%, 7%, 30%, 57%)
(0.00 / 0.07 / 0.30 / 0.57)

CMYK percentages

%0
%7.27
%30
%56.86

Codes

Color #6E664D in popluar color models

6E 66 4D
RGB 110 102 77
HSL 45° 17.65% 36.67%
HSB/HSV 45° 30.00% 43.14%
CMYK 0.00% 7.27% 30.00%
56.86%

Color #6E664D in popluar number systems.

HEX 6E 66 4D
Decimal 110 102 77
Binary 1101110 1100110 1001101
Octal 156 146 115

Shades and tints

Shades of #6E664D

#6E664D
(110,102,77)
#645D46
(100,93,70)
#5A543F
(90,84,63)
#504B38
(80,75,56)
#464231
(70,66,49)
#3C392A
(60,57,42)
#323023
(50,48,35)
#28271C
(40,39,28)
#1E1E15
(30,30,21)
#14150E
(20,21,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #6E664D

#6E664D
(110,102,77)
#7B735D
(123,115,93)
#88806D
(136,128,109)
#958D7D
(149,141,125)
#A29A8D
(162,154,141)
#AFA79D
(175,167,157)
#BCB4AD
(188,180,173)
#C9C1BD
(201,193,189)
#D6CECD
(214,206,205)
#E3DBDD
(227,219,221)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E664D; }

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

This text font color is #6E664D.

Background Color

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

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

This div background color is #6E664D.

Border color

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

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

This div border color is #6E664D.

Opacity

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

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

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

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

This text has shadow with #6E664D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E664D.

Preview

Color preview on black background

This text has color #6E664D on black background.


Color preview on white background

This text has color #6E664D on white background.


Black color preview on #6E664D background

This text has black color on #6E664D background.


White color preview on #6E664D background

This text has white color on #6E664D background.


Related colors

Complementary color

Complementary color for #hex is #9199B2.


I love getcolorcode.com

Triadic colors

1 #4D6E66 and #664D6E with #6E664D are triadic colors.

2 #4D666E and #666E4D with #6E664D are triadic colors.