COLOR #6D5950

HEX: #6D5950 RGB: (109,89,80)

Color info

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

RGB color model

#6D5950 color RGB value is (109,89,80).

RGB: (109,89,80) (43%, 35%, 31%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 80 of 255 = 31%

109
89
80

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

Portions of RGB colors in percentages

R + G + B = 109 + 89 + 80 = 278 (100%)
R 109 of 278 ~ 39.21%
G 89 of 278 ~ 32.01%
B 80 of 278 ~ 28.78'%

%39.21
%32.01
%28.78

CMYK color model

#6D5950 color CMYK value is (0,18,27,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 26.61%
  • key color value is 57.25%

CMYK: (0,18,27,57)
C0M18Y27K57 (0%, 18%, 27%, 57%)
(0.00 / 0.18 / 0.27 / 0.57)

CMYK percentages

%0
%18.35
%26.61
%57.25

Codes

Color #6D5950 in popluar color models

6D 59 50
RGB 109 89 80
HSL 19° 15.34% 37.06%
HSB/HSV 19° 26.61% 42.75%
CMYK 0.00% 18.35% 26.61%
57.25%

Color #6D5950 in popluar number systems.

HEX 6D 59 50
Decimal 109 89 80
Binary 1101101 1011001 1010000
Octal 155 131 120

Shades and tints

Shades of #6D5950

#6D5950
(109,89,80)
#645149
(100,81,73)
#5B4942
(91,73,66)
#52413B
(82,65,59)
#493934
(73,57,52)
#40312D
(64,49,45)
#372926
(55,41,38)
#2E211F
(46,33,31)
#251918
(37,25,24)
#1C1111
(28,17,17)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #6D5950

#6D5950
(109,89,80)
#7A685F
(122,104,95)
#87776E
(135,119,110)
#94867D
(148,134,125)
#A1958C
(161,149,140)
#AEA49B
(174,164,155)
#BBB3AA
(187,179,170)
#C8C2B9
(200,194,185)
#D5D1C8
(213,209,200)
#E2E0D7
(226,224,215)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5950 color. Also use rgb(109,89,80) instead hex code.

Text Font Color

.myTextColor { color: #6D5950; }

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

This text font color is #6D5950.

Background Color

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

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

This div background color is #6D5950.

Border color

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

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

This div border color is #6D5950.

Opacity

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

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

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

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

This text has shadow with #6D5950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5950.

Preview

Color preview on black background

This text has color #6D5950 on black background.


Color preview on white background

This text has color #6D5950 on white background.


Black color preview on #6D5950 background

This text has black color on #6D5950 background.


White color preview on #6D5950 background

This text has white color on #6D5950 background.


Related colors

Complementary color

Complementary color for #hex is #92A6AF.


I love getcolorcode.com

Triadic colors

1 #506D59 and #59506D with #6D5950 are triadic colors.

2 #50596D and #596D50 with #6D5950 are triadic colors.