COLOR #6D4C19

HEX: #6D4C19
RGB: (109,76,25)

Color info

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

RGB color model

#6D4C19 color RGB value is (109,76,25).

  • red value is 109;
  • green value is 76;
  • blue value is 25.
RGB:
(109,76,25)
(43%,30%,10%)

RGB channels and saturation

R 109 of 255 = 43%
G 76 of 255 = 30%
B 25 of 255 = 10%

109
76
25

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

Portions of RGB colors in percentages

R + G + B =
109 + 76 + 25 = 210 (100%)
R 109 of 210 ~ 51.9%
G 76 of 210 ~ 36.19%
B 25 of 210 ~ 11.9%

%51.9
%36.19
%11.9

CMYK color model

#6D4C19 color CMYK value is (0,30,77,57).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 77.06%
  • key color value is 57.25%
CMYK:
(0,30,77,57)
C0M30Y77K57 
(0%,30%,77%,57%)
(0.00/0.30/0.77/0.57)	

CMYK percentages

%0
%30.28
%77.06
%57.25

Codes

Color #6D4C19 in popluar color models

6D4C19
RGB1097625
HSL36°62.69%26.27%
HSB/HSV36°77.06%42.75%
CMYK0.00%30.28%77.06%
57.25%

Color #6D4C19 in popluar number systems.

HEX6D4C19
Decimal1097625
Binary1101101100110011001
Octal15511431

Shades and tints

Shades of #6D4C19

#6D4C19
(109,76,25)
#644617
(100,70,23)
#5B4015
(91,64,21)
#523A13
(82,58,19)
#493411
(73,52,17)
#402E0F
(64,46,15)
#37280D
(55,40,13)
#2E220B
(46,34,11)
#251C09
(37,28,9)
#1C1607
(28,22,7)
#131005
(19,16,5)
#000000
(0,0,0)

Tints of #6D4C19

#6D4C19
(109,76,25)
#7A5C2D
(122,92,45)
#876C41
(135,108,65)
#947C55
(148,124,85)
#A18C69
(161,140,105)
#AE9C7D
(174,156,125)
#BBAC91
(187,172,145)
#C8BCA5
(200,188,165)
#D5CCB9
(213,204,185)
#E2DCCD
(226,220,205)
#EFECE1
(239,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4C19 color. Also use rgb(109,76,25) instead hex code.

Text Font Color

.myTextColor { color: #6D4C19; }

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

This text font color is #6D4C19.


Background Color

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

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

This div background color is #6D4C19.


Border color

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

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

This div border color is #6D4C19.


Opacity

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

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

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

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

This text has shadow with #6D4C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4C19 on black background.


Color preview on white background

This text has color #6D4C19 on white background.



Black color preview on #6D4C19 background

This text has black color on #6D4C19 background.


White color preview on #6D4C19 background

This text has white color on #6D4C19 background.