COLOR #6F6660

HEX: #6F6660
RGB: (111,102,96)

Color info

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

RGB color model

#6F6660 color RGB value is (111,102,96).

  • red value is 111;
  • green value is 102;
  • blue value is 96.
RGB:
(111,102,96)
(44%,40%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 96 of 255 = 38%

111
102
96

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 96 = 309 (100%)
R 111 of 309 ~ 35.92%
G 102 of 309 ~ 33.01%
B 96 of 309 ~ 31.07%

%35.92
%33.01
%31.07

CMYK color model

#6F6660 color CMYK value is (0,8,14,56).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 13.51%
  • key color value is 56.47%
CMYK:
(0,8,14,56)
C0M8Y14K56 
(0%,8%,14%,56%)
(0.00/0.08/0.14/0.56)	

CMYK percentages

%0
%8.11
%13.51
%56.47

Codes

Color #6F6660 in popluar color models

6F6660
RGB11110296
HSL24°7.25%40.59%
HSB/HSV24°13.51%43.53%
CMYK0.00%8.11%13.51%
56.47%

Color #6F6660 in popluar number systems.

HEX6F6660
Decimal11110296
Binary110111111001101100000
Octal157146140

Shades and tints

Shades of #6F6660

#6F6660
(111,102,96)
#655D58
(101,93,88)
#5B5450
(91,84,80)
#514B48
(81,75,72)
#474240
(71,66,64)
#3D3938
(61,57,56)
#333030
(51,48,48)
#292728
(41,39,40)
#1F1E20
(31,30,32)
#151518
(21,21,24)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #6F6660

#6F6660
(111,102,96)
#7C736E
(124,115,110)
#89807C
(137,128,124)
#968D8A
(150,141,138)
#A39A98
(163,154,152)
#B0A7A6
(176,167,166)
#BDB4B4
(189,180,180)
#CAC1C2
(202,193,194)
#D7CED0
(215,206,208)
#E4DBDE
(228,219,222)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6660; }

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

This text font color is #6F6660.


Background Color

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

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

This div background color is #6F6660.


Border color

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

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

This div border color is #6F6660.


Opacity

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

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

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

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

This text has shadow with #6F6660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6660 on black background.


Color preview on white background

This text has color #6F6660 on white background.



Black color preview on #6F6660 background

This text has black color on #6F6660 background.


White color preview on #6F6660 background

This text has white color on #6F6660 background.