COLOR #6D5E34

HEX: #6D5E34
RGB: (109,94,52)

Color info

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

RGB color model

#6D5E34 color RGB value is (109,94,52).

  • red value is 109;
  • green value is 94;
  • blue value is 52.
RGB:
(109,94,52)
(43%,37%,20%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 52 of 255 = 20%

109
94
52

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

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 52 = 255 (100%)
R 109 of 255 ~ 42.75%
G 94 of 255 ~ 36.86%
B 52 of 255 ~ 20.39%

%42.75
%36.86
%20.39

CMYK color model

#6D5E34 color CMYK value is (0,14,52,57).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 52.29%
  • key color value is 57.25%
CMYK:
(0,14,52,57)
C0M14Y52K57 
(0%,14%,52%,57%)
(0.00/0.14/0.52/0.57)	

CMYK percentages

%0
%13.76
%52.29
%57.25

Codes

Color #6D5E34 in popluar color models

6D5E34
RGB1099452
HSL44°35.40%31.57%
HSB/HSV44°52.29%42.75%
CMYK0.00%13.76%52.29%
57.25%

Color #6D5E34 in popluar number systems.

HEX6D5E34
Decimal1099452
Binary11011011011110110100
Octal15513664

Shades and tints

Shades of #6D5E34

#6D5E34
(109,94,52)
#645630
(100,86,48)
#5B4E2C
(91,78,44)
#524628
(82,70,40)
#493E24
(73,62,36)
#403620
(64,54,32)
#372E1C
(55,46,28)
#2E2618
(46,38,24)
#251E14
(37,30,20)
#1C1610
(28,22,16)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #6D5E34

#6D5E34
(109,94,52)
#7A6C46
(122,108,70)
#877A58
(135,122,88)
#94886A
(148,136,106)
#A1967C
(161,150,124)
#AEA48E
(174,164,142)
#BBB2A0
(187,178,160)
#C8C0B2
(200,192,178)
#D5CEC4
(213,206,196)
#E2DCD6
(226,220,214)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5E34 color. Also use rgb(109,94,52) instead hex code.

Text Font Color

.myTextColor { color: #6D5E34; }

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

This text font color is #6D5E34.


Background Color

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

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

This div background color is #6D5E34.


Border color

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

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

This div border color is #6D5E34.


Opacity

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

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

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

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

This text has shadow with #6D5E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5E34 on black background.


Color preview on white background

This text has color #6D5E34 on white background.



Black color preview on #6D5E34 background

This text has black color on #6D5E34 background.


White color preview on #6D5E34 background

This text has white color on #6D5E34 background.