COLOR #6E5C65

HEX: #6E5C65 RGB: (110,92,101)

Color info

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

RGB color model

#6E5C65 color RGB value is (110,92,101).

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

RGB channels and saturation

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

110
92
101

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

Portions of RGB colors in percentages

R + G + B = 110 + 92 + 101 = 303 (100%)
R 110 of 303 ~ 36.3%
G 92 of 303 ~ 30.36%
B 101 of 303 ~ 33.33'%

%36.3
%30.36
%33.33

CMYK color model

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

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

CMYK: (0,16,8,57)
C0M16Y8K57 (0%, 16%, 8%, 57%)
(0.00 / 0.16 / 0.08 / 0.57)

CMYK percentages

%0
%16.36
%8.18
%56.86

Codes

Color #6E5C65 in popluar color models

6E 5C 65
RGB 110 92 101
HSL 330° 8.91% 39.61%
HSB/HSV 330° 16.36% 43.14%
CMYK 0.00% 16.36% 8.18%
56.86%

Color #6E5C65 in popluar number systems.

HEX 6E 5C 65
Decimal 110 92 101
Binary 1101110 1011100 1100101
Octal 156 134 145

Shades and tints

Shades of #6E5C65

#6E5C65
(110,92,101)
#64545C
(100,84,92)
#5A4C53
(90,76,83)
#50444A
(80,68,74)
#463C41
(70,60,65)
#3C3438
(60,52,56)
#322C2F
(50,44,47)
#282426
(40,36,38)
#1E1C1D
(30,28,29)
#141414
(20,20,20)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #6E5C65

#6E5C65
(110,92,101)
#7B6A73
(123,106,115)
#887881
(136,120,129)
#95868F
(149,134,143)
#A2949D
(162,148,157)
#AFA2AB
(175,162,171)
#BCB0B9
(188,176,185)
#C9BEC7
(201,190,199)
#D6CCD5
(214,204,213)
#E3DAE3
(227,218,227)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5C65; }

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

This text font color is #6E5C65.

Background Color

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

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

This div background color is #6E5C65.

Border color

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

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

This div border color is #6E5C65.

Opacity

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

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

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

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

This text has shadow with #6E5C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5C65.

Preview

Color preview on black background

This text has color #6E5C65 on black background.


Color preview on white background

This text has color #6E5C65 on white background.


Black color preview on #6E5C65 background

This text has black color on #6E5C65 background.


White color preview on #6E5C65 background

This text has white color on #6E5C65 background.


Related colors

Complementary color

Complementary color for #hex is #91A39A.


I love getcolorcode.com

Triadic colors

1 #656E5C and #5C656E with #6E5C65 are triadic colors.

2 #655C6E and #5C6E65 with #6E5C65 are triadic colors.