COLOR #6F5D51

HEX: #6F5D51
RGB: (111,93,81)

Color info

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

RGB color model

#6F5D51 color RGB value is (111,93,81).

  • red value is 111;
  • green value is 93;
  • blue value is 81.
RGB:
(111,93,81)
(44%,36%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 81 of 255 = 32%

111
93
81

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

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 81 = 285 (100%)
R 111 of 285 ~ 38.95%
G 93 of 285 ~ 32.63%
B 81 of 285 ~ 28.42%

%38.95
%32.63
%28.42

CMYK color model

#6F5D51 color CMYK value is (0,16,27,56).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 27.03%
  • key color value is 56.47%
CMYK:
(0,16,27,56)
C0M16Y27K56 
(0%,16%,27%,56%)
(0.00/0.16/0.27/0.56)	

CMYK percentages

%0
%16.22
%27.03
%56.47

Codes

Color #6F5D51 in popluar color models

6F5D51
RGB1119381
HSL24°15.63%37.65%
HSB/HSV24°27.03%43.53%
CMYK0.00%16.22%27.03%
56.47%

Color #6F5D51 in popluar number systems.

HEX6F5D51
Decimal1119381
Binary110111110111011010001
Octal157135121

Shades and tints

Shades of #6F5D51

#6F5D51
(111,93,81)
#65554A
(101,85,74)
#5B4D43
(91,77,67)
#51453C
(81,69,60)
#473D35
(71,61,53)
#3D352E
(61,53,46)
#332D27
(51,45,39)
#292520
(41,37,32)
#1F1D19
(31,29,25)
#151512
(21,21,18)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F5D51

#6F5D51
(111,93,81)
#7C6B60
(124,107,96)
#89796F
(137,121,111)
#96877E
(150,135,126)
#A3958D
(163,149,141)
#B0A39C
(176,163,156)
#BDB1AB
(189,177,171)
#CABFBA
(202,191,186)
#D7CDC9
(215,205,201)
#E4DBD8
(228,219,216)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D51; }

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

This text font color is #6F5D51.


Background Color

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

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

This div background color is #6F5D51.


Border color

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

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

This div border color is #6F5D51.


Opacity

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

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

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

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

This text has shadow with #6F5D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D51 on black background.


Color preview on white background

This text has color #6F5D51 on white background.



Black color preview on #6F5D51 background

This text has black color on #6F5D51 background.


White color preview on #6F5D51 background

This text has white color on #6F5D51 background.