COLOR #6F4E51

HEX: #6F4E51 RGB: (111,78,81)

Color info

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

RGB color model

#6F4E51 color RGB value is (111,78,81).

RGB: (111,78,81) (44%, 31%, 32%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 81 of 255 = 32%

111
78
81

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

Portions of RGB colors in percentages

R + G + B = 111 + 78 + 81 = 270 (100%)
R 111 of 270 ~ 41.11%
G 78 of 270 ~ 28.89%
B 81 of 270 ~ 30'%

%41.11
%28.89
%30

CMYK color model

#6F4E51 color CMYK value is (0,30,27,56).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 27.03%
  • key color value is 56.47%

CMYK: (0,30,27,56)
C0M30Y27K56 (0%, 30%, 27%, 56%)
(0.00 / 0.30 / 0.27 / 0.56)

CMYK percentages

%0
%29.73
%27.03
%56.47

Codes

Color #6F4E51 in popluar color models

6F 4E 51
RGB 111 78 81
HSL 355° 17.46% 37.06%
HSB/HSV 355° 29.73% 43.53%
CMYK 0.00% 29.73% 27.03%
56.47%

Color #6F4E51 in popluar number systems.

HEX 6F 4E 51
Decimal 111 78 81
Binary 1101111 1001110 1010001
Octal 157 116 121

Shades and tints

Shades of #6F4E51

#6F4E51
(111,78,81)
#65474A
(101,71,74)
#5B4043
(91,64,67)
#51393C
(81,57,60)
#473235
(71,50,53)
#3D2B2E
(61,43,46)
#332427
(51,36,39)
#291D20
(41,29,32)
#1F1619
(31,22,25)
#150F12
(21,15,18)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #6F4E51

#6F4E51
(111,78,81)
#7C5E60
(124,94,96)
#896E6F
(137,110,111)
#967E7E
(150,126,126)
#A38E8D
(163,142,141)
#B09E9C
(176,158,156)
#BDAEAB
(189,174,171)
#CABEBA
(202,190,186)
#D7CEC9
(215,206,201)
#E4DED8
(228,222,216)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4E51 color. Also use rgb(111,78,81) instead hex code.

Text Font Color

.myTextColor { color: #6F4E51; }

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

This text font color is #6F4E51.

Background Color

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

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

This div background color is #6F4E51.

Border color

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

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

This div border color is #6F4E51.

Opacity

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

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

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

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

This text has shadow with #6F4E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4E51.

Preview

Color preview on black background

This text has color #6F4E51 on black background.


Color preview on white background

This text has color #6F4E51 on white background.


Black color preview on #6F4E51 background

This text has black color on #6F4E51 background.


White color preview on #6F4E51 background

This text has white color on #6F4E51 background.


Related colors

Complementary color

Complementary color for #hex is #90B1AE.


I love getcolorcode.com

Triadic colors

1 #516F4E and #4E516F with #6F4E51 are triadic colors.

2 #514E6F and #4E6F51 with #6F4E51 are triadic colors.