COLOR #6D4813

HEX: #6D4813
RGB: (109,72,19)

Color info

#6D4813 contains mainly red and green colors. Web safe color of #6D4813 is #663300 (or #630).

RGB color model

#6D4813 color RGB value is (109,72,19).

  • red value is 109;
  • green value is 72;
  • blue value is 19.
RGB: (109,72,19) (43%,28%,7%)

RGB channels and saturation

R 109 of 255 = 43%
G 72 of 255 = 28%
B 19 of 255 = 7%

109
72
19

R + G + B ~ 26%. #6D4813 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 72 + 19 = 200 (100%)
R 109 of 200 ~ 54.5%
G 72 of 200 ~ 36%
B 19 of 200 ~ 9.5%

%54.5
%36
%9.5

CMYK color model

#6D4813 color CMYK value is (0,34,83,57).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 82.57%
  • key color value is 57.25%
CMYK: (0,34,83,57) C0M34Y83K57 (0%,34%,83%,57%) (0.00/0.34/0.83/0.57)

CMYK percentages

%0
%33.94
%82.57
%57.25

Codes

Color #6D4813 in popluar color models

6D4813
RGB1097219
HSL35°70.31%25.10%
HSB/HSV35°82.57%42.75%
CMYK0.00%33.94%82.57%
57.25%

Color #6D4813 in popluar number systems.

HEX6D4813
Decimal1097219
Binary1101101100100010011
Octal15511023

Shades and tints

Shades of #6D4813

#6D4813
(109,72,19)
#644212
(100,66,18)
#5B3C11
(91,60,17)
#523610
(82,54,16)
#49300F
(73,48,15)
#402A0E
(64,42,14)
#37240D
(55,36,13)
#2E1E0C
(46,30,12)
#25180B
(37,24,11)
#1C120A
(28,18,10)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #6D4813

#6D4813
(109,72,19)
#7A5828
(122,88,40)
#87683D
(135,104,61)
#947852
(148,120,82)
#A18867
(161,136,103)
#AE987C
(174,152,124)
#BBA891
(187,168,145)
#C8B8A6
(200,184,166)
#D5C8BB
(213,200,187)
#E2D8D0
(226,216,208)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4813 color. Also use rgb(109,72,19) instead hex code.

Text Font Color

.myTextColor { color: #6D4813; }

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

This text font color is #6D4813.


Background Color

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

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

This div background color is #6D4813.


Border color

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

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

This div border color is #6D4813.


Opacity

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

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

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

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

This text has shadow with #6D4813 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D4813 on black background.


Color preview on white background

This text has color #6D4813 on white background.



Black color preview on #6D4813 background

This text has black color on #6D4813 background.


White color preview on #6D4813 background

This text has white color on #6D4813 background.