COLOR #6F6E51

HEX: #6F6E51 RGB: (111,110,81)

Color info

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

RGB color model

#6F6E51 color RGB value is (111,110,81).

RGB: (111,110,81) (44%, 43%, 32%)

RGB channels and saturation

R 111 of 255 = 44%
G 110 of 255 = 43%
B 81 of 255 = 32%

111
110
81

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

Portions of RGB colors in percentages

R + G + B = 111 + 110 + 81 = 302 (100%)
R 111 of 302 ~ 36.75%
G 110 of 302 ~ 36.42%
B 81 of 302 ~ 26.82'%

%36.75
%36.42
%26.82

CMYK color model

#6F6E51 color CMYK value is (0,1,27,56).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 27.03%
  • key color value is 56.47%

CMYK: (0,1,27,56)
C0M1Y27K56 (0%, 1%, 27%, 56%)
(0.00 / 0.01 / 0.27 / 0.56)

CMYK percentages

%0
%0.9
%27.03
%56.47

Codes

Color #6F6E51 in popluar color models

6F 6E 51
RGB 111 110 81
HSL 58° 15.63% 37.65%
HSB/HSV 58° 27.03% 43.53%
CMYK 0.00% 0.90% 27.03%
56.47%

Color #6F6E51 in popluar number systems.

HEX 6F 6E 51
Decimal 111 110 81
Binary 1101111 1101110 1010001
Octal 157 156 121

Shades and tints

Shades of #6F6E51

#6F6E51
(111,110,81)
#65644A
(101,100,74)
#5B5A43
(91,90,67)
#51503C
(81,80,60)
#474635
(71,70,53)
#3D3C2E
(61,60,46)
#333227
(51,50,39)
#292820
(41,40,32)
#1F1E19
(31,30,25)
#151412
(21,20,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #6F6E51

#6F6E51
(111,110,81)
#7C7B60
(124,123,96)
#89886F
(137,136,111)
#96957E
(150,149,126)
#A3A28D
(163,162,141)
#B0AF9C
(176,175,156)
#BDBCAB
(189,188,171)
#CAC9BA
(202,201,186)
#D7D6C9
(215,214,201)
#E4E3D8
(228,227,216)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6E51 color. Also use rgb(111,110,81) instead hex code.

Text Font Color

.myTextColor { color: #6F6E51; }

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

This text font color is #6F6E51.

Background Color

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

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

This div background color is #6F6E51.

Border color

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

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

This div border color is #6F6E51.

Opacity

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

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

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

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

This text has shadow with #6F6E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6E51.

Preview

Color preview on black background

This text has color #6F6E51 on black background.


Color preview on white background

This text has color #6F6E51 on white background.


Black color preview on #6F6E51 background

This text has black color on #6F6E51 background.


White color preview on #6F6E51 background

This text has white color on #6F6E51 background.


Related colors

Complementary color

Complementary color for #hex is #9091AE.


I love getcolorcode.com

Triadic colors

1 #516F6E and #6E516F with #6F6E51 are triadic colors.

2 #516E6F and #6E6F51 with #6F6E51 are triadic colors.