COLOR #6D492D

HEX: #6D492D
RGB: (109,73,45)

Color info

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

RGB color model

#6D492D color RGB value is (109,73,45).

  • red value is 109;
  • green value is 73;
  • blue value is 45.
RGB:
(109,73,45)
(43%,29%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 73 of 255 = 29%
B 45 of 255 = 18%

109
73
45

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

Portions of RGB colors in percentages

R + G + B =
109 + 73 + 45 = 227 (100%)
R 109 of 227 ~ 48.02%
G 73 of 227 ~ 32.16%
B 45 of 227 ~ 19.82%

%48.02
%32.16
%19.82

CMYK color model

#6D492D color CMYK value is (0,33,59,57).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 58.72%
  • key color value is 57.25%
CMYK:
(0,33,59,57)
C0M33Y59K57 
(0%,33%,59%,57%)
(0.00/0.33/0.59/0.57)	

CMYK percentages

%0
%33.03
%58.72
%57.25

Codes

Color #6D492D in popluar color models

6D492D
RGB1097345
HSL26°41.56%30.20%
HSB/HSV26°58.72%42.75%
CMYK0.00%33.03%58.72%
57.25%

Color #6D492D in popluar number systems.

HEX6D492D
Decimal1097345
Binary11011011001001101101
Octal15511155

Shades and tints

Shades of #6D492D

#6D492D
(109,73,45)
#644329
(100,67,41)
#5B3D25
(91,61,37)
#523721
(82,55,33)
#49311D
(73,49,29)
#402B19
(64,43,25)
#372515
(55,37,21)
#2E1F11
(46,31,17)
#25190D
(37,25,13)
#1C1309
(28,19,9)
#130D05
(19,13,5)
#000000
(0,0,0)

Tints of #6D492D

#6D492D
(109,73,45)
#7A5940
(122,89,64)
#876953
(135,105,83)
#947966
(148,121,102)
#A18979
(161,137,121)
#AE998C
(174,153,140)
#BBA99F
(187,169,159)
#C8B9B2
(200,185,178)
#D5C9C5
(213,201,197)
#E2D9D8
(226,217,216)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D492D color. Also use rgb(109,73,45) instead hex code.

Text Font Color

.myTextColor { color: #6D492D; }

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

This text font color is #6D492D.


Background Color

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

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

This div background color is #6D492D.


Border color

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

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

This div border color is #6D492D.


Opacity

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

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

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

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

This text has shadow with #6D492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D492D on black background.


Color preview on white background

This text has color #6D492D on white background.



Black color preview on #6D492D background

This text has black color on #6D492D background.


White color preview on #6D492D background

This text has white color on #6D492D background.