COLOR #6D554A

HEX: #6D554A
RGB: (109,85,74)

Color info

#6D554A contains red, green and blue colors in about the same proportion. Web safe color of #6D554A is #666633 (or #663).

RGB color model

#6D554A color RGB value is (109,85,74).

  • red value is 109;
  • green value is 85;
  • blue value is 74.
RGB:
(109,85,74)
(43%,33%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 74 of 255 = 29%

109
85
74

R + G + B ~ 35%. #6D554A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 85 + 74 = 268 (100%)
R 109 of 268 ~ 40.67%
G 85 of 268 ~ 31.72%
B 74 of 268 ~ 27.61%

%40.67
%31.72
%27.61

CMYK color model

#6D554A color CMYK value is (0,22,32,57).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 32.11%
  • key color value is 57.25%
CMYK:
(0,22,32,57)
C0M22Y32K57 
(0%,22%,32%,57%)
(0.00/0.22/0.32/0.57)	

CMYK percentages

%0
%22.02
%32.11
%57.25

Codes

Color #6D554A in popluar color models

6D554A
RGB1098574
HSL19°19.13%35.88%
HSB/HSV19°32.11%42.75%
CMYK0.00%22.02%32.11%
57.25%

Color #6D554A in popluar number systems.

HEX6D554A
Decimal1098574
Binary110110110101011001010
Octal155125112

Shades and tints

Shades of #6D554A

#6D554A
(109,85,74)
#644E44
(100,78,68)
#5B473E
(91,71,62)
#524038
(82,64,56)
#493932
(73,57,50)
#40322C
(64,50,44)
#372B26
(55,43,38)
#2E2420
(46,36,32)
#251D1A
(37,29,26)
#1C1614
(28,22,20)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D554A

#6D554A
(109,85,74)
#7A645A
(122,100,90)
#87736A
(135,115,106)
#94827A
(148,130,122)
#A1918A
(161,145,138)
#AEA09A
(174,160,154)
#BBAFAA
(187,175,170)
#C8BEBA
(200,190,186)
#D5CDCA
(213,205,202)
#E2DCDA
(226,220,218)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D554A color. Also use rgb(109,85,74) instead hex code.

Text Font Color

.myTextColor { color: #6D554A; }

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

This text font color is #6D554A.


Background Color

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

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

This div background color is #6D554A.


Border color

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

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

This div border color is #6D554A.


Opacity

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

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

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

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

This text has shadow with #6D554A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D554A on black background.


Color preview on white background

This text has color #6D554A on white background.



Black color preview on #6D554A background

This text has black color on #6D554A background.


White color preview on #6D554A background

This text has white color on #6D554A background.