COLOR #6E655D

HEX: #6E655D
RGB: (110,101,93)

Color info

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

RGB color model

#6E655D color RGB value is (110,101,93).

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

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 93 of 255 = 36%

110
101
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 93 = 304 (100%)
R 110 of 304 ~ 36.18%
G 101 of 304 ~ 33.22%
B 93 of 304 ~ 30.59%

%36.18
%33.22
%30.59

CMYK color model

#6E655D color CMYK value is (0,8,15,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 15.45%
  • key color value is 56.86%
CMYK:
(0,8,15,57)
C0M8Y15K57 
(0%,8%,15%,57%)
(0.00/0.08/0.15/0.57)	

CMYK percentages

%0
%8.18
%15.45
%56.86

Codes

Color #6E655D in popluar color models

6E655D
RGB11010193
HSL28°8.37%39.80%
HSB/HSV28°15.45%43.14%
CMYK0.00%8.18%15.45%
56.86%

Color #6E655D in popluar number systems.

HEX6E655D
Decimal11010193
Binary110111011001011011101
Octal156145135

Shades and tints

Shades of #6E655D

#6E655D
(110,101,93)
#645C55
(100,92,85)
#5A534D
(90,83,77)
#504A45
(80,74,69)
#46413D
(70,65,61)
#3C3835
(60,56,53)
#322F2D
(50,47,45)
#282625
(40,38,37)
#1E1D1D
(30,29,29)
#141415
(20,20,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E655D

#6E655D
(110,101,93)
#7B736B
(123,115,107)
#888179
(136,129,121)
#958F87
(149,143,135)
#A29D95
(162,157,149)
#AFABA3
(175,171,163)
#BCB9B1
(188,185,177)
#C9C7BF
(201,199,191)
#D6D5CD
(214,213,205)
#E3E3DB
(227,227,219)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E655D; }

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

This text font color is #6E655D.


Background Color

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

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

This div background color is #6E655D.


Border color

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

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

This div border color is #6E655D.


Opacity

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

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

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

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

This text has shadow with #6E655D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E655D on black background.


Color preview on white background

This text has color #6E655D on white background.



Black color preview on #6E655D background

This text has black color on #6E655D background.


White color preview on #6E655D background

This text has white color on #6E655D background.