COLOR #6F5961

HEX: #6F5961 RGB: (111,89,97)

Color info

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

RGB color model

#6F5961 color RGB value is (111,89,97).

RGB: (111,89,97) (44%, 35%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 97 of 255 = 38%

111
89
97

R + G + B ~ 39%. #6F5961 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 89 + 97 = 297 (100%)
R 111 of 297 ~ 37.37%
G 89 of 297 ~ 29.97%
B 97 of 297 ~ 32.66'%

%37.37
%29.97
%32.66

CMYK color model

#6F5961 color CMYK value is (0,20,13,56).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 12.61%
  • key color value is 56.47%

CMYK: (0,20,13,56)
C0M20Y13K56 (0%, 20%, 13%, 56%)
(0.00 / 0.20 / 0.13 / 0.56)

CMYK percentages

%0
%19.82
%12.61
%56.47

Codes

Color #6F5961 in popluar color models

6F 59 61
RGB 111 89 97
HSL 338° 11.00% 39.22%
HSB/HSV 338° 19.82% 43.53%
CMYK 0.00% 19.82% 12.61%
56.47%

Color #6F5961 in popluar number systems.

HEX 6F 59 61
Decimal 111 89 97
Binary 1101111 1011001 1100001
Octal 157 131 141

Shades and tints

Shades of #6F5961

#6F5961
(111,89,97)
#655159
(101,81,89)
#5B4951
(91,73,81)
#514149
(81,65,73)
#473941
(71,57,65)
#3D3139
(61,49,57)
#332931
(51,41,49)
#292129
(41,33,41)
#1F1921
(31,25,33)
#151119
(21,17,25)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #6F5961

#6F5961
(111,89,97)
#7C686F
(124,104,111)
#89777D
(137,119,125)
#96868B
(150,134,139)
#A39599
(163,149,153)
#B0A4A7
(176,164,167)
#BDB3B5
(189,179,181)
#CAC2C3
(202,194,195)
#D7D1D1
(215,209,209)
#E4E0DF
(228,224,223)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5961; }

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

This text font color is #6F5961.

Background Color

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

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

This div background color is #6F5961.

Border color

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

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

This div border color is #6F5961.

Opacity

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

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

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

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

This text has shadow with #6F5961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5961.

Preview

Color preview on black background

This text has color #6F5961 on black background.


Color preview on white background

This text has color #6F5961 on white background.


Black color preview on #6F5961 background

This text has black color on #6F5961 background.


White color preview on #6F5961 background

This text has white color on #6F5961 background.


Related colors

Complementary color

Complementary color for #hex is #90A69E.


I love getcolorcode.com

Triadic colors

1 #616F59 and #59616F with #6F5961 are triadic colors.

2 #61596F and #596F61 with #6F5961 are triadic colors.