COLOR #6D5120

HEX: #6D5120
RGB: (109,81,32)

Color info

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

RGB color model

#6D5120 color RGB value is (109,81,32).

  • red value is 109;
  • green value is 81;
  • blue value is 32.
RGB:
(109,81,32)
(43%,32%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 32 of 255 = 13%

109
81
32

R + G + B ~ 29%. #6D5120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 32 = 222 (100%)
R 109 of 222 ~ 49.1%
G 81 of 222 ~ 36.49%
B 32 of 222 ~ 14.41%

%49.1
%36.49
%14.41

CMYK color model

#6D5120 color CMYK value is (0,26,71,57).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(0,26,71,57)
C0M26Y71K57 
(0%,26%,71%,57%)
(0.00/0.26/0.71/0.57)	

CMYK percentages

%0
%25.69
%70.64
%57.25

Codes

Color #6D5120 in popluar color models

6D5120
RGB1098132
HSL38°54.61%27.65%
HSB/HSV38°70.64%42.75%
CMYK0.00%25.69%70.64%
57.25%

Color #6D5120 in popluar number systems.

HEX6D5120
Decimal1098132
Binary11011011010001100000
Octal15512140

Shades and tints

Shades of #6D5120

#6D5120
(109,81,32)
#644A1E
(100,74,30)
#5B431C
(91,67,28)
#523C1A
(82,60,26)
#493518
(73,53,24)
#402E16
(64,46,22)
#372714
(55,39,20)
#2E2012
(46,32,18)
#251910
(37,25,16)
#1C120E
(28,18,14)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D5120

#6D5120
(109,81,32)
#7A6034
(122,96,52)
#876F48
(135,111,72)
#947E5C
(148,126,92)
#A18D70
(161,141,112)
#AE9C84
(174,156,132)
#BBAB98
(187,171,152)
#C8BAAC
(200,186,172)
#D5C9C0
(213,201,192)
#E2D8D4
(226,216,212)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5120 color. Also use rgb(109,81,32) instead hex code.

Text Font Color

.myTextColor { color: #6D5120; }

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

This text font color is #6D5120.


Background Color

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

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

This div background color is #6D5120.


Border color

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

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

This div border color is #6D5120.


Opacity

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

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

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

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

This text has shadow with #6D5120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5120 on black background.


Color preview on white background

This text has color #6D5120 on white background.



Black color preview on #6D5120 background

This text has black color on #6D5120 background.


White color preview on #6D5120 background

This text has white color on #6D5120 background.