COLOR #6F6261

HEX: #6F6261
RGB: (111,98,97)

Color info

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

RGB color model

#6F6261 color RGB value is (111,98,97).

  • red value is 111;
  • green value is 98;
  • blue value is 97.
RGB:
(111,98,97)
(44%,38%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 98 of 255 = 38%
B 97 of 255 = 38%

111
98
97

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

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 97 = 306 (100%)
R 111 of 306 ~ 36.27%
G 98 of 306 ~ 32.03%
B 97 of 306 ~ 31.7%

%36.27
%32.03
%31.7

CMYK color model

#6F6261 color CMYK value is (0,12,13,56).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(0,12,13,56)
C0M12Y13K56 
(0%,12%,13%,56%)
(0.00/0.12/0.13/0.56)	

CMYK percentages

%0
%11.71
%12.61
%56.47

Codes

Color #6F6261 in popluar color models

6F6261
RGB1119897
HSL6.73%40.78%
HSB/HSV12.61%43.53%
CMYK0.00%11.71%12.61%
56.47%

Color #6F6261 in popluar number systems.

HEX6F6261
Decimal1119897
Binary110111111000101100001
Octal157142141

Shades and tints

Shades of #6F6261

#6F6261
(111,98,97)
#655A59
(101,90,89)
#5B5251
(91,82,81)
#514A49
(81,74,73)
#474241
(71,66,65)
#3D3A39
(61,58,57)
#333231
(51,50,49)
#292A29
(41,42,41)
#1F2221
(31,34,33)
#151A19
(21,26,25)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #6F6261

#6F6261
(111,98,97)
#7C706F
(124,112,111)
#897E7D
(137,126,125)
#968C8B
(150,140,139)
#A39A99
(163,154,153)
#B0A8A7
(176,168,167)
#BDB6B5
(189,182,181)
#CAC4C3
(202,196,195)
#D7D2D1
(215,210,209)
#E4E0DF
(228,224,223)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6261; }

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

This text font color is #6F6261.


Background Color

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

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

This div background color is #6F6261.


Border color

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

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

This div border color is #6F6261.


Opacity

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

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

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

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

This text has shadow with #6F6261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6261 on black background.


Color preview on white background

This text has color #6F6261 on white background.



Black color preview on #6F6261 background

This text has black color on #6F6261 background.


White color preview on #6F6261 background

This text has white color on #6F6261 background.