COLOR #6D5F2F

HEX: #6D5F2F
RGB: (109,95,47)

Color info

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

RGB color model

#6D5F2F color RGB value is (109,95,47).

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

RGB channels and saturation

R 109 of 255 = 43%
G 95 of 255 = 37%
B 47 of 255 = 18%

109
95
47

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

Portions of RGB colors in percentages

R + G + B =
109 + 95 + 47 = 251 (100%)
R 109 of 251 ~ 43.43%
G 95 of 251 ~ 37.85%
B 47 of 251 ~ 18.73%

%43.43
%37.85
%18.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 56.88%
  • key color value is 57.25%
CMYK:
(0,13,57,57)
C0M13Y57K57 
(0%,13%,57%,57%)
(0.00/0.13/0.57/0.57)	

CMYK percentages

%0
%12.84
%56.88
%57.25

Codes

Color #6D5F2F in popluar color models

6D5F2F
RGB1099547
HSL46°39.74%30.59%
HSB/HSV46°56.88%42.75%
CMYK0.00%12.84%56.88%
57.25%

Color #6D5F2F in popluar number systems.

HEX6D5F2F
Decimal1099547
Binary11011011011111101111
Octal15513757

Shades and tints

Shades of #6D5F2F

#6D5F2F
(109,95,47)
#64572B
(100,87,43)
#5B4F27
(91,79,39)
#524723
(82,71,35)
#493F1F
(73,63,31)
#40371B
(64,55,27)
#372F17
(55,47,23)
#2E2713
(46,39,19)
#251F0F
(37,31,15)
#1C170B
(28,23,11)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #6D5F2F

#6D5F2F
(109,95,47)
#7A6D41
(122,109,65)
#877B53
(135,123,83)
#948965
(148,137,101)
#A19777
(161,151,119)
#AEA589
(174,165,137)
#BBB39B
(187,179,155)
#C8C1AD
(200,193,173)
#D5CFBF
(213,207,191)
#E2DDD1
(226,221,209)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5F2F; }

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

This text font color is #6D5F2F.


Background Color

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

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

This div background color is #6D5F2F.


Border color

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

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

This div border color is #6D5F2F.


Opacity

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

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

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

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

This text has shadow with #6D5F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F2F on black background.


Color preview on white background

This text has color #6D5F2F on white background.



Black color preview on #6D5F2F background

This text has black color on #6D5F2F background.


White color preview on #6D5F2F background

This text has white color on #6D5F2F background.