COLOR #6D5051

HEX: #6D5051
RGB: (109,80,81)

Color info

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

RGB color model

#6D5051 color RGB value is (109,80,81).

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

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 81 of 255 = 32%

109
80
81

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

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 81 = 270 (100%)
R 109 of 270 ~ 40.37%
G 80 of 270 ~ 29.63%
B 81 of 270 ~ 30%

%40.37
%29.63
%30

CMYK color model

#6D5051 color CMYK value is (0,27,26,57).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 25.69%
  • key color value is 57.25%
CMYK:
(0,27,26,57)
C0M27Y26K57 
(0%,27%,26%,57%)
(0.00/0.27/0.26/0.57)	

CMYK percentages

%0
%26.61
%25.69
%57.25

Codes

Color #6D5051 in popluar color models

6D5051
RGB1098081
HSL358°15.34%37.06%
HSB/HSV358°26.61%42.75%
CMYK0.00%26.61%25.69%
57.25%

Color #6D5051 in popluar number systems.

HEX6D5051
Decimal1098081
Binary110110110100001010001
Octal155120121

Shades and tints

Shades of #6D5051

#6D5051
(109,80,81)
#64494A
(100,73,74)
#5B4243
(91,66,67)
#523B3C
(82,59,60)
#493435
(73,52,53)
#402D2E
(64,45,46)
#372627
(55,38,39)
#2E1F20
(46,31,32)
#251819
(37,24,25)
#1C1112
(28,17,18)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D5051

#6D5051
(109,80,81)
#7A5F60
(122,95,96)
#876E6F
(135,110,111)
#947D7E
(148,125,126)
#A18C8D
(161,140,141)
#AE9B9C
(174,155,156)
#BBAAAB
(187,170,171)
#C8B9BA
(200,185,186)
#D5C8C9
(213,200,201)
#E2D7D8
(226,215,216)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5051; }

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

This text font color is #6D5051.


Background Color

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

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

This div background color is #6D5051.


Border color

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

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

This div border color is #6D5051.


Opacity

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

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

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

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

This text has shadow with #6D5051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5051 on black background.


Color preview on white background

This text has color #6D5051 on white background.



Black color preview on #6D5051 background

This text has black color on #6D5051 background.


White color preview on #6D5051 background

This text has white color on #6D5051 background.