COLOR #6F6F55

HEX: #6F6F55
RGB: (111,111,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
111
85

R + G + B ~ 40%. #6F6F55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 111 + 85 = 307 (100%)
R 111 of 307 ~ 36.16%
G 111 of 307 ~ 36.16%
B 85 of 307 ~ 27.69%

%36.16
%36.16
%27.69

CMYK color model

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

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

CMYK percentages

%0
%0
%23.42
%56.47

Codes

Color #6F6F55 in popluar color models

6F6F55
RGB11111185
HSL60°13.27%38.43%
HSB/HSV60°23.42%43.53%
CMYK0.00%0.00%23.42%
56.47%

Color #6F6F55 in popluar number systems.

HEX6F6F55
Decimal11111185
Binary110111111011111010101
Octal157157125

Shades and tints

Shades of #6F6F55

#6F6F55
(111,111,85)
#65654E
(101,101,78)
#5B5B47
(91,91,71)
#515140
(81,81,64)
#474739
(71,71,57)
#3D3D32
(61,61,50)
#33332B
(51,51,43)
#292924
(41,41,36)
#1F1F1D
(31,31,29)
#151516
(21,21,22)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #6F6F55

#6F6F55
(111,111,85)
#7C7C64
(124,124,100)
#898973
(137,137,115)
#969682
(150,150,130)
#A3A391
(163,163,145)
#B0B0A0
(176,176,160)
#BDBDAF
(189,189,175)
#CACABE
(202,202,190)
#D7D7CD
(215,215,205)
#E4E4DC
(228,228,220)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6F55; }

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

This text font color is #6F6F55.


Background Color

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

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

This div background color is #6F6F55.


Border color

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

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

This div border color is #6F6F55.


Opacity

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

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

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

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

This text has shadow with #6F6F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6F55 on black background.


Color preview on white background

This text has color #6F6F55 on white background.



Black color preview on #6F6F55 background

This text has black color on #6F6F55 background.


White color preview on #6F6F55 background

This text has white color on #6F6F55 background.