COLOR #6D4623

HEX: #6D4623
RGB: (109,70,35)

Color info

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

RGB color model

#6D4623 color RGB value is (109,70,35).

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

RGB channels and saturation

R 109 of 255 = 43%
G 70 of 255 = 27%
B 35 of 255 = 14%

109
70
35

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

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 35 = 214 (100%)
R 109 of 214 ~ 50.93%
G 70 of 214 ~ 32.71%
B 35 of 214 ~ 16.36%

%50.93
%32.71
%16.36

CMYK color model

#6D4623 color CMYK value is (0,36,68,57).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 67.89%
  • key color value is 57.25%
CMYK:
(0,36,68,57)
C0M36Y68K57 
(0%,36%,68%,57%)
(0.00/0.36/0.68/0.57)	

CMYK percentages

%0
%35.78
%67.89
%57.25

Codes

Color #6D4623 in popluar color models

6D4623
RGB1097035
HSL28°51.39%28.24%
HSB/HSV28°67.89%42.75%
CMYK0.00%35.78%67.89%
57.25%

Color #6D4623 in popluar number systems.

HEX6D4623
Decimal1097035
Binary11011011000110100011
Octal15510643

Shades and tints

Shades of #6D4623

#6D4623
(109,70,35)
#644020
(100,64,32)
#5B3A1D
(91,58,29)
#52341A
(82,52,26)
#492E17
(73,46,23)
#402814
(64,40,20)
#372211
(55,34,17)
#2E1C0E
(46,28,14)
#25160B
(37,22,11)
#1C1008
(28,16,8)
#130A05
(19,10,5)
#000000
(0,0,0)

Tints of #6D4623

#6D4623
(109,70,35)
#7A5637
(122,86,55)
#87664B
(135,102,75)
#94765F
(148,118,95)
#A18673
(161,134,115)
#AE9687
(174,150,135)
#BBA69B
(187,166,155)
#C8B6AF
(200,182,175)
#D5C6C3
(213,198,195)
#E2D6D7
(226,214,215)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4623; }

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

This text font color is #6D4623.


Background Color

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

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

This div background color is #6D4623.


Border color

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

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

This div border color is #6D4623.


Opacity

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

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

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

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

This text has shadow with #6D4623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4623 on black background.


Color preview on white background

This text has color #6D4623 on white background.



Black color preview on #6D4623 background

This text has black color on #6D4623 background.


White color preview on #6D4623 background

This text has white color on #6D4623 background.