COLOR #6F685E

HEX: #6F685E
RGB: (111,104,94)

Color info

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

RGB color model

#6F685E color RGB value is (111,104,94).

  • red value is 111;
  • green value is 104;
  • blue value is 94.
RGB:
(111,104,94)
(44%,41%,37%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 94 of 255 = 37%

111
104
94

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

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 94 = 309 (100%)
R 111 of 309 ~ 35.92%
G 104 of 309 ~ 33.66%
B 94 of 309 ~ 30.42%

%35.92
%33.66
%30.42

CMYK color model

#6F685E color CMYK value is (0,6,15,56).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(0,6,15,56)
C0M6Y15K56 
(0%,6%,15%,56%)
(0.00/0.06/0.15/0.56)	

CMYK percentages

%0
%6.31
%15.32
%56.47

Codes

Color #6F685E in popluar color models

6F685E
RGB11110494
HSL35°8.29%40.20%
HSB/HSV35°15.32%43.53%
CMYK0.00%6.31%15.32%
56.47%

Color #6F685E in popluar number systems.

HEX6F685E
Decimal11110494
Binary110111111010001011110
Octal157150136

Shades and tints

Shades of #6F685E

#6F685E
(111,104,94)
#655F56
(101,95,86)
#5B564E
(91,86,78)
#514D46
(81,77,70)
#47443E
(71,68,62)
#3D3B36
(61,59,54)
#33322E
(51,50,46)
#292926
(41,41,38)
#1F201E
(31,32,30)
#151716
(21,23,22)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #6F685E

#6F685E
(111,104,94)
#7C756C
(124,117,108)
#89827A
(137,130,122)
#968F88
(150,143,136)
#A39C96
(163,156,150)
#B0A9A4
(176,169,164)
#BDB6B2
(189,182,178)
#CAC3C0
(202,195,192)
#D7D0CE
(215,208,206)
#E4DDDC
(228,221,220)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F685E; }

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

This text font color is #6F685E.


Background Color

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

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

This div background color is #6F685E.


Border color

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

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

This div border color is #6F685E.


Opacity

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

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

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

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

This text has shadow with #6F685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F685E on black background.


Color preview on white background

This text has color #6F685E on white background.



Black color preview on #6F685E background

This text has black color on #6F685E background.


White color preview on #6F685E background

This text has white color on #6F685E background.