COLOR #6D5B4D

HEX: #6D5B4D
RGB: (109,91,77)

Color info

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

RGB color model

#6D5B4D color RGB value is (109,91,77).

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

RGB channels and saturation

R 109 of 255 = 43%
G 91 of 255 = 36%
B 77 of 255 = 30%

109
91
77

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

Portions of RGB colors in percentages

R + G + B =
109 + 91 + 77 = 277 (100%)
R 109 of 277 ~ 39.35%
G 91 of 277 ~ 32.85%
B 77 of 277 ~ 27.8%

%39.35
%32.85
%27.8

CMYK color model

#6D5B4D color CMYK value is (0,17,29,57).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 29.36%
  • key color value is 57.25%
CMYK:
(0,17,29,57)
C0M17Y29K57 
(0%,17%,29%,57%)
(0.00/0.17/0.29/0.57)	

CMYK percentages

%0
%16.51
%29.36
%57.25

Codes

Color #6D5B4D in popluar color models

6D5B4D
RGB1099177
HSL26°17.20%36.47%
HSB/HSV26°29.36%42.75%
CMYK0.00%16.51%29.36%
57.25%

Color #6D5B4D in popluar number systems.

HEX6D5B4D
Decimal1099177
Binary110110110110111001101
Octal155133115

Shades and tints

Shades of #6D5B4D

#6D5B4D
(109,91,77)
#645346
(100,83,70)
#5B4B3F
(91,75,63)
#524338
(82,67,56)
#493B31
(73,59,49)
#40332A
(64,51,42)
#372B23
(55,43,35)
#2E231C
(46,35,28)
#251B15
(37,27,21)
#1C130E
(28,19,14)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #6D5B4D

#6D5B4D
(109,91,77)
#7A695D
(122,105,93)
#87776D
(135,119,109)
#94857D
(148,133,125)
#A1938D
(161,147,141)
#AEA19D
(174,161,157)
#BBAFAD
(187,175,173)
#C8BDBD
(200,189,189)
#D5CBCD
(213,203,205)
#E2D9DD
(226,217,221)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5B4D; }

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

This text font color is #6D5B4D.


Background Color

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

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

This div background color is #6D5B4D.


Border color

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

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

This div border color is #6D5B4D.


Opacity

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

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

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

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

This text has shadow with #6D5B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5B4D on black background.


Color preview on white background

This text has color #6D5B4D on white background.



Black color preview on #6D5B4D background

This text has black color on #6D5B4D background.


White color preview on #6D5B4D background

This text has white color on #6D5B4D background.