COLOR #6D6C41

HEX: #6D6C41
RGB: (109,108,65)

Color info

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

RGB color model

#6D6C41 color RGB value is (109,108,65).

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

RGB channels and saturation

R 109 of 255 = 43%
G 108 of 255 = 42%
B 65 of 255 = 25%

109
108
65

R + G + B ~ 37%. #6D6C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 108 + 65 = 282 (100%)
R 109 of 282 ~ 38.65%
G 108 of 282 ~ 38.3%
B 65 of 282 ~ 23.05%

%38.65
%38.3
%23.05

CMYK color model

#6D6C41 color CMYK value is (0,1,40,57).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 40.37%
  • key color value is 57.25%
CMYK:
(0,1,40,57)
C0M1Y40K57 
(0%,1%,40%,57%)
(0.00/0.01/0.40/0.57)	

CMYK percentages

%0
%0.92
%40.37
%57.25

Codes

Color #6D6C41 in popluar color models

6D6C41
RGB10910865
HSL59°25.29%34.12%
HSB/HSV59°40.37%42.75%
CMYK0.00%0.92%40.37%
57.25%

Color #6D6C41 in popluar number systems.

HEX6D6C41
Decimal10910865
Binary110110111011001000001
Octal155154101

Shades and tints

Shades of #6D6C41

#6D6C41
(109,108,65)
#64633C
(100,99,60)
#5B5A37
(91,90,55)
#525132
(82,81,50)
#49482D
(73,72,45)
#403F28
(64,63,40)
#373623
(55,54,35)
#2E2D1E
(46,45,30)
#252419
(37,36,25)
#1C1B14
(28,27,20)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #6D6C41

#6D6C41
(109,108,65)
#7A7952
(122,121,82)
#878663
(135,134,99)
#949374
(148,147,116)
#A1A085
(161,160,133)
#AEAD96
(174,173,150)
#BBBAA7
(187,186,167)
#C8C7B8
(200,199,184)
#D5D4C9
(213,212,201)
#E2E1DA
(226,225,218)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6C41; }

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

This text font color is #6D6C41.


Background Color

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

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

This div background color is #6D6C41.


Border color

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

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

This div border color is #6D6C41.


Opacity

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

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

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

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

This text has shadow with #6D6C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6C41 on black background.


Color preview on white background

This text has color #6D6C41 on white background.



Black color preview on #6D6C41 background

This text has black color on #6D6C41 background.


White color preview on #6D6C41 background

This text has white color on #6D6C41 background.