COLOR #6E756E

HEX: #6E756E RGB: (110,117,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
117
110

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

Portions of RGB colors in percentages

R + G + B = 110 + 117 + 110 = 337 (100%)
R 110 of 337 ~ 32.64%
G 117 of 337 ~ 34.72%
B 110 of 337 ~ 32.64'%

%32.64
%34.72
%32.64

CMYK color model

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

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

CMYK: (6,0,6,54)
C6M0Y6K54 (6%, 0%, 6%, 54%)
(0.06 / 0.00 / 0.06 / 0.54)

CMYK percentages

%5.98
%0
%5.98
%54.12

Codes

Color #6E756E in popluar color models

6E 75 6E
RGB 110 117 110
HSL 120° 3.08% 44.51%
HSB/HSV 120° 5.98% 45.88%
CMYK 5.98% 0.00% 5.98%
54.12%

Color #6E756E in popluar number systems.

HEX 6E 75 6E
Decimal 110 117 110
Binary 1101110 1110101 1101110
Octal 156 165 156

Shades and tints

Shades of #6E756E

#6E756E
(110,117,110)
#646B64
(100,107,100)
#5A615A
(90,97,90)
#505750
(80,87,80)
#464D46
(70,77,70)
#3C433C
(60,67,60)
#323932
(50,57,50)
#282F28
(40,47,40)
#1E251E
(30,37,30)
#141B14
(20,27,20)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #6E756E

#6E756E
(110,117,110)
#7B817B
(123,129,123)
#888D88
(136,141,136)
#959995
(149,153,149)
#A2A5A2
(162,165,162)
#AFB1AF
(175,177,175)
#BCBDBC
(188,189,188)
#C9C9C9
(201,201,201)
#D6D5D6
(214,213,214)
#E3E1E3
(227,225,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E756E; }

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

This text font color is #6E756E.

Background Color

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

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

This div background color is #6E756E.

Border color

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

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

This div border color is #6E756E.

Opacity

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

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

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

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

This text has shadow with #6E756E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E756E.

Preview

Color preview on black background

This text has color #6E756E on black background.


Color preview on white background

This text has color #6E756E on white background.


Black color preview on #6E756E background

This text has black color on #6E756E background.


White color preview on #6E756E background

This text has white color on #6E756E background.


Related colors

Complementary color

Complementary color for #hex is #918A91.


I love getcolorcode.com

Triadic colors

1 #6E6E75 and #756E6E with #6E756E are triadic colors.

2 #6E756E and #756E6E with #6E756E are triadic colors.