COLOR #6D3A29

HEX: #6D3A29
RGB: (109,58,41)

Color info

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

RGB color model

#6D3A29 color RGB value is (109,58,41).

  • red value is 109;
  • green value is 58;
  • blue value is 41.
RGB:
(109,58,41)
(43%,23%,16%)

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 41 of 255 = 16%

109
58
41

R + G + B ~ 27%. #6D3A29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 41 = 208 (100%)
R 109 of 208 ~ 52.4%
G 58 of 208 ~ 27.88%
B 41 of 208 ~ 19.71%

%52.4
%27.88
%19.71

CMYK color model

#6D3A29 color CMYK value is (0,47,62,57).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 62.39%
  • key color value is 57.25%
CMYK:
(0,47,62,57)
C0M47Y62K57 
(0%,47%,62%,57%)
(0.00/0.47/0.62/0.57)	

CMYK percentages

%0
%46.79
%62.39
%57.25

Codes

Color #6D3A29 in popluar color models

6D3A29
RGB1095841
HSL15°45.33%29.41%
HSB/HSV15°62.39%42.75%
CMYK0.00%46.79%62.39%
57.25%

Color #6D3A29 in popluar number systems.

HEX6D3A29
Decimal1095841
Binary1101101111010101001
Octal1557251

Shades and tints

Shades of #6D3A29

#6D3A29
(109,58,41)
#643526
(100,53,38)
#5B3023
(91,48,35)
#522B20
(82,43,32)
#49261D
(73,38,29)
#40211A
(64,33,26)
#371C17
(55,28,23)
#2E1714
(46,23,20)
#251211
(37,18,17)
#1C0D0E
(28,13,14)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #6D3A29

#6D3A29
(109,58,41)
#7A4B3C
(122,75,60)
#875C4F
(135,92,79)
#946D62
(148,109,98)
#A17E75
(161,126,117)
#AE8F88
(174,143,136)
#BBA09B
(187,160,155)
#C8B1AE
(200,177,174)
#D5C2C1
(213,194,193)
#E2D3D4
(226,211,212)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3A29 color. Also use rgb(109,58,41) instead hex code.

Text Font Color

.myTextColor { color: #6D3A29; }

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

This text font color is #6D3A29.


Background Color

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

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

This div background color is #6D3A29.


Border color

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

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

This div border color is #6D3A29.


Opacity

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

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

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

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

This text has shadow with #6D3A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3A29 on black background.


Color preview on white background

This text has color #6D3A29 on white background.



Black color preview on #6D3A29 background

This text has black color on #6D3A29 background.


White color preview on #6D3A29 background

This text has white color on #6D3A29 background.