COLOR #6E695F

HEX: #6E695F RGB: (110,105,95)

Color info

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

RGB color model

#6E695F color RGB value is (110,105,95).

RGB: (110,105,95) (43%, 41%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 95 of 255 = 37%

110
105
95

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 95 = 310 (100%)
R 110 of 310 ~ 35.48%
G 105 of 310 ~ 33.87%
B 95 of 310 ~ 30.65'%

%35.48
%33.87
%30.65

CMYK color model

#6E695F color CMYK value is (0,5,14,57).

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

CMYK: (0,5,14,57)
C0M5Y14K57 (0%, 5%, 14%, 57%)
(0.00 / 0.05 / 0.14 / 0.57)

CMYK percentages

%0
%4.55
%13.64
%56.86

Codes

Color #6E695F in popluar color models

6E 69 5F
RGB 110 105 95
HSL 40° 7.32% 40.20%
HSB/HSV 40° 13.64% 43.14%
CMYK 0.00% 4.55% 13.64%
56.86%

Color #6E695F in popluar number systems.

HEX 6E 69 5F
Decimal 110 105 95
Binary 1101110 1101001 1011111
Octal 156 151 137

Shades and tints

Shades of #6E695F

#6E695F
(110,105,95)
#646057
(100,96,87)
#5A574F
(90,87,79)
#504E47
(80,78,71)
#46453F
(70,69,63)
#3C3C37
(60,60,55)
#32332F
(50,51,47)
#282A27
(40,42,39)
#1E211F
(30,33,31)
#141817
(20,24,23)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E695F

#6E695F
(110,105,95)
#7B766D
(123,118,109)
#88837B
(136,131,123)
#959089
(149,144,137)
#A29D97
(162,157,151)
#AFAAA5
(175,170,165)
#BCB7B3
(188,183,179)
#C9C4C1
(201,196,193)
#D6D1CF
(214,209,207)
#E3DEDD
(227,222,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E695F; }

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

This text font color is #6E695F.

Background Color

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

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

This div background color is #6E695F.

Border color

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

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

This div border color is #6E695F.

Opacity

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

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

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

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

This text has shadow with #6E695F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E695F.

Preview

Color preview on black background

This text has color #6E695F on black background.


Color preview on white background

This text has color #6E695F on white background.


Black color preview on #6E695F background

This text has black color on #6E695F background.


White color preview on #6E695F background

This text has white color on #6E695F background.


Related colors

Complementary color

Complementary color for #hex is #9196A0.


I love getcolorcode.com

Triadic colors

1 #5F6E69 and #695F6E with #6E695F are triadic colors.

2 #5F696E and #696E5F with #6E695F are triadic colors.