COLOR #6D5251

HEX: #6D5251 RGB: (109,82,81)

Color info

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

RGB color model

#6D5251 color RGB value is (109,82,81).

RGB: (109,82,81) (43%, 32%, 32%)

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 81 of 255 = 32%

109
82
81

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

Portions of RGB colors in percentages

R + G + B = 109 + 82 + 81 = 272 (100%)
R 109 of 272 ~ 40.07%
G 82 of 272 ~ 30.15%
B 81 of 272 ~ 29.78'%

%40.07
%30.15
%29.78

CMYK color model

#6D5251 color CMYK value is (0,25,26,57).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 25.69%
  • key color value is 57.25%

CMYK: (0,25,26,57)
C0M25Y26K57 (0%, 25%, 26%, 57%)
(0.00 / 0.25 / 0.26 / 0.57)

CMYK percentages

%0
%24.77
%25.69
%57.25

Codes

Color #6D5251 in popluar color models

6D 52 51
RGB 109 82 81
HSL 14.74% 37.25%
HSB/HSV 25.69% 42.75%
CMYK 0.00% 24.77% 25.69%
57.25%

Color #6D5251 in popluar number systems.

HEX 6D 52 51
Decimal 109 82 81
Binary 1101101 1010010 1010001
Octal 155 122 121

Shades and tints

Shades of #6D5251

#6D5251
(109,82,81)
#644B4A
(100,75,74)
#5B4443
(91,68,67)
#523D3C
(82,61,60)
#493635
(73,54,53)
#402F2E
(64,47,46)
#372827
(55,40,39)
#2E2120
(46,33,32)
#251A19
(37,26,25)
#1C1312
(28,19,18)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #6D5251

#6D5251
(109,82,81)
#7A6160
(122,97,96)
#87706F
(135,112,111)
#947F7E
(148,127,126)
#A18E8D
(161,142,141)
#AE9D9C
(174,157,156)
#BBACAB
(187,172,171)
#C8BBBA
(200,187,186)
#D5CAC9
(213,202,201)
#E2D9D8
(226,217,216)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5251; }

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

This text font color is #6D5251.

Background Color

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

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

This div background color is #6D5251.

Border color

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

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

This div border color is #6D5251.

Opacity

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

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

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

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

This text has shadow with #6D5251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5251.

Preview

Color preview on black background

This text has color #6D5251 on black background.


Color preview on white background

This text has color #6D5251 on white background.


Black color preview on #6D5251 background

This text has black color on #6D5251 background.


White color preview on #6D5251 background

This text has white color on #6D5251 background.


Related colors

Complementary color

Complementary color for #hex is #92ADAE.


I love getcolorcode.com

Triadic colors

1 #516D52 and #52516D with #6D5251 are triadic colors.

2 #51526D and #526D51 with #6D5251 are triadic colors.