COLOR #6E694E

HEX: #6E694E RGB: (110,105,78)

Color info

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

RGB color model

#6E694E color RGB value is (110,105,78).

RGB: (110,105,78) (43%, 41%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 78 of 255 = 31%

110
105
78

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 78 = 293 (100%)
R 110 of 293 ~ 37.54%
G 105 of 293 ~ 35.84%
B 78 of 293 ~ 26.62'%

%37.54
%35.84
%26.62

CMYK color model

#6E694E color CMYK value is (0,5,29,57).

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

CMYK: (0,5,29,57)
C0M5Y29K57 (0%, 5%, 29%, 57%)
(0.00 / 0.05 / 0.29 / 0.57)

CMYK percentages

%0
%4.55
%29.09
%56.86

Codes

Color #6E694E in popluar color models

6E 69 4E
RGB 110 105 78
HSL 51° 17.02% 36.86%
HSB/HSV 51° 29.09% 43.14%
CMYK 0.00% 4.55% 29.09%
56.86%

Color #6E694E in popluar number systems.

HEX 6E 69 4E
Decimal 110 105 78
Binary 1101110 1101001 1001110
Octal 156 151 116

Shades and tints

Shades of #6E694E

#6E694E
(110,105,78)
#646047
(100,96,71)
#5A5740
(90,87,64)
#504E39
(80,78,57)
#464532
(70,69,50)
#3C3C2B
(60,60,43)
#323324
(50,51,36)
#282A1D
(40,42,29)
#1E2116
(30,33,22)
#14180F
(20,24,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #6E694E

#6E694E
(110,105,78)
#7B765E
(123,118,94)
#88836E
(136,131,110)
#95907E
(149,144,126)
#A29D8E
(162,157,142)
#AFAA9E
(175,170,158)
#BCB7AE
(188,183,174)
#C9C4BE
(201,196,190)
#D6D1CE
(214,209,206)
#E3DEDE
(227,222,222)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E694E; }

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

This text font color is #6E694E.

Background Color

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

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

This div background color is #6E694E.

Border color

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

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

This div border color is #6E694E.

Opacity

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

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

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

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

This text has shadow with #6E694E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E694E.

Preview

Color preview on black background

This text has color #6E694E on black background.


Color preview on white background

This text has color #6E694E on white background.


Black color preview on #6E694E background

This text has black color on #6E694E background.


White color preview on #6E694E background

This text has white color on #6E694E background.


Related colors

Complementary color

Complementary color for #hex is #9196B1.


I love getcolorcode.com

Triadic colors

1 #4E6E69 and #694E6E with #6E694E are triadic colors.

2 #4E696E and #696E4E with #6E694E are triadic colors.