COLOR #6E664E

HEX: #6E664E RGB: (110,102,78)

Color info

#6E664E contains red, green and blue colors in about the same proportion. Web safe color of #6E664E is #666666 (or #666).

RGB color model

#6E664E color RGB value is (110,102,78).

RGB: (110,102,78) (43%, 40%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 78 of 255 = 31%

110
102
78

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

Portions of RGB colors in percentages

R + G + B = 110 + 102 + 78 = 290 (100%)
R 110 of 290 ~ 37.93%
G 102 of 290 ~ 35.17%
B 78 of 290 ~ 26.9'%

%37.93
%35.17
%26.9

CMYK color model

#6E664E color CMYK value is (0,7,29,57).

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

CMYK: (0,7,29,57)
C0M7Y29K57 (0%, 7%, 29%, 57%)
(0.00 / 0.07 / 0.29 / 0.57)

CMYK percentages

%0
%7.27
%29.09
%56.86

Codes

Color #6E664E in popluar color models

6E 66 4E
RGB 110 102 78
HSL 45° 17.02% 36.86%
HSB/HSV 45° 29.09% 43.14%
CMYK 0.00% 7.27% 29.09%
56.86%

Color #6E664E in popluar number systems.

HEX 6E 66 4E
Decimal 110 102 78
Binary 1101110 1100110 1001110
Octal 156 146 116

Shades and tints

Shades of #6E664E

#6E664E
(110,102,78)
#645D47
(100,93,71)
#5A5440
(90,84,64)
#504B39
(80,75,57)
#464232
(70,66,50)
#3C392B
(60,57,43)
#323024
(50,48,36)
#28271D
(40,39,29)
#1E1E16
(30,30,22)
#14150F
(20,21,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #6E664E

#6E664E
(110,102,78)
#7B735E
(123,115,94)
#88806E
(136,128,110)
#958D7E
(149,141,126)
#A29A8E
(162,154,142)
#AFA79E
(175,167,158)
#BCB4AE
(188,180,174)
#C9C1BE
(201,193,190)
#D6CECE
(214,206,206)
#E3DBDE
(227,219,222)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E664E; }

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

This text font color is #6E664E.

Background Color

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

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

This div background color is #6E664E.

Border color

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

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

This div border color is #6E664E.

Opacity

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

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

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

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

This text has shadow with #6E664E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E664E.

Preview

Color preview on black background

This text has color #6E664E on black background.


Color preview on white background

This text has color #6E664E on white background.


Black color preview on #6E664E background

This text has black color on #6E664E background.


White color preview on #6E664E background

This text has white color on #6E664E background.


Related colors

Complementary color

Complementary color for #hex is #9199B1.


I love getcolorcode.com

Triadic colors

1 #4E6E66 and #664E6E with #6E664E are triadic colors.

2 #4E666E and #666E4E with #6E664E are triadic colors.