COLOR #6F4E55

HEX: #6F4E55
RGB: (111,78,85)

Color info

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

RGB color model

#6F4E55 color RGB value is (111,78,85).

  • red value is 111;
  • green value is 78;
  • blue value is 85.
RGB:
(111,78,85)
(44%,31%,33%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 85 of 255 = 33%

111
78
85

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

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 85 = 274 (100%)
R 111 of 274 ~ 40.51%
G 78 of 274 ~ 28.47%
B 85 of 274 ~ 31.02%

%40.51
%28.47
%31.02

CMYK color model

#6F4E55 color CMYK value is (0,30,23,56).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 23.42%
  • key color value is 56.47%
CMYK:
(0,30,23,56)
C0M30Y23K56 
(0%,30%,23%,56%)
(0.00/0.30/0.23/0.56)	

CMYK percentages

%0
%29.73
%23.42
%56.47

Codes

Color #6F4E55 in popluar color models

6F4E55
RGB1117885
HSL347°17.46%37.06%
HSB/HSV347°29.73%43.53%
CMYK0.00%29.73%23.42%
56.47%

Color #6F4E55 in popluar number systems.

HEX6F4E55
Decimal1117885
Binary110111110011101010101
Octal157116125

Shades and tints

Shades of #6F4E55

#6F4E55
(111,78,85)
#65474E
(101,71,78)
#5B4047
(91,64,71)
#513940
(81,57,64)
#473239
(71,50,57)
#3D2B32
(61,43,50)
#33242B
(51,36,43)
#291D24
(41,29,36)
#1F161D
(31,22,29)
#150F16
(21,15,22)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #6F4E55

#6F4E55
(111,78,85)
#7C5E64
(124,94,100)
#896E73
(137,110,115)
#967E82
(150,126,130)
#A38E91
(163,142,145)
#B09EA0
(176,158,160)
#BDAEAF
(189,174,175)
#CABEBE
(202,190,190)
#D7CECD
(215,206,205)
#E4DEDC
(228,222,220)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4E55; }

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

This text font color is #6F4E55.


Background Color

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

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

This div background color is #6F4E55.


Border color

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

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

This div border color is #6F4E55.


Opacity

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

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

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

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

This text has shadow with #6F4E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4E55 on black background.


Color preview on white background

This text has color #6F4E55 on white background.



Black color preview on #6F4E55 background

This text has black color on #6F4E55 background.


White color preview on #6F4E55 background

This text has white color on #6F4E55 background.