COLOR #6D5725

HEX: #6D5725
RGB: (109,87,37)

Color info

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

RGB color model

#6D5725 color RGB value is (109,87,37).

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

RGB channels and saturation

R 109 of 255 = 43%
G 87 of 255 = 34%
B 37 of 255 = 15%

109
87
37

R + G + B ~ 31%. #6D5725 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 87 + 37 = 233 (100%)
R 109 of 233 ~ 46.78%
G 87 of 233 ~ 37.34%
B 37 of 233 ~ 15.88%

%46.78
%37.34
%15.88

CMYK color model

#6D5725 color CMYK value is (0,20,66,57).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 66.06%
  • key color value is 57.25%
CMYK:
(0,20,66,57)
C0M20Y66K57 
(0%,20%,66%,57%)
(0.00/0.20/0.66/0.57)	

CMYK percentages

%0
%20.18
%66.06
%57.25

Codes

Color #6D5725 in popluar color models

6D5725
RGB1098737
HSL42°49.32%28.63%
HSB/HSV42°66.06%42.75%
CMYK0.00%20.18%66.06%
57.25%

Color #6D5725 in popluar number systems.

HEX6D5725
Decimal1098737
Binary11011011010111100101
Octal15512745

Shades and tints

Shades of #6D5725

#6D5725
(109,87,37)
#645022
(100,80,34)
#5B491F
(91,73,31)
#52421C
(82,66,28)
#493B19
(73,59,25)
#403416
(64,52,22)
#372D13
(55,45,19)
#2E2610
(46,38,16)
#251F0D
(37,31,13)
#1C180A
(28,24,10)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #6D5725

#6D5725
(109,87,37)
#7A6638
(122,102,56)
#87754B
(135,117,75)
#94845E
(148,132,94)
#A19371
(161,147,113)
#AEA284
(174,162,132)
#BBB197
(187,177,151)
#C8C0AA
(200,192,170)
#D5CFBD
(213,207,189)
#E2DED0
(226,222,208)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5725; }

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

This text font color is #6D5725.


Background Color

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

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

This div background color is #6D5725.


Border color

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

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

This div border color is #6D5725.


Opacity

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

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

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

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

This text has shadow with #6D5725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5725 on black background.


Color preview on white background

This text has color #6D5725 on white background.



Black color preview on #6D5725 background

This text has black color on #6D5725 background.


White color preview on #6D5725 background

This text has white color on #6D5725 background.