COLOR #6F975E

HEX: #6F975E RGB: (111,151,94)

Color info

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

RGB color model

#6F975E color RGB value is (111,151,94).

RGB: (111,151,94) (44%, 59%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 94 of 255 = 37%

111
151
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 151 + 94 = 356 (100%)
R 111 of 356 ~ 31.18%
G 151 of 356 ~ 42.42%
B 94 of 356 ~ 26.4'%

%31.18
%42.42
%26.4

CMYK color model

#6F975E color CMYK value is (26,0,38,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 40.78%

CMYK: (26,0,38,41)
C26M0Y38K41 (26%, 0%, 38%, 41%)
(0.26 / 0.00 / 0.38 / 0.41)

CMYK percentages

%26.49
%0
%37.75
%40.78

Codes

Color #6F975E in popluar color models

6F 97 5E
RGB 111 151 94
HSL 102° 23.27% 48.04%
HSB/HSV 102° 37.75% 59.22%
CMYK 26.49% 0.00% 37.75%
40.78%

Color #6F975E in popluar number systems.

HEX 6F 97 5E
Decimal 111 151 94
Binary 1101111 10010111 1011110
Octal 157 227 136

Shades and tints

Shades of #6F975E

#6F975E
(111,151,94)
#658A56
(101,138,86)
#5B7D4E
(91,125,78)
#517046
(81,112,70)
#47633E
(71,99,62)
#3D5636
(61,86,54)
#33492E
(51,73,46)
#293C26
(41,60,38)
#1F2F1E
(31,47,30)
#152216
(21,34,22)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #6F975E

#6F975E
(111,151,94)
#7CA06C
(124,160,108)
#89A97A
(137,169,122)
#96B288
(150,178,136)
#A3BB96
(163,187,150)
#B0C4A4
(176,196,164)
#BDCDB2
(189,205,178)
#CAD6C0
(202,214,192)
#D7DFCE
(215,223,206)
#E4E8DC
(228,232,220)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F975E; }

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

This text font color is #6F975E.

Background Color

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

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

This div background color is #6F975E.

Border color

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

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

This div border color is #6F975E.

Opacity

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

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

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

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

This text has shadow with #6F975E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F975E.

Preview

Color preview on black background

This text has color #6F975E on black background.


Color preview on white background

This text has color #6F975E on white background.


Black color preview on #6F975E background

This text has black color on #6F975E background.


White color preview on #6F975E background

This text has white color on #6F975E background.


Related colors

Complementary color

Complementary color for #hex is #9068A1.


I love getcolorcode.com

Triadic colors

1 #5E6F97 and #975E6F with #6F975E are triadic colors.

2 #5E976F and #976F5E with #6F975E are triadic colors.