COLOR #6D4831

HEX: #6D4831
RGB: (109,72,49)

Color info

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

RGB color model

#6D4831 color RGB value is (109,72,49).

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

RGB channels and saturation

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

109
72
49

R + G + B ~ 30%. #6D4831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 72 + 49 = 230 (100%)
R 109 of 230 ~ 47.39%
G 72 of 230 ~ 31.3%
B 49 of 230 ~ 21.3%

%47.39
%31.3
%21.3

CMYK color model

#6D4831 color CMYK value is (0,34,55,57).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 55.05%
  • key color value is 57.25%
CMYK:
(0,34,55,57)
C0M34Y55K57 
(0%,34%,55%,57%)
(0.00/0.34/0.55/0.57)	

CMYK percentages

%0
%33.94
%55.05
%57.25

Codes

Color #6D4831 in popluar color models

6D4831
RGB1097249
HSL23°37.97%30.98%
HSB/HSV23°55.05%42.75%
CMYK0.00%33.94%55.05%
57.25%

Color #6D4831 in popluar number systems.

HEX6D4831
Decimal1097249
Binary11011011001000110001
Octal15511061

Shades and tints

Shades of #6D4831

#6D4831
(109,72,49)
#64422D
(100,66,45)
#5B3C29
(91,60,41)
#523625
(82,54,37)
#493021
(73,48,33)
#402A1D
(64,42,29)
#372419
(55,36,25)
#2E1E15
(46,30,21)
#251811
(37,24,17)
#1C120D
(28,18,13)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #6D4831

#6D4831
(109,72,49)
#7A5843
(122,88,67)
#876855
(135,104,85)
#947867
(148,120,103)
#A18879
(161,136,121)
#AE988B
(174,152,139)
#BBA89D
(187,168,157)
#C8B8AF
(200,184,175)
#D5C8C1
(213,200,193)
#E2D8D3
(226,216,211)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4831; }

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

This text font color is #6D4831.


Background Color

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

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

This div background color is #6D4831.


Border color

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

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

This div border color is #6D4831.


Opacity

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

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

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

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

This text has shadow with #6D4831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4831 on black background.


Color preview on white background

This text has color #6D4831 on white background.



Black color preview on #6D4831 background

This text has black color on #6D4831 background.


White color preview on #6D4831 background

This text has white color on #6D4831 background.