COLOR #6D5B51

HEX: #6D5B51
RGB: (109,91,81)

Color info

#6D5B51 contains red, green and blue colors in about the same proportion. Web safe color of #6D5B51 is #666666 (or #666).

RGB color model

#6D5B51 color RGB value is (109,91,81).

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

RGB channels and saturation

R 109 of 255 = 43%
G 91 of 255 = 36%
B 81 of 255 = 32%

109
91
81

R + G + B ~ 37%. #6D5B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 91 + 81 = 281 (100%)
R 109 of 281 ~ 38.79%
G 91 of 281 ~ 32.38%
B 81 of 281 ~ 28.83%

%38.79
%32.38
%28.83

CMYK color model

#6D5B51 color CMYK value is (0,17,26,57).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 25.69%
  • key color value is 57.25%
CMYK:
(0,17,26,57)
C0M17Y26K57 
(0%,17%,26%,57%)
(0.00/0.17/0.26/0.57)	

CMYK percentages

%0
%16.51
%25.69
%57.25

Codes

Color #6D5B51 in popluar color models

6D5B51
RGB1099181
HSL21°14.74%37.25%
HSB/HSV21°25.69%42.75%
CMYK0.00%16.51%25.69%
57.25%

Color #6D5B51 in popluar number systems.

HEX6D5B51
Decimal1099181
Binary110110110110111010001
Octal155133121

Shades and tints

Shades of #6D5B51

#6D5B51
(109,91,81)
#64534A
(100,83,74)
#5B4B43
(91,75,67)
#52433C
(82,67,60)
#493B35
(73,59,53)
#40332E
(64,51,46)
#372B27
(55,43,39)
#2E2320
(46,35,32)
#251B19
(37,27,25)
#1C1312
(28,19,18)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #6D5B51

#6D5B51
(109,91,81)
#7A6960
(122,105,96)
#87776F
(135,119,111)
#94857E
(148,133,126)
#A1938D
(161,147,141)
#AEA19C
(174,161,156)
#BBAFAB
(187,175,171)
#C8BDBA
(200,189,186)
#D5CBC9
(213,203,201)
#E2D9D8
(226,217,216)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5B51; }

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

This text font color is #6D5B51.


Background Color

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

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

This div background color is #6D5B51.


Border color

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

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

This div border color is #6D5B51.


Opacity

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

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

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

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

This text has shadow with #6D5B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5B51 on black background.


Color preview on white background

This text has color #6D5B51 on white background.



Black color preview on #6D5B51 background

This text has black color on #6D5B51 background.


White color preview on #6D5B51 background

This text has white color on #6D5B51 background.