COLOR #6D3320

HEX: #6D3320
RGB: (109,51,32)

Color info

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

RGB color model

#6D3320 color RGB value is (109,51,32).

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

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 32 of 255 = 13%

109
51
32

R + G + B ~ 25%. #6D3320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 51 + 32 = 192 (100%)
R 109 of 192 ~ 56.77%
G 51 of 192 ~ 26.56%
B 32 of 192 ~ 16.67%

%56.77
%26.56
%16.67

CMYK color model

#6D3320 color CMYK value is (0,53,71,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(0,53,71,57)
C0M53Y71K57 
(0%,53%,71%,57%)
(0.00/0.53/0.71/0.57)	

CMYK percentages

%0
%53.21
%70.64
%57.25

Codes

Color #6D3320 in popluar color models

6D3320
RGB1095132
HSL15°54.61%27.65%
HSB/HSV15°70.64%42.75%
CMYK0.00%53.21%70.64%
57.25%

Color #6D3320 in popluar number systems.

HEX6D3320
Decimal1095132
Binary1101101110011100000
Octal1556340

Shades and tints

Shades of #6D3320

#6D3320
(109,51,32)
#642F1E
(100,47,30)
#5B2B1C
(91,43,28)
#52271A
(82,39,26)
#492318
(73,35,24)
#401F16
(64,31,22)
#371B14
(55,27,20)
#2E1712
(46,23,18)
#251310
(37,19,16)
#1C0F0E
(28,15,14)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D3320

#6D3320
(109,51,32)
#7A4534
(122,69,52)
#875748
(135,87,72)
#94695C
(148,105,92)
#A17B70
(161,123,112)
#AE8D84
(174,141,132)
#BB9F98
(187,159,152)
#C8B1AC
(200,177,172)
#D5C3C0
(213,195,192)
#E2D5D4
(226,213,212)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3320; }

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

This text font color is #6D3320.


Background Color

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

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

This div background color is #6D3320.


Border color

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

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

This div border color is #6D3320.


Opacity

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

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

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

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

This text has shadow with #6D3320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3320 on black background.


Color preview on white background

This text has color #6D3320 on white background.



Black color preview on #6D3320 background

This text has black color on #6D3320 background.


White color preview on #6D3320 background

This text has white color on #6D3320 background.