COLOR #6E6D65

HEX: #6E6D65
RGB: (110,109,101)

Color info

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

RGB color model

#6E6D65 color RGB value is (110,109,101).

  • red value is 110;
  • green value is 109;
  • blue value is 101.
RGB:
(110,109,101)
(43%,43%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 109 of 255 = 43%
B 101 of 255 = 40%

110
109
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 109 + 101 = 320 (100%)
R 110 of 320 ~ 34.38%
G 109 of 320 ~ 34.06%
B 101 of 320 ~ 31.56%

%34.38
%34.06
%31.56

CMYK color model

#6E6D65 color CMYK value is (0,1,8,57).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,1,8,57)
C0M1Y8K57 
(0%,1%,8%,57%)
(0.00/0.01/0.08/0.57)	

CMYK percentages

%0
%0.91
%8.18
%56.86

Codes

Color #6E6D65 in popluar color models

6E6D65
RGB110109101
HSL53°4.27%41.37%
HSB/HSV53°8.18%43.14%
CMYK0.00%0.91%8.18%
56.86%

Color #6E6D65 in popluar number systems.

HEX6E6D65
Decimal110109101
Binary110111011011011100101
Octal156155145

Shades and tints

Shades of #6E6D65

#6E6D65
(110,109,101)
#64645C
(100,100,92)
#5A5B53
(90,91,83)
#50524A
(80,82,74)
#464941
(70,73,65)
#3C4038
(60,64,56)
#32372F
(50,55,47)
#282E26
(40,46,38)
#1E251D
(30,37,29)
#141C14
(20,28,20)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #6E6D65

#6E6D65
(110,109,101)
#7B7A73
(123,122,115)
#888781
(136,135,129)
#95948F
(149,148,143)
#A2A19D
(162,161,157)
#AFAEAB
(175,174,171)
#BCBBB9
(188,187,185)
#C9C8C7
(201,200,199)
#D6D5D5
(214,213,213)
#E3E2E3
(227,226,227)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6D65; }

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

This text font color is #6E6D65.


Background Color

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

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

This div background color is #6E6D65.


Border color

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

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

This div border color is #6E6D65.


Opacity

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

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

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

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

This text has shadow with #6E6D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6D65 on black background.


Color preview on white background

This text has color #6E6D65 on white background.



Black color preview on #6E6D65 background

This text has black color on #6E6D65 background.


White color preview on #6E6D65 background

This text has white color on #6E6D65 background.