COLOR #6E694C

HEX: #6E694C RGB: (110,105,76)

Color info

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

RGB color model

#6E694C color RGB value is (110,105,76).

RGB: (110,105,76) (43%, 41%, 30%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 76 of 255 = 30%

110
105
76

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 76 = 291 (100%)
R 110 of 291 ~ 37.8%
G 105 of 291 ~ 36.08%
B 76 of 291 ~ 26.12'%

%37.8
%36.08
%26.12

CMYK color model

#6E694C color CMYK value is (0,5,31,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK: (0,5,31,57) C0M5Y31K57 (0%,5%,31%,57%) (0.00/0.05/0.31/0.57) 

CMYK percentages

%0
%4.55
%30.91
%56.86

Codes

Color #6E694C in popluar color models

6E 69 4C
RGB 110 105 76
HSL 51° 18.28% 36.47%
HSB/HSV 51° 30.91% 43.14%
CMYK 0.00% 4.55% 30.91%
56.86%

Color #6E694C in popluar number systems.

HEX 6E 69 4C
Decimal 110 105 76
Binary 1101110 1101001 1001100
Octal 156 151 114

Shades and tints

Shades of #6E694C

#6E694C
(110,105,76)
#646046
(100,96,70)
#5A5740
(90,87,64)
#504E3A
(80,78,58)
#464534
(70,69,52)
#3C3C2E
(60,60,46)
#323328
(50,51,40)
#282A22
(40,42,34)
#1E211C
(30,33,28)
#141816
(20,24,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E694C

#6E694C
(110,105,76)
#7B765C
(123,118,92)
#88836C
(136,131,108)
#95907C
(149,144,124)
#A29D8C
(162,157,140)
#AFAA9C
(175,170,156)
#BCB7AC
(188,183,172)
#C9C4BC
(201,196,188)
#D6D1CC
(214,209,204)
#E3DEDC
(227,222,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E694C; }

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

This text font color is #6E694C.

Background Color

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

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

This div background color is #6E694C.

Border color

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

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

This div border color is #6E694C.

Opacity

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

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

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

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

This text has shadow with #6E694C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E694C.

Preview

Color preview on black background

This text has color #6E694C on black background.


Color preview on white background

This text has color #6E694C on white background.


Black color preview on #6E694C background

This text has black color on #6E694C background.


White color preview on #6E694C background

This text has white color on #6E694C background.


Related colors

Complementary color

Complementary color for #hex is #9196B3.


I love getcolorcode.com

Triadic colors

1 #4C6E69 and #694C6E with #6E694C are triadic colors.

2 #4C696E and #696E4C with #6E694C are triadic colors.