COLOR #6D5512

HEX: #6D5512
RGB: (109,85,18)

Color info

#6D5512 contains mainly red and green colors. Web safe color of #6D5512 is #666600 (or #660).

RGB color model

#6D5512 color RGB value is (109,85,18).

  • red value is 109;
  • green value is 85;
  • blue value is 18.
RGB:
(109,85,18)
(43%,33%,7%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 18 of 255 = 7%

109
85
18

R + G + B ~ 28%. #6D5512 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 85 + 18 = 212 (100%)
R 109 of 212 ~ 51.42%
G 85 of 212 ~ 40.09%
B 18 of 212 ~ 8.49%

%51.42
%40.09

CMYK color model

#6D5512 color CMYK value is (0,22,83,57).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 83.49%
  • key color value is 57.25%
CMYK:
(0,22,83,57)
C0M22Y83K57 
(0%,22%,83%,57%)
(0.00/0.22/0.83/0.57)	

CMYK percentages

%0
%22.02
%83.49
%57.25

Codes

Color #6D5512 in popluar color models

6D5512
RGB1098518
HSL44°71.65%24.90%
HSB/HSV44°83.49%42.75%
CMYK0.00%22.02%83.49%
57.25%

Color #6D5512 in popluar number systems.

HEX6D5512
Decimal1098518
Binary1101101101010110010
Octal15512522

Shades and tints

Shades of #6D5512

#6D5512
(109,85,18)
#644E11
(100,78,17)
#5B4710
(91,71,16)
#52400F
(82,64,15)
#49390E
(73,57,14)
#40320D
(64,50,13)
#372B0C
(55,43,12)
#2E240B
(46,36,11)
#251D0A
(37,29,10)
#1C1609
(28,22,9)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #6D5512

#6D5512
(109,85,18)
#7A6427
(122,100,39)
#87733C
(135,115,60)
#948251
(148,130,81)
#A19166
(161,145,102)
#AEA07B
(174,160,123)
#BBAF90
(187,175,144)
#C8BEA5
(200,190,165)
#D5CDBA
(213,205,186)
#E2DCCF
(226,220,207)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5512 color. Also use rgb(109,85,18) instead hex code.

Text Font Color

.myTextColor { color: #6D5512; }

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

This text font color is #6D5512.


Background Color

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

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

This div background color is #6D5512.


Border color

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

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

This div border color is #6D5512.


Opacity

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

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

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

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

This text has shadow with #6D5512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5512 on black background.


Color preview on white background

This text has color #6D5512 on white background.



Black color preview on #6D5512 background

This text has black color on #6D5512 background.


White color preview on #6D5512 background

This text has white color on #6D5512 background.