COLOR #6D5040

HEX: #6D5040
RGB: (109,80,64)

Color info

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

RGB color model

#6D5040 color RGB value is (109,80,64).

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

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 64 of 255 = 25%

109
80
64

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

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 64 = 253 (100%)
R 109 of 253 ~ 43.08%
G 80 of 253 ~ 31.62%
B 64 of 253 ~ 25.3%

%43.08
%31.62
%25.3

CMYK color model

#6D5040 color CMYK value is (0,27,41,57).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 41.28%
  • key color value is 57.25%
CMYK:
(0,27,41,57)
C0M27Y41K57 
(0%,27%,41%,57%)
(0.00/0.27/0.41/0.57)	

CMYK percentages

%0
%26.61
%41.28
%57.25

Codes

Color #6D5040 in popluar color models

6D5040
RGB1098064
HSL21°26.01%33.92%
HSB/HSV21°41.28%42.75%
CMYK0.00%26.61%41.28%
57.25%

Color #6D5040 in popluar number systems.

HEX6D5040
Decimal1098064
Binary110110110100001000000
Octal155120100

Shades and tints

Shades of #6D5040

#6D5040
(109,80,64)
#64493B
(100,73,59)
#5B4236
(91,66,54)
#523B31
(82,59,49)
#49342C
(73,52,44)
#402D27
(64,45,39)
#372622
(55,38,34)
#2E1F1D
(46,31,29)
#251818
(37,24,24)
#1C1113
(28,17,19)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D5040

#6D5040
(109,80,64)
#7A5F51
(122,95,81)
#876E62
(135,110,98)
#947D73
(148,125,115)
#A18C84
(161,140,132)
#AE9B95
(174,155,149)
#BBAAA6
(187,170,166)
#C8B9B7
(200,185,183)
#D5C8C8
(213,200,200)
#E2D7D9
(226,215,217)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5040; }

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

This text font color is #6D5040.


Background Color

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

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

This div background color is #6D5040.


Border color

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

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

This div border color is #6D5040.


Opacity

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

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

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

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

This text has shadow with #6D5040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5040 on black background.


Color preview on white background

This text has color #6D5040 on white background.



Black color preview on #6D5040 background

This text has black color on #6D5040 background.


White color preview on #6D5040 background

This text has white color on #6D5040 background.