COLOR #6D5431

HEX: #6D5431
RGB: (109,84,49)

Color info

#6D5431 contains mainly red and green colors. Web safe color of #6D5431 is #666633 (or #663).

RGB color model

#6D5431 color RGB value is (109,84,49).

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

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 49 of 255 = 19%

109
84
49

R + G + B ~ 32%. #6D5431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 49 = 242 (100%)
R 109 of 242 ~ 45.04%
G 84 of 242 ~ 34.71%
B 49 of 242 ~ 20.25%

%45.04
%34.71
%20.25

CMYK color model

#6D5431 color CMYK value is (0,23,55,57).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 55.05%
  • key color value is 57.25%
CMYK:
(0,23,55,57)
C0M23Y55K57 
(0%,23%,55%,57%)
(0.00/0.23/0.55/0.57)	

CMYK percentages

%0
%22.94
%55.05
%57.25

Codes

Color #6D5431 in popluar color models

6D5431
RGB1098449
HSL35°37.97%30.98%
HSB/HSV35°55.05%42.75%
CMYK0.00%22.94%55.05%
57.25%

Color #6D5431 in popluar number systems.

HEX6D5431
Decimal1098449
Binary11011011010100110001
Octal15512461

Shades and tints

Shades of #6D5431

#6D5431
(109,84,49)
#644D2D
(100,77,45)
#5B4629
(91,70,41)
#523F25
(82,63,37)
#493821
(73,56,33)
#40311D
(64,49,29)
#372A19
(55,42,25)
#2E2315
(46,35,21)
#251C11
(37,28,17)
#1C150D
(28,21,13)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #6D5431

#6D5431
(109,84,49)
#7A6343
(122,99,67)
#877255
(135,114,85)
#948167
(148,129,103)
#A19079
(161,144,121)
#AE9F8B
(174,159,139)
#BBAE9D
(187,174,157)
#C8BDAF
(200,189,175)
#D5CCC1
(213,204,193)
#E2DBD3
(226,219,211)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5431; }

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

This text font color is #6D5431.


Background Color

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

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

This div background color is #6D5431.


Border color

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

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

This div border color is #6D5431.


Opacity

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

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

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

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

This text has shadow with #6D5431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5431 on black background.


Color preview on white background

This text has color #6D5431 on white background.



Black color preview on #6D5431 background

This text has black color on #6D5431 background.


White color preview on #6D5431 background

This text has white color on #6D5431 background.