COLOR #6D4629

HEX: #6D4629
RGB: (109,70,41)

Color info

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

RGB color model

#6D4629 color RGB value is (109,70,41).

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

RGB channels and saturation

R 109 of 255 = 43%
G 70 of 255 = 27%
B 41 of 255 = 16%

109
70
41

R + G + B ~ 29%. #6D4629 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 41 = 220 (100%)
R 109 of 220 ~ 49.55%
G 70 of 220 ~ 31.82%
B 41 of 220 ~ 18.64%

%49.55
%31.82
%18.64

CMYK color model

#6D4629 color CMYK value is (0,36,62,57).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 62.39%
  • key color value is 57.25%
CMYK:
(0,36,62,57)
C0M36Y62K57 
(0%,36%,62%,57%)
(0.00/0.36/0.62/0.57)	

CMYK percentages

%0
%35.78
%62.39
%57.25

Codes

Color #6D4629 in popluar color models

6D4629
RGB1097041
HSL26°45.33%29.41%
HSB/HSV26°62.39%42.75%
CMYK0.00%35.78%62.39%
57.25%

Color #6D4629 in popluar number systems.

HEX6D4629
Decimal1097041
Binary11011011000110101001
Octal15510651

Shades and tints

Shades of #6D4629

#6D4629
(109,70,41)
#644026
(100,64,38)
#5B3A23
(91,58,35)
#523420
(82,52,32)
#492E1D
(73,46,29)
#40281A
(64,40,26)
#372217
(55,34,23)
#2E1C14
(46,28,20)
#251611
(37,22,17)
#1C100E
(28,16,14)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D4629

#6D4629
(109,70,41)
#7A563C
(122,86,60)
#87664F
(135,102,79)
#947662
(148,118,98)
#A18675
(161,134,117)
#AE9688
(174,150,136)
#BBA69B
(187,166,155)
#C8B6AE
(200,182,174)
#D5C6C1
(213,198,193)
#E2D6D4
(226,214,212)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4629; }

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

This text font color is #6D4629.


Background Color

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

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

This div background color is #6D4629.


Border color

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

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

This div border color is #6D4629.


Opacity

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

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

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

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

This text has shadow with #6D4629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4629 on black background.


Color preview on white background

This text has color #6D4629 on white background.



Black color preview on #6D4629 background

This text has black color on #6D4629 background.


White color preview on #6D4629 background

This text has white color on #6D4629 background.