COLOR #6F6B61

HEX: #6F6B61
RGB: (111,107,97)

Color info

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

RGB color model

#6F6B61 color RGB value is (111,107,97).

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

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 97 of 255 = 38%

111
107
97

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

Portions of RGB colors in percentages

R + G + B =
111 + 107 + 97 = 315 (100%)
R 111 of 315 ~ 35.24%
G 107 of 315 ~ 33.97%
B 97 of 315 ~ 30.79%

%35.24
%33.97
%30.79

CMYK color model

#6F6B61 color CMYK value is (0,4,13,56).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(0,4,13,56)
C0M4Y13K56 
(0%,4%,13%,56%)
(0.00/0.04/0.13/0.56)	

CMYK percentages

%0
%3.6
%12.61
%56.47

Codes

Color #6F6B61 in popluar color models

6F6B61
RGB11110797
HSL43°6.73%40.78%
HSB/HSV43°12.61%43.53%
CMYK0.00%3.60%12.61%
56.47%

Color #6F6B61 in popluar number systems.

HEX6F6B61
Decimal11110797
Binary110111111010111100001
Octal157153141

Shades and tints

Shades of #6F6B61

#6F6B61
(111,107,97)
#656259
(101,98,89)
#5B5951
(91,89,81)
#515049
(81,80,73)
#474741
(71,71,65)
#3D3E39
(61,62,57)
#333531
(51,53,49)
#292C29
(41,44,41)
#1F2321
(31,35,33)
#151A19
(21,26,25)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #6F6B61

#6F6B61
(111,107,97)
#7C786F
(124,120,111)
#89857D
(137,133,125)
#96928B
(150,146,139)
#A39F99
(163,159,153)
#B0ACA7
(176,172,167)
#BDB9B5
(189,185,181)
#CAC6C3
(202,198,195)
#D7D3D1
(215,211,209)
#E4E0DF
(228,224,223)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6B61; }

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

This text font color is #6F6B61.


Background Color

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

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

This div background color is #6F6B61.


Border color

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

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

This div border color is #6F6B61.


Opacity

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

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

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

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

This text has shadow with #6F6B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6B61 on black background.


Color preview on white background

This text has color #6F6B61 on white background.



Black color preview on #6F6B61 background

This text has black color on #6F6B61 background.


White color preview on #6F6B61 background

This text has white color on #6F6B61 background.