COLOR #6E675C

HEX: #6E675C RGB: (110,103,92)

Color info

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

RGB color model

#6E675C color RGB value is (110,103,92).

RGB: (110,103,92) (43%, 40%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 92 of 255 = 36%

110
103
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 103 + 92 = 305 (100%)
R 110 of 305 ~ 36.07%
G 103 of 305 ~ 33.77%
B 92 of 305 ~ 30.16'%

%36.07
%33.77
%30.16

CMYK color model

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

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

CMYK: (0,6,16,57)
C0M6Y16K57 (0%, 6%, 16%, 57%)
(0.00 / 0.06 / 0.16 / 0.57)

CMYK percentages

%0
%6.36
%16.36
%56.86

Codes

Color #6E675C in popluar color models

6E 67 5C
RGB 110 103 92
HSL 37° 8.91% 39.61%
HSB/HSV 37° 16.36% 43.14%
CMYK 0.00% 6.36% 16.36%
56.86%

Color #6E675C in popluar number systems.

HEX 6E 67 5C
Decimal 110 103 92
Binary 1101110 1100111 1011100
Octal 156 147 134

Shades and tints

Shades of #6E675C

#6E675C
(110,103,92)
#645E54
(100,94,84)
#5A554C
(90,85,76)
#504C44
(80,76,68)
#46433C
(70,67,60)
#3C3A34
(60,58,52)
#32312C
(50,49,44)
#282824
(40,40,36)
#1E1F1C
(30,31,28)
#141614
(20,22,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E675C

#6E675C
(110,103,92)
#7B746A
(123,116,106)
#888178
(136,129,120)
#958E86
(149,142,134)
#A29B94
(162,155,148)
#AFA8A2
(175,168,162)
#BCB5B0
(188,181,176)
#C9C2BE
(201,194,190)
#D6CFCC
(214,207,204)
#E3DCDA
(227,220,218)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E675C; }

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

This text font color is #6E675C.

Background Color

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

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

This div background color is #6E675C.

Border color

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

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

This div border color is #6E675C.

Opacity

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

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

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

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

This text has shadow with #6E675C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E675C.

Preview

Color preview on black background

This text has color #6E675C on black background.


Color preview on white background

This text has color #6E675C on white background.


Black color preview on #6E675C background

This text has black color on #6E675C background.


White color preview on #6E675C background

This text has white color on #6E675C background.


Related colors

Complementary color

Complementary color for #hex is #9198A3.


I love getcolorcode.com

Triadic colors

1 #5C6E67 and #675C6E with #6E675C are triadic colors.

2 #5C676E and #676E5C with #6E675C are triadic colors.