COLOR #6E695D

HEX: #6E695D
RGB: (110,105,93)

Color info

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

RGB color model

#6E695D color RGB value is (110,105,93).

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

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 93 of 255 = 36%

110
105
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 93 = 308 (100%)
R 110 of 308 ~ 35.71%
G 105 of 308 ~ 34.09%
B 93 of 308 ~ 30.19%

%35.71
%34.09
%30.19

CMYK color model

#6E695D color CMYK value is (0,5,15,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 15.45%
  • key color value is 56.86%
CMYK:
(0,5,15,57)
C0M5Y15K57 
(0%,5%,15%,57%)
(0.00/0.05/0.15/0.57)	

CMYK percentages

%0
%4.55
%15.45
%56.86

Codes

Color #6E695D in popluar color models

6E695D
RGB11010593
HSL42°8.37%39.80%
HSB/HSV42°15.45%43.14%
CMYK0.00%4.55%15.45%
56.86%

Color #6E695D in popluar number systems.

HEX6E695D
Decimal11010593
Binary110111011010011011101
Octal156151135

Shades and tints

Shades of #6E695D

#6E695D
(110,105,93)
#646055
(100,96,85)
#5A574D
(90,87,77)
#504E45
(80,78,69)
#46453D
(70,69,61)
#3C3C35
(60,60,53)
#32332D
(50,51,45)
#282A25
(40,42,37)
#1E211D
(30,33,29)
#141815
(20,24,21)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E695D

#6E695D
(110,105,93)
#7B766B
(123,118,107)
#888379
(136,131,121)
#959087
(149,144,135)
#A29D95
(162,157,149)
#AFAAA3
(175,170,163)
#BCB7B1
(188,183,177)
#C9C4BF
(201,196,191)
#D6D1CD
(214,209,205)
#E3DEDB
(227,222,219)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E695D; }

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

This text font color is #6E695D.


Background Color

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

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

This div background color is #6E695D.


Border color

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

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

This div border color is #6E695D.


Opacity

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

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

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

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

This text has shadow with #6E695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E695D on black background.


Color preview on white background

This text has color #6E695D on white background.



Black color preview on #6E695D background

This text has black color on #6E695D background.


White color preview on #6E695D background

This text has white color on #6E695D background.