COLOR #6D5B4A

HEX: #6D5B4A
RGB: (109,91,74)

Color info

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

RGB color model

#6D5B4A color RGB value is (109,91,74).

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

RGB channels and saturation

R 109 of 255 = 43%
G 91 of 255 = 36%
B 74 of 255 = 29%

109
91
74

R + G + B ~ 36%. #6D5B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 91 + 74 = 274 (100%)
R 109 of 274 ~ 39.78%
G 91 of 274 ~ 33.21%
B 74 of 274 ~ 27.01%

%39.78
%33.21
%27.01

CMYK color model

#6D5B4A color CMYK value is (0,17,32,57).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 32.11%
  • key color value is 57.25%
CMYK:
(0,17,32,57)
C0M17Y32K57 
(0%,17%,32%,57%)
(0.00/0.17/0.32/0.57)	

CMYK percentages

%0
%16.51
%32.11
%57.25

Codes

Color #6D5B4A in popluar color models

6D5B4A
RGB1099174
HSL29°19.13%35.88%
HSB/HSV29°32.11%42.75%
CMYK0.00%16.51%32.11%
57.25%

Color #6D5B4A in popluar number systems.

HEX6D5B4A
Decimal1099174
Binary110110110110111001010
Octal155133112

Shades and tints

Shades of #6D5B4A

#6D5B4A
(109,91,74)
#645344
(100,83,68)
#5B4B3E
(91,75,62)
#524338
(82,67,56)
#493B32
(73,59,50)
#40332C
(64,51,44)
#372B26
(55,43,38)
#2E2320
(46,35,32)
#251B1A
(37,27,26)
#1C1314
(28,19,20)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D5B4A

#6D5B4A
(109,91,74)
#7A695A
(122,105,90)
#87776A
(135,119,106)
#94857A
(148,133,122)
#A1938A
(161,147,138)
#AEA19A
(174,161,154)
#BBAFAA
(187,175,170)
#C8BDBA
(200,189,186)
#D5CBCA
(213,203,202)
#E2D9DA
(226,217,218)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5B4A; }

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

This text font color is #6D5B4A.


Background Color

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

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

This div background color is #6D5B4A.


Border color

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

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

This div border color is #6D5B4A.


Opacity

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

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

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

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

This text has shadow with #6D5B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5B4A on black background.


Color preview on white background

This text has color #6D5B4A on white background.



Black color preview on #6D5B4A background

This text has black color on #6D5B4A background.


White color preview on #6D5B4A background

This text has white color on #6D5B4A background.