COLOR #6E655F

HEX: #6E655F RGB: (110,101,95)

Color info

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

RGB color model

#6E655F color RGB value is (110,101,95).

RGB: (110,101,95) (43%, 40%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 95 of 255 = 37%

110
101
95

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

Portions of RGB colors in percentages

R + G + B = 110 + 101 + 95 = 306 (100%)
R 110 of 306 ~ 35.95%
G 101 of 306 ~ 33.01%
B 95 of 306 ~ 31.05'%

%35.95
%33.01
%31.05

CMYK color model

#6E655F color CMYK value is (0,8,14,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 13.64%
  • key color value is 56.86%

CMYK: (0,8,14,57)
C0M8Y14K57 (0%, 8%, 14%, 57%)
(0.00 / 0.08 / 0.14 / 0.57)

CMYK percentages

%0
%8.18
%13.64
%56.86

Codes

Color #6E655F in popluar color models

6E 65 5F
RGB 110 101 95
HSL 24° 7.32% 40.20%
HSB/HSV 24° 13.64% 43.14%
CMYK 0.00% 8.18% 13.64%
56.86%

Color #6E655F in popluar number systems.

HEX 6E 65 5F
Decimal 110 101 95
Binary 1101110 1100101 1011111
Octal 156 145 137

Shades and tints

Shades of #6E655F

#6E655F
(110,101,95)
#645C57
(100,92,87)
#5A534F
(90,83,79)
#504A47
(80,74,71)
#46413F
(70,65,63)
#3C3837
(60,56,55)
#322F2F
(50,47,47)
#282627
(40,38,39)
#1E1D1F
(30,29,31)
#141417
(20,20,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E655F

#6E655F
(110,101,95)
#7B736D
(123,115,109)
#88817B
(136,129,123)
#958F89
(149,143,137)
#A29D97
(162,157,151)
#AFABA5
(175,171,165)
#BCB9B3
(188,185,179)
#C9C7C1
(201,199,193)
#D6D5CF
(214,213,207)
#E3E3DD
(227,227,221)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E655F; }

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

This text font color is #6E655F.

Background Color

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

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

This div background color is #6E655F.

Border color

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

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

This div border color is #6E655F.

Opacity

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

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

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

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

This text has shadow with #6E655F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E655F.

Preview

Color preview on black background

This text has color #6E655F on black background.


Color preview on white background

This text has color #6E655F on white background.


Black color preview on #6E655F background

This text has black color on #6E655F background.


White color preview on #6E655F background

This text has white color on #6E655F background.


Related colors

Complementary color

Complementary color for #hex is #919AA0.


I love getcolorcode.com

Triadic colors

1 #5F6E65 and #655F6E with #6E655F are triadic colors.

2 #5F656E and #656E5F with #6E655F are triadic colors.