COLOR #6D5F3E

HEX: #6D5F3E
RGB: (109,95,62)

Color info

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

RGB color model

#6D5F3E color RGB value is (109,95,62).

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

RGB channels and saturation

R 109 of 255 = 43%
G 95 of 255 = 37%
B 62 of 255 = 24%

109
95
62

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

Portions of RGB colors in percentages

R + G + B =
109 + 95 + 62 = 266 (100%)
R 109 of 266 ~ 40.98%
G 95 of 266 ~ 35.71%
B 62 of 266 ~ 23.31%

%40.98
%35.71
%23.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 43.12%
  • key color value is 57.25%
CMYK:
(0,13,43,57)
C0M13Y43K57 
(0%,13%,43%,57%)
(0.00/0.13/0.43/0.57)	

CMYK percentages

%0
%12.84
%43.12
%57.25

Codes

Color #6D5F3E in popluar color models

6D5F3E
RGB1099562
HSL42°27.49%33.53%
HSB/HSV42°43.12%42.75%
CMYK0.00%12.84%43.12%
57.25%

Color #6D5F3E in popluar number systems.

HEX6D5F3E
Decimal1099562
Binary11011011011111111110
Octal15513776

Shades and tints

Shades of #6D5F3E

#6D5F3E
(109,95,62)
#645739
(100,87,57)
#5B4F34
(91,79,52)
#52472F
(82,71,47)
#493F2A
(73,63,42)
#403725
(64,55,37)
#372F20
(55,47,32)
#2E271B
(46,39,27)
#251F16
(37,31,22)
#1C1711
(28,23,17)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #6D5F3E

#6D5F3E
(109,95,62)
#7A6D4F
(122,109,79)
#877B60
(135,123,96)
#948971
(148,137,113)
#A19782
(161,151,130)
#AEA593
(174,165,147)
#BBB3A4
(187,179,164)
#C8C1B5
(200,193,181)
#D5CFC6
(213,207,198)
#E2DDD7
(226,221,215)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5F3E; }

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

This text font color is #6D5F3E.


Background Color

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

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

This div background color is #6D5F3E.


Border color

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

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

This div border color is #6D5F3E.


Opacity

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

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

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

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

This text has shadow with #6D5F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F3E on black background.


Color preview on white background

This text has color #6D5F3E on white background.



Black color preview on #6D5F3E background

This text has black color on #6D5F3E background.


White color preview on #6D5F3E background

This text has white color on #6D5F3E background.