COLOR #6F6A5E

HEX: #6F6A5E RGB: (111,106,94)

Color info

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

RGB color model

#6F6A5E color RGB value is (111,106,94).

RGB: (111,106,94) (44%, 42%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 94 of 255 = 37%

111
106
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 106 + 94 = 311 (100%)
R 111 of 311 ~ 35.69%
G 106 of 311 ~ 34.08%
B 94 of 311 ~ 30.23'%

%35.69
%34.08
%30.23

CMYK color model

#6F6A5E color CMYK value is (0,5,15,56).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 15.32%
  • key color value is 56.47%

CMYK: (0,5,15,56)
C0M5Y15K56 (0%, 5%, 15%, 56%)
(0.00 / 0.05 / 0.15 / 0.56)

CMYK percentages

%0
%4.5
%15.32
%56.47

Codes

Color #6F6A5E in popluar color models

6F 6A 5E
RGB 111 106 94
HSL 42° 8.29% 40.20%
HSB/HSV 42° 15.32% 43.53%
CMYK 0.00% 4.50% 15.32%
56.47%

Color #6F6A5E in popluar number systems.

HEX 6F 6A 5E
Decimal 111 106 94
Binary 1101111 1101010 1011110
Octal 157 152 136

Shades and tints

Shades of #6F6A5E

#6F6A5E
(111,106,94)
#656156
(101,97,86)
#5B584E
(91,88,78)
#514F46
(81,79,70)
#47463E
(71,70,62)
#3D3D36
(61,61,54)
#33342E
(51,52,46)
#292B26
(41,43,38)
#1F221E
(31,34,30)
#151916
(21,25,22)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F6A5E

#6F6A5E
(111,106,94)
#7C776C
(124,119,108)
#89847A
(137,132,122)
#969188
(150,145,136)
#A39E96
(163,158,150)
#B0ABA4
(176,171,164)
#BDB8B2
(189,184,178)
#CAC5C0
(202,197,192)
#D7D2CE
(215,210,206)
#E4DFDC
(228,223,220)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6A5E; }

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

This text font color is #6F6A5E.

Background Color

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

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

This div background color is #6F6A5E.

Border color

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

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

This div border color is #6F6A5E.

Opacity

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

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

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

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

This text has shadow with #6F6A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6A5E.

Preview

Color preview on black background

This text has color #6F6A5E on black background.


Color preview on white background

This text has color #6F6A5E on white background.


Black color preview on #6F6A5E background

This text has black color on #6F6A5E background.


White color preview on #6F6A5E background

This text has white color on #6F6A5E background.


Related colors

Complementary color

Complementary color for #hex is #9095A1.


I love getcolorcode.com

Triadic colors

1 #5E6F6A and #6A5E6F with #6F6A5E are triadic colors.

2 #5E6A6F and #6A6F5E with #6F6A5E are triadic colors.