COLOR #6D4649

HEX: #6D4649
RGB: (109,70,73)

Color info

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

RGB color model

#6D4649 color RGB value is (109,70,73).

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

RGB channels and saturation

R 109 of 255 = 43%
G 70 of 255 = 27%
B 73 of 255 = 29%

109
70
73

R + G + B ~ 33%. #6D4649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 73 = 252 (100%)
R 109 of 252 ~ 43.25%
G 70 of 252 ~ 27.78%
B 73 of 252 ~ 28.97%

%43.25
%27.78
%28.97

CMYK color model

#6D4649 color CMYK value is (0,36,33,57).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 33.03%
  • key color value is 57.25%
CMYK:
(0,36,33,57)
C0M36Y33K57 
(0%,36%,33%,57%)
(0.00/0.36/0.33/0.57)	

CMYK percentages

%0
%35.78
%33.03
%57.25

Codes

Color #6D4649 in popluar color models

6D4649
RGB1097073
HSL355°21.79%35.10%
HSB/HSV355°35.78%42.75%
CMYK0.00%35.78%33.03%
57.25%

Color #6D4649 in popluar number systems.

HEX6D4649
Decimal1097073
Binary110110110001101001001
Octal155106111

Shades and tints

Shades of #6D4649

#6D4649
(109,70,73)
#644043
(100,64,67)
#5B3A3D
(91,58,61)
#523437
(82,52,55)
#492E31
(73,46,49)
#40282B
(64,40,43)
#372225
(55,34,37)
#2E1C1F
(46,28,31)
#251619
(37,22,25)
#1C1013
(28,16,19)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D4649

#6D4649
(109,70,73)
#7A5659
(122,86,89)
#876669
(135,102,105)
#947679
(148,118,121)
#A18689
(161,134,137)
#AE9699
(174,150,153)
#BBA6A9
(187,166,169)
#C8B6B9
(200,182,185)
#D5C6C9
(213,198,201)
#E2D6D9
(226,214,217)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4649; }

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

This text font color is #6D4649.


Background Color

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

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

This div background color is #6D4649.


Border color

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

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

This div border color is #6D4649.


Opacity

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

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

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

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

This text has shadow with #6D4649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4649 on black background.


Color preview on white background

This text has color #6D4649 on white background.



Black color preview on #6D4649 background

This text has black color on #6D4649 background.


White color preview on #6D4649 background

This text has white color on #6D4649 background.