COLOR #6F605F

HEX: #6F605F
RGB: (111,96,95)

Color info

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

RGB color model

#6F605F color RGB value is (111,96,95).

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

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 95 of 255 = 37%

111
96
95

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 95 = 302 (100%)
R 111 of 302 ~ 36.75%
G 96 of 302 ~ 31.79%
B 95 of 302 ~ 31.46%

%36.75
%31.79
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(0,14,14,56)
C0M14Y14K56 
(0%,14%,14%,56%)
(0.00/0.14/0.14/0.56)	

CMYK percentages

%0
%13.51
%14.41
%56.47

Codes

Color #6F605F in popluar color models

6F605F
RGB1119695
HSL7.77%40.39%
HSB/HSV14.41%43.53%
CMYK0.00%13.51%14.41%
56.47%

Color #6F605F in popluar number systems.

HEX6F605F
Decimal1119695
Binary110111111000001011111
Octal157140137

Shades and tints

Shades of #6F605F

#6F605F
(111,96,95)
#655857
(101,88,87)
#5B504F
(91,80,79)
#514847
(81,72,71)
#47403F
(71,64,63)
#3D3837
(61,56,55)
#33302F
(51,48,47)
#292827
(41,40,39)
#1F201F
(31,32,31)
#151817
(21,24,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F605F

#6F605F
(111,96,95)
#7C6E6D
(124,110,109)
#897C7B
(137,124,123)
#968A89
(150,138,137)
#A39897
(163,152,151)
#B0A6A5
(176,166,165)
#BDB4B3
(189,180,179)
#CAC2C1
(202,194,193)
#D7D0CF
(215,208,207)
#E4DEDD
(228,222,221)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F605F; }

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

This text font color is #6F605F.


Background Color

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

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

This div background color is #6F605F.


Border color

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

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

This div border color is #6F605F.


Opacity

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

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

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

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

This text has shadow with #6F605F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F605F on black background.


Color preview on white background

This text has color #6F605F on white background.



Black color preview on #6F605F background

This text has black color on #6F605F background.


White color preview on #6F605F background

This text has white color on #6F605F background.