COLOR #6F6B58

HEX: #6F6B58 RGB: (111,107,88)

Color info

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

RGB color model

#6F6B58 color RGB value is (111,107,88).

RGB: (111,107,88) (44%, 42%, 35%)

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 88 of 255 = 35%

111
107
88

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

Portions of RGB colors in percentages

R + G + B = 111 + 107 + 88 = 306 (100%)
R 111 of 306 ~ 36.27%
G 107 of 306 ~ 34.97%
B 88 of 306 ~ 28.76'%

%36.27
%34.97
%28.76

CMYK color model

#6F6B58 color CMYK value is (0,4,21,56).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 20.72%
  • key color value is 56.47%

CMYK: (0,4,21,56)
C0M4Y21K56 (0%, 4%, 21%, 56%)
(0.00 / 0.04 / 0.21 / 0.56)

CMYK percentages

%0
%3.6
%20.72
%56.47

Codes

Color #6F6B58 in popluar color models

6F 6B 58
RGB 111 107 88
HSL 50° 11.56% 39.02%
HSB/HSV 50° 20.72% 43.53%
CMYK 0.00% 3.60% 20.72%
56.47%

Color #6F6B58 in popluar number systems.

HEX 6F 6B 58
Decimal 111 107 88
Binary 1101111 1101011 1011000
Octal 157 153 130

Shades and tints

Shades of #6F6B58

#6F6B58
(111,107,88)
#656250
(101,98,80)
#5B5948
(91,89,72)
#515040
(81,80,64)
#474738
(71,71,56)
#3D3E30
(61,62,48)
#333528
(51,53,40)
#292C20
(41,44,32)
#1F2318
(31,35,24)
#151A10
(21,26,16)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #6F6B58

#6F6B58
(111,107,88)
#7C7867
(124,120,103)
#898576
(137,133,118)
#969285
(150,146,133)
#A39F94
(163,159,148)
#B0ACA3
(176,172,163)
#BDB9B2
(189,185,178)
#CAC6C1
(202,198,193)
#D7D3D0
(215,211,208)
#E4E0DF
(228,224,223)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6B58 color. Also use rgb(111,107,88) instead hex code.

Text Font Color

.myTextColor { color: #6F6B58; }

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

This text font color is #6F6B58.

Background Color

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

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

This div background color is #6F6B58.

Border color

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

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

This div border color is #6F6B58.

Opacity

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

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

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

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

This text has shadow with #6F6B58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6B58.

Preview

Color preview on black background

This text has color #6F6B58 on black background.


Color preview on white background

This text has color #6F6B58 on white background.


Black color preview on #6F6B58 background

This text has black color on #6F6B58 background.


White color preview on #6F6B58 background

This text has white color on #6F6B58 background.


Related colors

Complementary color

Complementary color for #hex is #9094A7.


I love getcolorcode.com

Triadic colors

1 #586F6B and #6B586F with #6F6B58 are triadic colors.

2 #586B6F and #6B6F58 with #6F6B58 are triadic colors.