COLOR #6E755E

HEX: #6E755E RGB: (110,117,94)

Color info

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

RGB color model

#6E755E color RGB value is (110,117,94).

RGB: (110,117,94) (43%, 46%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 94 of 255 = 37%

110
117
94

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

Portions of RGB colors in percentages

R + G + B = 110 + 117 + 94 = 321 (100%)
R 110 of 321 ~ 34.27%
G 117 of 321 ~ 36.45%
B 94 of 321 ~ 29.28'%

%34.27
%36.45
%29.28

CMYK color model

#6E755E color CMYK value is (6,0,20,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 19.66%
  • key color value is 54.12%

CMYK: (6,0,20,54)
C6M0Y20K54 (6%, 0%, 20%, 54%)
(0.06 / 0.00 / 0.20 / 0.54)

CMYK percentages

%5.98
%0
%19.66
%54.12

Codes

Color #6E755E in popluar color models

6E 75 5E
RGB 110 117 94
HSL 78° 10.90% 41.37%
HSB/HSV 78° 19.66% 45.88%
CMYK 5.98% 0.00% 19.66%
54.12%

Color #6E755E in popluar number systems.

HEX 6E 75 5E
Decimal 110 117 94
Binary 1101110 1110101 1011110
Octal 156 165 136

Shades and tints

Shades of #6E755E

#6E755E
(110,117,94)
#646B56
(100,107,86)
#5A614E
(90,97,78)
#505746
(80,87,70)
#464D3E
(70,77,62)
#3C4336
(60,67,54)
#32392E
(50,57,46)
#282F26
(40,47,38)
#1E251E
(30,37,30)
#141B16
(20,27,22)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #6E755E

#6E755E
(110,117,94)
#7B816C
(123,129,108)
#888D7A
(136,141,122)
#959988
(149,153,136)
#A2A596
(162,165,150)
#AFB1A4
(175,177,164)
#BCBDB2
(188,189,178)
#C9C9C0
(201,201,192)
#D6D5CE
(214,213,206)
#E3E1DC
(227,225,220)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E755E color. Also use rgb(110,117,94) instead hex code.

Text Font Color

.myTextColor { color: #6E755E; }

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

This text font color is #6E755E.

Background Color

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

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

This div background color is #6E755E.

Border color

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

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

This div border color is #6E755E.

Opacity

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

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

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

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

This text has shadow with #6E755E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E755E.

Preview

Color preview on black background

This text has color #6E755E on black background.


Color preview on white background

This text has color #6E755E on white background.


Black color preview on #6E755E background

This text has black color on #6E755E background.


White color preview on #6E755E background

This text has white color on #6E755E background.


Related colors

Complementary color

Complementary color for #hex is #918AA1.


I love getcolorcode.com

Triadic colors

1 #5E6E75 and #755E6E with #6E755E are triadic colors.

2 #5E756E and #756E5E with #6E755E are triadic colors.