COLOR #6E695C

HEX: #6E695C RGB: (110,105,92)

Color info

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

RGB color model

#6E695C color RGB value is (110,105,92).

RGB: (110,105,92) (43%, 41%, 36%)

RGB channels and saturation

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

110
105
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 92 = 307 (100%)
R 110 of 307 ~ 35.83%
G 105 of 307 ~ 34.2%
B 92 of 307 ~ 29.97'%

%35.83
%34.2
%29.97

CMYK color model

#6E695C color CMYK value is (0,5,16,57).

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

CMYK: (0,5,16,57)
C0M5Y16K57 (0%, 5%, 16%, 57%)
(0.00 / 0.05 / 0.16 / 0.57)

CMYK percentages

%0
%4.55
%16.36
%56.86

Codes

Color #6E695C in popluar color models

6E 69 5C
RGB 110 105 92
HSL 43° 8.91% 39.61%
HSB/HSV 43° 16.36% 43.14%
CMYK 0.00% 4.55% 16.36%
56.86%

Color #6E695C in popluar number systems.

HEX 6E 69 5C
Decimal 110 105 92
Binary 1101110 1101001 1011100
Octal 156 151 134

Shades and tints

Shades of #6E695C

#6E695C
(110,105,92)
#646054
(100,96,84)
#5A574C
(90,87,76)
#504E44
(80,78,68)
#46453C
(70,69,60)
#3C3C34
(60,60,52)
#32332C
(50,51,44)
#282A24
(40,42,36)
#1E211C
(30,33,28)
#141814
(20,24,20)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E695C

#6E695C
(110,105,92)
#7B766A
(123,118,106)
#888378
(136,131,120)
#959086
(149,144,134)
#A29D94
(162,157,148)
#AFAAA2
(175,170,162)
#BCB7B0
(188,183,176)
#C9C4BE
(201,196,190)
#D6D1CC
(214,209,204)
#E3DEDA
(227,222,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E695C; }

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

This text font color is #6E695C.

Background Color

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

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

This div background color is #6E695C.

Border color

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

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

This div border color is #6E695C.

Opacity

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

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

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

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

This text has shadow with #6E695C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E695C.

Preview

Color preview on black background

This text has color #6E695C on black background.


Color preview on white background

This text has color #6E695C on white background.


Black color preview on #6E695C background

This text has black color on #6E695C background.


White color preview on #6E695C background

This text has white color on #6E695C background.


Related colors

Complementary color

Complementary color for #hex is #9196A3.


I love getcolorcode.com

Triadic colors

1 #5C6E69 and #695C6E with #6E695C are triadic colors.

2 #5C696E and #696E5C with #6E695C are triadic colors.