COLOR #6F895E

HEX: #6F895E RGB: (111,137,94)

Color info

#6F895E contains red, green and blue colors in about the same proportion. Web safe color of #6F895E is #669966 (or #696).

RGB color model

#6F895E color RGB value is (111,137,94).

RGB: (111,137,94) (44%, 54%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 94 of 255 = 37%

111
137
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 137 + 94 = 342 (100%)
R 111 of 342 ~ 32.46%
G 137 of 342 ~ 40.06%
B 94 of 342 ~ 27.49'%

%32.46
%40.06
%27.49

CMYK color model

#6F895E color CMYK value is (19,0,31,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 46.27%

CMYK: (19,0,31,46)
C19M0Y31K46 (19%, 0%, 31%, 46%)
(0.19 / 0.00 / 0.31 / 0.46)

CMYK percentages

%18.98
%0
%31.39
%46.27

Codes

Color #6F895E in popluar color models

6F 89 5E
RGB 111 137 94
HSL 96° 18.61% 45.29%
HSB/HSV 96° 31.39% 53.73%
CMYK 18.98% 0.00% 31.39%
46.27%

Color #6F895E in popluar number systems.

HEX 6F 89 5E
Decimal 111 137 94
Binary 1101111 10001001 1011110
Octal 157 211 136

Shades and tints

Shades of #6F895E

#6F895E
(111,137,94)
#657D56
(101,125,86)
#5B714E
(91,113,78)
#516546
(81,101,70)
#47593E
(71,89,62)
#3D4D36
(61,77,54)
#33412E
(51,65,46)
#293526
(41,53,38)
#1F291E
(31,41,30)
#151D16
(21,29,22)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F895E

#6F895E
(111,137,94)
#7C936C
(124,147,108)
#899D7A
(137,157,122)
#96A788
(150,167,136)
#A3B196
(163,177,150)
#B0BBA4
(176,187,164)
#BDC5B2
(189,197,178)
#CACFC0
(202,207,192)
#D7D9CE
(215,217,206)
#E4E3DC
(228,227,220)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F895E; }

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

This text font color is #6F895E.

Background Color

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

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

This div background color is #6F895E.

Border color

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

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

This div border color is #6F895E.

Opacity

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

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

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

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

This text has shadow with #6F895E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F895E.

Preview

Color preview on black background

This text has color #6F895E on black background.


Color preview on white background

This text has color #6F895E on white background.


Black color preview on #6F895E background

This text has black color on #6F895E background.


White color preview on #6F895E background

This text has white color on #6F895E background.


Related colors

Complementary color

Complementary color for #hex is #9076A1.


I love getcolorcode.com

Triadic colors

1 #5E6F89 and #895E6F with #6F895E are triadic colors.

2 #5E896F and #896F5E with #6F895E are triadic colors.