COLOR #6D5F41

HEX: #6D5F41
RGB: (109,95,65)

Color info

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

RGB color model

#6D5F41 color RGB value is (109,95,65).

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

RGB channels and saturation

R 109 of 255 = 43%
G 95 of 255 = 37%
B 65 of 255 = 25%

109
95
65

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

Portions of RGB colors in percentages

R + G + B =
109 + 95 + 65 = 269 (100%)
R 109 of 269 ~ 40.52%
G 95 of 269 ~ 35.32%
B 65 of 269 ~ 24.16%

%40.52
%35.32
%24.16

CMYK color model

#6D5F41 color CMYK value is (0,13,40,57).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 40.37%
  • key color value is 57.25%
CMYK:
(0,13,40,57)
C0M13Y40K57 
(0%,13%,40%,57%)
(0.00/0.13/0.40/0.57)	

CMYK percentages

%0
%12.84
%40.37
%57.25

Codes

Color #6D5F41 in popluar color models

6D5F41
RGB1099565
HSL41°25.29%34.12%
HSB/HSV41°40.37%42.75%
CMYK0.00%12.84%40.37%
57.25%

Color #6D5F41 in popluar number systems.

HEX6D5F41
Decimal1099565
Binary110110110111111000001
Octal155137101

Shades and tints

Shades of #6D5F41

#6D5F41
(109,95,65)
#64573C
(100,87,60)
#5B4F37
(91,79,55)
#524732
(82,71,50)
#493F2D
(73,63,45)
#403728
(64,55,40)
#372F23
(55,47,35)
#2E271E
(46,39,30)
#251F19
(37,31,25)
#1C1714
(28,23,20)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #6D5F41

#6D5F41
(109,95,65)
#7A6D52
(122,109,82)
#877B63
(135,123,99)
#948974
(148,137,116)
#A19785
(161,151,133)
#AEA596
(174,165,150)
#BBB3A7
(187,179,167)
#C8C1B8
(200,193,184)
#D5CFC9
(213,207,201)
#E2DDDA
(226,221,218)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5F41; }

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

This text font color is #6D5F41.


Background Color

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

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

This div background color is #6D5F41.


Border color

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

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

This div border color is #6D5F41.


Opacity

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

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

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

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

This text has shadow with #6D5F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F41 on black background.


Color preview on white background

This text has color #6D5F41 on white background.



Black color preview on #6D5F41 background

This text has black color on #6D5F41 background.


White color preview on #6D5F41 background

This text has white color on #6D5F41 background.