COLOR #6E553B

HEX: #6E553B
RGB: (110,85,59)

Color info

#6E553B contains red, green and blue colors in about the same proportion. Web safe color of #6E553B is #666633 (or #663).

RGB color model

#6E553B color RGB value is (110,85,59).

  • red value is 110;
  • green value is 85;
  • blue value is 59.
RGB: (110,85,59) (43%,33%,23%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 59 of 255 = 23%

110
85
59

R + G + B ~ 33%. #6E553B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 85 + 59 = 254 (100%)
R 110 of 254 ~ 43.31%
G 85 of 254 ~ 33.46%
B 59 of 254 ~ 23.23%

%43.31
%33.46
%23.23

CMYK color model

#6E553B color CMYK value is (0,23,46,57).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 46.36%
  • key color value is 56.86%
CMYK: (0,23,46,57) C0M23Y46K57 (0%,23%,46%,57%) (0.00/0.23/0.46/0.57)

CMYK percentages

%0
%22.73
%46.36
%56.86

Codes

Color #6E553B in popluar color models

6E553B
RGB1108559
HSL31°30.18%33.14%
HSB/HSV31°46.36%43.14%
CMYK0.00%22.73%46.36%
56.86%

Color #6E553B in popluar number systems.

HEX6E553B
Decimal1108559
Binary11011101010101111011
Octal15612573

Shades and tints

Shades of #6E553B

#6E553B
(110,85,59)
#644E36
(100,78,54)
#5A4731
(90,71,49)
#50402C
(80,64,44)
#463927
(70,57,39)
#3C3222
(60,50,34)
#322B1D
(50,43,29)
#282418
(40,36,24)
#1E1D13
(30,29,19)
#14160E
(20,22,14)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #6E553B

#6E553B
(110,85,59)
#7B644C
(123,100,76)
#88735D
(136,115,93)
#95826E
(149,130,110)
#A2917F
(162,145,127)
#AFA090
(175,160,144)
#BCAFA1
(188,175,161)
#C9BEB2
(201,190,178)
#D6CDC3
(214,205,195)
#E3DCD4
(227,220,212)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E553B color. Also use rgb(110,85,59) instead hex code.

Text Font Color

.myTextColor { color: #6E553B; }

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

This text font color is #6E553B.


Background Color

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

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

This div background color is #6E553B.


Border color

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

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

This div border color is #6E553B.


Opacity

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

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

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

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

This text has shadow with #6E553B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E553B on black background.


Color preview on white background

This text has color #6E553B on white background.



Black color preview on #6E553B background

This text has black color on #6E553B background.


White color preview on #6E553B background

This text has white color on #6E553B background.