COLOR #6E6553

HEX: #6E6553
RGB: (110,101,83)

Color info

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

RGB color model

#6E6553 color RGB value is (110,101,83).

  • red value is 110;
  • green value is 101;
  • blue value is 83.
RGB:
(110,101,83)
(43%,40%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 83 of 255 = 33%

110
101
83

R + G + B ~ 39%. #6E6553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 83 = 294 (100%)
R 110 of 294 ~ 37.41%
G 101 of 294 ~ 34.35%
B 83 of 294 ~ 28.23%

%37.41
%34.35
%28.23

CMYK color model

#6E6553 color CMYK value is (0,8,25,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,8,25,57)
C0M8Y25K57 
(0%,8%,25%,57%)
(0.00/0.08/0.25/0.57)	

CMYK percentages

%0
%8.18
%24.55
%56.86

Codes

Color #6E6553 in popluar color models

6E6553
RGB11010183
HSL40°13.99%37.84%
HSB/HSV40°24.55%43.14%
CMYK0.00%8.18%24.55%
56.86%

Color #6E6553 in popluar number systems.

HEX6E6553
Decimal11010183
Binary110111011001011010011
Octal156145123

Shades and tints

Shades of #6E6553

#6E6553
(110,101,83)
#645C4C
(100,92,76)
#5A5345
(90,83,69)
#504A3E
(80,74,62)
#464137
(70,65,55)
#3C3830
(60,56,48)
#322F29
(50,47,41)
#282622
(40,38,34)
#1E1D1B
(30,29,27)
#141414
(20,20,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E6553

#6E6553
(110,101,83)
#7B7362
(123,115,98)
#888171
(136,129,113)
#958F80
(149,143,128)
#A29D8F
(162,157,143)
#AFAB9E
(175,171,158)
#BCB9AD
(188,185,173)
#C9C7BC
(201,199,188)
#D6D5CB
(214,213,203)
#E3E3DA
(227,227,218)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6553; }

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

This text font color is #6E6553.


Background Color

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

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

This div background color is #6E6553.


Border color

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

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

This div border color is #6E6553.


Opacity

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

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

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

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

This text has shadow with #6E6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6553 on black background.


Color preview on white background

This text has color #6E6553 on white background.



Black color preview on #6E6553 background

This text has black color on #6E6553 background.


White color preview on #6E6553 background

This text has white color on #6E6553 background.