COLOR #6E694A

HEX: #6E694A RGB: (110,105,74)

Color info

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

RGB color model

#6E694A color RGB value is (110,105,74).

RGB: (110,105,74) (43%, 41%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 74 of 255 = 29%

110
105
74

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 74 = 289 (100%)
R 110 of 289 ~ 38.06%
G 105 of 289 ~ 36.33%
B 74 of 289 ~ 25.61'%

%38.06
%36.33
%25.61

CMYK color model

#6E694A color CMYK value is (0,5,33,57).

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

CMYK: (0,5,33,57)
C0M5Y33K57 (0%, 5%, 33%, 57%)
(0.00 / 0.05 / 0.33 / 0.57)

CMYK percentages

%0
%4.55
%32.73
%56.86

Codes

Color #6E694A in popluar color models

6E 69 4A
RGB 110 105 74
HSL 52° 19.57% 36.08%
HSB/HSV 52° 32.73% 43.14%
CMYK 0.00% 4.55% 32.73%
56.86%

Color #6E694A in popluar number systems.

HEX 6E 69 4A
Decimal 110 105 74
Binary 1101110 1101001 1001010
Octal 156 151 112

Shades and tints

Shades of #6E694A

#6E694A
(110,105,74)
#646044
(100,96,68)
#5A573E
(90,87,62)
#504E38
(80,78,56)
#464532
(70,69,50)
#3C3C2C
(60,60,44)
#323326
(50,51,38)
#282A20
(40,42,32)
#1E211A
(30,33,26)
#141814
(20,24,20)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E694A

#6E694A
(110,105,74)
#7B765A
(123,118,90)
#88836A
(136,131,106)
#95907A
(149,144,122)
#A29D8A
(162,157,138)
#AFAA9A
(175,170,154)
#BCB7AA
(188,183,170)
#C9C4BA
(201,196,186)
#D6D1CA
(214,209,202)
#E3DEDA
(227,222,218)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E694A; }

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

This text font color is #6E694A.

Background Color

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

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

This div background color is #6E694A.

Border color

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

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

This div border color is #6E694A.

Opacity

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

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

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

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

This text has shadow with #6E694A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E694A.

Preview

Color preview on black background

This text has color #6E694A on black background.


Color preview on white background

This text has color #6E694A on white background.


Black color preview on #6E694A background

This text has black color on #6E694A background.


White color preview on #6E694A background

This text has white color on #6E694A background.


Related colors

Complementary color

Complementary color for #hex is #9196B5.


I love getcolorcode.com

Triadic colors

1 #4A6E69 and #694A6E with #6E694A are triadic colors.

2 #4A696E and #696E4A with #6E694A are triadic colors.