COLOR #6F565B

HEX: #6F565B RGB: (111,86,91)

Color info

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

RGB color model

#6F565B color RGB value is (111,86,91).

RGB: (111,86,91) (44%, 34%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 91 of 255 = 36%

111
86
91

R + G + B ~ 38%. #6F565B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 86 + 91 = 288 (100%)
R 111 of 288 ~ 38.54%
G 86 of 288 ~ 29.86%
B 91 of 288 ~ 31.6'%

%38.54
%29.86
%31.6

CMYK color model

#6F565B color CMYK value is (0,23,18,56).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 18.02%
  • key color value is 56.47%

CMYK: (0,23,18,56)
C0M23Y18K56 (0%, 23%, 18%, 56%)
(0.00 / 0.23 / 0.18 / 0.56)

CMYK percentages

%0
%22.52
%18.02
%56.47

Codes

Color #6F565B in popluar color models

6F 56 5B
RGB 111 86 91
HSL 348° 12.69% 38.63%
HSB/HSV 348° 22.52% 43.53%
CMYK 0.00% 22.52% 18.02%
56.47%

Color #6F565B in popluar number systems.

HEX 6F 56 5B
Decimal 111 86 91
Binary 1101111 1010110 1011011
Octal 157 126 133

Shades and tints

Shades of #6F565B

#6F565B
(111,86,91)
#654F53
(101,79,83)
#5B484B
(91,72,75)
#514143
(81,65,67)
#473A3B
(71,58,59)
#3D3333
(61,51,51)
#332C2B
(51,44,43)
#292523
(41,37,35)
#1F1E1B
(31,30,27)
#151713
(21,23,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F565B

#6F565B
(111,86,91)
#7C6569
(124,101,105)
#897477
(137,116,119)
#968385
(150,131,133)
#A39293
(163,146,147)
#B0A1A1
(176,161,161)
#BDB0AF
(189,176,175)
#CABFBD
(202,191,189)
#D7CECB
(215,206,203)
#E4DDD9
(228,221,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F565B color. Also use rgb(111,86,91) instead hex code.

Text Font Color

.myTextColor { color: #6F565B; }

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

This text font color is #6F565B.

Background Color

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

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

This div background color is #6F565B.

Border color

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

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

This div border color is #6F565B.

Opacity

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

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

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

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

This text has shadow with #6F565B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F565B.

Preview

Color preview on black background

This text has color #6F565B on black background.


Color preview on white background

This text has color #6F565B on white background.


Black color preview on #6F565B background

This text has black color on #6F565B background.


White color preview on #6F565B background

This text has white color on #6F565B background.


Related colors

Complementary color

Complementary color for #hex is #90A9A4.


I love getcolorcode.com

Triadic colors

1 #5B6F56 and #565B6F with #6F565B are triadic colors.

2 #5B566F and #566F5B with #6F565B are triadic colors.