COLOR #6D4923

HEX: #6D4923
RGB: (109,73,35)

Color info

#6D4923 contains mainly red and green colors. Web safe color of #6D4923 is #663333 (or #633).

RGB color model

#6D4923 color RGB value is (109,73,35).

  • red value is 109;
  • green value is 73;
  • blue value is 35.
RGB:
(109,73,35)
(43%,29%,14%)

RGB channels and saturation

R 109 of 255 = 43%
G 73 of 255 = 29%
B 35 of 255 = 14%

109
73
35

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

Portions of RGB colors in percentages

R + G + B =
109 + 73 + 35 = 217 (100%)
R 109 of 217 ~ 50.23%
G 73 of 217 ~ 33.64%
B 35 of 217 ~ 16.13%

%50.23
%33.64
%16.13

CMYK color model

#6D4923 color CMYK value is (0,33,68,57).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 67.89%
  • key color value is 57.25%
CMYK:
(0,33,68,57)
C0M33Y68K57 
(0%,33%,68%,57%)
(0.00/0.33/0.68/0.57)	

CMYK percentages

%0
%33.03
%67.89
%57.25

Codes

Color #6D4923 in popluar color models

6D4923
RGB1097335
HSL31°51.39%28.24%
HSB/HSV31°67.89%42.75%
CMYK0.00%33.03%67.89%
57.25%

Color #6D4923 in popluar number systems.

HEX6D4923
Decimal1097335
Binary11011011001001100011
Octal15511143

Shades and tints

Shades of #6D4923

#6D4923
(109,73,35)
#644320
(100,67,32)
#5B3D1D
(91,61,29)
#52371A
(82,55,26)
#493117
(73,49,23)
#402B14
(64,43,20)
#372511
(55,37,17)
#2E1F0E
(46,31,14)
#25190B
(37,25,11)
#1C1308
(28,19,8)
#130D05
(19,13,5)
#000000
(0,0,0)

Tints of #6D4923

#6D4923
(109,73,35)
#7A5937
(122,89,55)
#87694B
(135,105,75)
#94795F
(148,121,95)
#A18973
(161,137,115)
#AE9987
(174,153,135)
#BBA99B
(187,169,155)
#C8B9AF
(200,185,175)
#D5C9C3
(213,201,195)
#E2D9D7
(226,217,215)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4923 color. Also use rgb(109,73,35) instead hex code.

Text Font Color

.myTextColor { color: #6D4923; }

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

This text font color is #6D4923.


Background Color

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

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

This div background color is #6D4923.


Border color

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

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

This div border color is #6D4923.


Opacity

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

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

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

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

This text has shadow with #6D4923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4923 on black background.


Color preview on white background

This text has color #6D4923 on white background.



Black color preview on #6D4923 background

This text has black color on #6D4923 background.


White color preview on #6D4923 background

This text has white color on #6D4923 background.