COLOR #6F5F60

HEX: #6F5F60 RGB: (111,95,96)

Color info

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

RGB color model

#6F5F60 color RGB value is (111,95,96).

RGB: (111,95,96) (44%, 37%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 96 of 255 = 38%

111
95
96

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

Portions of RGB colors in percentages

R + G + B = 111 + 95 + 96 = 302 (100%)
R 111 of 302 ~ 36.75%
G 95 of 302 ~ 31.46%
B 96 of 302 ~ 31.79'%

%36.75
%31.46
%31.79

CMYK color model

#6F5F60 color CMYK value is (0,14,14,56).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 13.51%
  • key color value is 56.47%

CMYK: (0,14,14,56)
C0M14Y14K56 (0%, 14%, 14%, 56%)
(0.00 / 0.14 / 0.14 / 0.56)

CMYK percentages

%0
%14.41
%13.51
%56.47

Codes

Color #6F5F60 in popluar color models

6F 5F 60
RGB 111 95 96
HSL 356° 7.77% 40.39%
HSB/HSV 356° 14.41% 43.53%
CMYK 0.00% 14.41% 13.51%
56.47%

Color #6F5F60 in popluar number systems.

HEX 6F 5F 60
Decimal 111 95 96
Binary 1101111 1011111 1100000
Octal 157 137 140

Shades and tints

Shades of #6F5F60

#6F5F60
(111,95,96)
#655758
(101,87,88)
#5B4F50
(91,79,80)
#514748
(81,71,72)
#473F40
(71,63,64)
#3D3738
(61,55,56)
#332F30
(51,47,48)
#292728
(41,39,40)
#1F1F20
(31,31,32)
#151718
(21,23,24)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F5F60

#6F5F60
(111,95,96)
#7C6D6E
(124,109,110)
#897B7C
(137,123,124)
#96898A
(150,137,138)
#A39798
(163,151,152)
#B0A5A6
(176,165,166)
#BDB3B4
(189,179,180)
#CAC1C2
(202,193,194)
#D7CFD0
(215,207,208)
#E4DDDE
(228,221,222)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5F60 color. Also use rgb(111,95,96) instead hex code.

Text Font Color

.myTextColor { color: #6F5F60; }

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

This text font color is #6F5F60.

Background Color

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

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

This div background color is #6F5F60.

Border color

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

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

This div border color is #6F5F60.

Opacity

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

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

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

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

This text has shadow with #6F5F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5F60.

Preview

Color preview on black background

This text has color #6F5F60 on black background.


Color preview on white background

This text has color #6F5F60 on white background.


Black color preview on #6F5F60 background

This text has black color on #6F5F60 background.


White color preview on #6F5F60 background

This text has white color on #6F5F60 background.


Related colors

Complementary color

Complementary color for #hex is #90A09F.


I love getcolorcode.com

Triadic colors

1 #606F5F and #5F606F with #6F5F60 are triadic colors.

2 #605F6F and #5F6F60 with #6F5F60 are triadic colors.