COLOR #6E775B

HEX: #6E775B RGB: (110,119,91)

Color info

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

RGB color model

#6E775B color RGB value is (110,119,91).

RGB: (110,119,91) (43%, 47%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 91 of 255 = 36%

110
119
91

R + G + B ~ 42%. #6E775B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 119 + 91 = 320 (100%)
R 110 of 320 ~ 34.38%
G 119 of 320 ~ 37.19%
B 91 of 320 ~ 28.44'%

%34.38
%37.19
%28.44

CMYK color model

#6E775B color CMYK value is (8,0,24,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%

CMYK: (8,0,24,53)
C8M0Y24K53 (8%, 0%, 24%, 53%)
(0.08 / 0.00 / 0.24 / 0.53)

CMYK percentages

%7.56
%0
%23.53
%53.33

Codes

Color #6E775B in popluar color models

6E 77 5B
RGB 110 119 91
HSL 79° 13.33% 41.18%
HSB/HSV 79° 23.53% 46.67%
CMYK 7.56% 0.00% 23.53%
53.33%

Color #6E775B in popluar number systems.

HEX 6E 77 5B
Decimal 110 119 91
Binary 1101110 1110111 1011011
Octal 156 167 133

Shades and tints

Shades of #6E775B

#6E775B
(110,119,91)
#646D53
(100,109,83)
#5A634B
(90,99,75)
#505943
(80,89,67)
#464F3B
(70,79,59)
#3C4533
(60,69,51)
#323B2B
(50,59,43)
#283123
(40,49,35)
#1E271B
(30,39,27)
#141D13
(20,29,19)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #6E775B

#6E775B
(110,119,91)
#7B8369
(123,131,105)
#888F77
(136,143,119)
#959B85
(149,155,133)
#A2A793
(162,167,147)
#AFB3A1
(175,179,161)
#BCBFAF
(188,191,175)
#C9CBBD
(201,203,189)
#D6D7CB
(214,215,203)
#E3E3D9
(227,227,217)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E775B color. Also use rgb(110,119,91) instead hex code.

Text Font Color

.myTextColor { color: #6E775B; }

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

This text font color is #6E775B.

Background Color

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

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

This div background color is #6E775B.

Border color

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

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

This div border color is #6E775B.

Opacity

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

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

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

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

This text has shadow with #6E775B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E775B.

Preview

Color preview on black background

This text has color #6E775B on black background.


Color preview on white background

This text has color #6E775B on white background.


Black color preview on #6E775B background

This text has black color on #6E775B background.


White color preview on #6E775B background

This text has white color on #6E775B background.


Related colors

Complementary color

Complementary color for #hex is #9188A4.


I love getcolorcode.com

Triadic colors

1 #5B6E77 and #775B6E with #6E775B are triadic colors.

2 #5B776E and #776E5B with #6E775B are triadic colors.