COLOR #6F554C

HEX: #6F554C
RGB: (111,85,76)

Color info

#6F554C contains red, green and blue colors in about the same proportion. Web safe color of #6F554C is #666633 (or #663).

RGB color model

#6F554C color RGB value is (111,85,76).

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

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 76 of 255 = 30%

111
85
76

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

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 76 = 272 (100%)
R 111 of 272 ~ 40.81%
G 85 of 272 ~ 31.25%
B 76 of 272 ~ 27.94%

%40.81
%31.25
%27.94

CMYK color model

#6F554C color CMYK value is (0,23,32,56).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK:
(0,23,32,56)
C0M23Y32K56 
(0%,23%,32%,56%)
(0.00/0.23/0.32/0.56)	

CMYK percentages

%0
%23.42
%31.53
%56.47

Codes

Color #6F554C in popluar color models

6F554C
RGB1118576
HSL15°18.72%36.67%
HSB/HSV15°31.53%43.53%
CMYK0.00%23.42%31.53%
56.47%

Color #6F554C in popluar number systems.

HEX6F554C
Decimal1118576
Binary110111110101011001100
Octal157125114

Shades and tints

Shades of #6F554C

#6F554C
(111,85,76)
#654E46
(101,78,70)
#5B4740
(91,71,64)
#51403A
(81,64,58)
#473934
(71,57,52)
#3D322E
(61,50,46)
#332B28
(51,43,40)
#292422
(41,36,34)
#1F1D1C
(31,29,28)
#151616
(21,22,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F554C

#6F554C
(111,85,76)
#7C645C
(124,100,92)
#89736C
(137,115,108)
#96827C
(150,130,124)
#A3918C
(163,145,140)
#B0A09C
(176,160,156)
#BDAFAC
(189,175,172)
#CABEBC
(202,190,188)
#D7CDCC
(215,205,204)
#E4DCDC
(228,220,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F554C; }

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

This text font color is #6F554C.


Background Color

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

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

This div background color is #6F554C.


Border color

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

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

This div border color is #6F554C.


Opacity

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

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

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

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

This text has shadow with #6F554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F554C on black background.


Color preview on white background

This text has color #6F554C on white background.



Black color preview on #6F554C background

This text has black color on #6F554C background.


White color preview on #6F554C background

This text has white color on #6F554C background.