COLOR #6D4833

HEX: #6D4833
RGB: (109,72,51)

Color info

#6D4833 contains red, green and blue colors in about the same proportion. Web safe color of #6D4833 is #663333 (or #633).

RGB color model

#6D4833 color RGB value is (109,72,51).

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

RGB channels and saturation

R 109 of 255 = 43%
G 72 of 255 = 28%
B 51 of 255 = 20%

109
72
51

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

Portions of RGB colors in percentages

R + G + B =
109 + 72 + 51 = 232 (100%)
R 109 of 232 ~ 46.98%
G 72 of 232 ~ 31.03%
B 51 of 232 ~ 21.98%

%46.98
%31.03
%21.98

CMYK color model

#6D4833 color CMYK value is (0,34,53,57).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 53.21%
  • key color value is 57.25%
CMYK:
(0,34,53,57)
C0M34Y53K57 
(0%,34%,53%,57%)
(0.00/0.34/0.53/0.57)	

CMYK percentages

%0
%33.94
%53.21
%57.25

Codes

Color #6D4833 in popluar color models

6D4833
RGB1097251
HSL22°36.25%31.37%
HSB/HSV22°53.21%42.75%
CMYK0.00%33.94%53.21%
57.25%

Color #6D4833 in popluar number systems.

HEX6D4833
Decimal1097251
Binary11011011001000110011
Octal15511063

Shades and tints

Shades of #6D4833

#6D4833
(109,72,51)
#64422F
(100,66,47)
#5B3C2B
(91,60,43)
#523627
(82,54,39)
#493023
(73,48,35)
#402A1F
(64,42,31)
#37241B
(55,36,27)
#2E1E17
(46,30,23)
#251813
(37,24,19)
#1C120F
(28,18,15)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #6D4833

#6D4833
(109,72,51)
#7A5845
(122,88,69)
#876857
(135,104,87)
#947869
(148,120,105)
#A1887B
(161,136,123)
#AE988D
(174,152,141)
#BBA89F
(187,168,159)
#C8B8B1
(200,184,177)
#D5C8C3
(213,200,195)
#E2D8D5
(226,216,213)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4833; }

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

This text font color is #6D4833.


Background Color

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

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

This div background color is #6D4833.


Border color

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

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

This div border color is #6D4833.


Opacity

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

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

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

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

This text has shadow with #6D4833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4833 on black background.


Color preview on white background

This text has color #6D4833 on white background.



Black color preview on #6D4833 background

This text has black color on #6D4833 background.


White color preview on #6D4833 background

This text has white color on #6D4833 background.