COLOR #6D5440

HEX: #6D5440
RGB: (109,84,64)

Color info

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

RGB color model

#6D5440 color RGB value is (109,84,64).

  • red value is 109;
  • green value is 84;
  • blue value is 64.
RGB:
(109,84,64)
(43%,33%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 64 of 255 = 25%

109
84
64

R + G + B ~ 34%. #6D5440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 64 = 257 (100%)
R 109 of 257 ~ 42.41%
G 84 of 257 ~ 32.68%
B 64 of 257 ~ 24.9%

%42.41
%32.68
%24.9

CMYK color model

#6D5440 color CMYK value is (0,23,41,57).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 41.28%
  • key color value is 57.25%
CMYK:
(0,23,41,57)
C0M23Y41K57 
(0%,23%,41%,57%)
(0.00/0.23/0.41/0.57)	

CMYK percentages

%0
%22.94
%41.28
%57.25

Codes

Color #6D5440 in popluar color models

6D5440
RGB1098464
HSL27°26.01%33.92%
HSB/HSV27°41.28%42.75%
CMYK0.00%22.94%41.28%
57.25%

Color #6D5440 in popluar number systems.

HEX6D5440
Decimal1098464
Binary110110110101001000000
Octal155124100

Shades and tints

Shades of #6D5440

#6D5440
(109,84,64)
#644D3B
(100,77,59)
#5B4636
(91,70,54)
#523F31
(82,63,49)
#49382C
(73,56,44)
#403127
(64,49,39)
#372A22
(55,42,34)
#2E231D
(46,35,29)
#251C18
(37,28,24)
#1C1513
(28,21,19)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #6D5440

#6D5440
(109,84,64)
#7A6351
(122,99,81)
#877262
(135,114,98)
#948173
(148,129,115)
#A19084
(161,144,132)
#AE9F95
(174,159,149)
#BBAEA6
(187,174,166)
#C8BDB7
(200,189,183)
#D5CCC8
(213,204,200)
#E2DBD9
(226,219,217)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5440 color. Also use rgb(109,84,64) instead hex code.

Text Font Color

.myTextColor { color: #6D5440; }

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

This text font color is #6D5440.


Background Color

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

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

This div background color is #6D5440.


Border color

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

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

This div border color is #6D5440.


Opacity

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

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

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

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

This text has shadow with #6D5440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5440 on black background.


Color preview on white background

This text has color #6D5440 on white background.



Black color preview on #6D5440 background

This text has black color on #6D5440 background.


White color preview on #6D5440 background

This text has white color on #6D5440 background.