COLOR #6D6141

HEX: #6D6141
RGB: (109,97,65)

Color info

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

RGB color model

#6D6141 color RGB value is (109,97,65).

  • red value is 109;
  • green value is 97;
  • blue value is 65.
RGB:
(109,97,65)
(43%,38%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 65 of 255 = 25%

109
97
65

R + G + B ~ 35%. #6D6141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 65 = 271 (100%)
R 109 of 271 ~ 40.22%
G 97 of 271 ~ 35.79%
B 65 of 271 ~ 23.99%

%40.22
%35.79
%23.99

CMYK color model

#6D6141 color CMYK value is (0,11,40,57).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 40.37%
  • key color value is 57.25%
CMYK:
(0,11,40,57)
C0M11Y40K57 
(0%,11%,40%,57%)
(0.00/0.11/0.40/0.57)	

CMYK percentages

%0
%11.01
%40.37
%57.25

Codes

Color #6D6141 in popluar color models

6D6141
RGB1099765
HSL44°25.29%34.12%
HSB/HSV44°40.37%42.75%
CMYK0.00%11.01%40.37%
57.25%

Color #6D6141 in popluar number systems.

HEX6D6141
Decimal1099765
Binary110110111000011000001
Octal155141101

Shades and tints

Shades of #6D6141

#6D6141
(109,97,65)
#64593C
(100,89,60)
#5B5137
(91,81,55)
#524932
(82,73,50)
#49412D
(73,65,45)
#403928
(64,57,40)
#373123
(55,49,35)
#2E291E
(46,41,30)
#252119
(37,33,25)
#1C1914
(28,25,20)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #6D6141

#6D6141
(109,97,65)
#7A6F52
(122,111,82)
#877D63
(135,125,99)
#948B74
(148,139,116)
#A19985
(161,153,133)
#AEA796
(174,167,150)
#BBB5A7
(187,181,167)
#C8C3B8
(200,195,184)
#D5D1C9
(213,209,201)
#E2DFDA
(226,223,218)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6141 color. Also use rgb(109,97,65) instead hex code.

Text Font Color

.myTextColor { color: #6D6141; }

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

This text font color is #6D6141.


Background Color

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

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

This div background color is #6D6141.


Border color

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

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

This div border color is #6D6141.


Opacity

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

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

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

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

This text has shadow with #6D6141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6141 on black background.


Color preview on white background

This text has color #6D6141 on white background.



Black color preview on #6D6141 background

This text has black color on #6D6141 background.


White color preview on #6D6141 background

This text has white color on #6D6141 background.