COLOR #6D5745

HEX: #6D5745
RGB: (109,87,69)

Color info

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

RGB color model

#6D5745 color RGB value is (109,87,69).

  • red value is 109;
  • green value is 87;
  • blue value is 69.
RGB:
(109,87,69)
(43%,34%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 87 of 255 = 34%
B 69 of 255 = 27%

109
87
69

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

Portions of RGB colors in percentages

R + G + B =
109 + 87 + 69 = 265 (100%)
R 109 of 265 ~ 41.13%
G 87 of 265 ~ 32.83%
B 69 of 265 ~ 26.04%

%41.13
%32.83
%26.04

CMYK color model

#6D5745 color CMYK value is (0,20,37,57).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 36.70%
  • key color value is 57.25%
CMYK:
(0,20,37,57)
C0M20Y37K57 
(0%,20%,37%,57%)
(0.00/0.20/0.37/0.57)	

CMYK percentages

%0
%20.18
%36.7
%57.25

Codes

Color #6D5745 in popluar color models

6D5745
RGB1098769
HSL27°22.47%34.90%
HSB/HSV27°36.70%42.75%
CMYK0.00%20.18%36.70%
57.25%

Color #6D5745 in popluar number systems.

HEX6D5745
Decimal1098769
Binary110110110101111000101
Octal155127105

Shades and tints

Shades of #6D5745

#6D5745
(109,87,69)
#64503F
(100,80,63)
#5B4939
(91,73,57)
#524233
(82,66,51)
#493B2D
(73,59,45)
#403427
(64,52,39)
#372D21
(55,45,33)
#2E261B
(46,38,27)
#251F15
(37,31,21)
#1C180F
(28,24,15)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #6D5745

#6D5745
(109,87,69)
#7A6655
(122,102,85)
#877565
(135,117,101)
#948475
(148,132,117)
#A19385
(161,147,133)
#AEA295
(174,162,149)
#BBB1A5
(187,177,165)
#C8C0B5
(200,192,181)
#D5CFC5
(213,207,197)
#E2DED5
(226,222,213)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5745 color. Also use rgb(109,87,69) instead hex code.

Text Font Color

.myTextColor { color: #6D5745; }

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

This text font color is #6D5745.


Background Color

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

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

This div background color is #6D5745.


Border color

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

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

This div border color is #6D5745.


Opacity

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

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

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

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

This text has shadow with #6D5745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5745 on black background.


Color preview on white background

This text has color #6D5745 on white background.



Black color preview on #6D5745 background

This text has black color on #6D5745 background.


White color preview on #6D5745 background

This text has white color on #6D5745 background.