COLOR #6F6C59

HEX: #6F6C59 RGB: (111,108,89)

Color info

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

RGB color model

#6F6C59 color RGB value is (111,108,89).

RGB: (111,108,89) (44%, 42%, 35%)

RGB channels and saturation

R 111 of 255 = 44%
G 108 of 255 = 42%
B 89 of 255 = 35%

111
108
89

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

Portions of RGB colors in percentages

R + G + B = 111 + 108 + 89 = 308 (100%)
R 111 of 308 ~ 36.04%
G 108 of 308 ~ 35.06%
B 89 of 308 ~ 28.9'%

%36.04
%35.06
%28.9

CMYK color model

#6F6C59 color CMYK value is (0,3,20,56).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 19.82%
  • key color value is 56.47%
CMYK: (0,3,20,56) C0M3Y20K56 (0%,3%,20%,56%) (0.00/0.03/0.20/0.56) 

CMYK percentages

%0
%2.7
%19.82
%56.47

Codes

Color #6F6C59 in popluar color models

6F 6C 59
RGB 111 108 89
HSL 52° 11.00% 39.22%
HSB/HSV 52° 19.82% 43.53%
CMYK 0.00% 2.70% 19.82%
56.47%

Color #6F6C59 in popluar number systems.

HEX 6F 6C 59
Decimal 111 108 89
Binary 1101111 1101100 1011001
Octal 157 154 131

Shades and tints

Shades of #6F6C59

#6F6C59
(111,108,89)
#656351
(101,99,81)
#5B5A49
(91,90,73)
#515141
(81,81,65)
#474839
(71,72,57)
#3D3F31
(61,63,49)
#333629
(51,54,41)
#292D21
(41,45,33)
#1F2419
(31,36,25)
#151B11
(21,27,17)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #6F6C59

#6F6C59
(111,108,89)
#7C7968
(124,121,104)
#898677
(137,134,119)
#969386
(150,147,134)
#A3A095
(163,160,149)
#B0ADA4
(176,173,164)
#BDBAB3
(189,186,179)
#CAC7C2
(202,199,194)
#D7D4D1
(215,212,209)
#E4E1E0
(228,225,224)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6C59 color. Also use rgb(111,108,89) instead hex code.

Text Font Color

.myTextColor { color: #6F6C59; }

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

This text font color is #6F6C59.

Background Color

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

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

This div background color is #6F6C59.

Border color

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

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

This div border color is #6F6C59.

Opacity

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

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

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

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

This text has shadow with #6F6C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6C59.

Preview

Color preview on black background

This text has color #6F6C59 on black background.


Color preview on white background

This text has color #6F6C59 on white background.


Black color preview on #6F6C59 background

This text has black color on #6F6C59 background.


White color preview on #6F6C59 background

This text has white color on #6F6C59 background.


Related colors

Complementary color

Complementary color for #hex is #9093A6.


I love getcolorcode.com

Triadic colors

1 #596F6C and #6C596F with #6F6C59 are triadic colors.

2 #596C6F and #6C6F59 with #6F6C59 are triadic colors.