COLOR #6F615D

HEX: #6F615D RGB: (111,97,93)

Color info

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

RGB color model

#6F615D color RGB value is (111,97,93).

RGB: (111,97,93) (44%, 38%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 93 of 255 = 36%

111
97
93

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

Portions of RGB colors in percentages

R + G + B = 111 + 97 + 93 = 301 (100%)
R 111 of 301 ~ 36.88%
G 97 of 301 ~ 32.23%
B 93 of 301 ~ 30.9'%

%36.88
%32.23
%30.9

CMYK color model

#6F615D color CMYK value is (0,13,16,56).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 16.22%
  • key color value is 56.47%
CMYK: (0,13,16,56) C0M13Y16K56 (0%,13%,16%,56%) (0.00/0.13/0.16/0.56) 

CMYK percentages

%0
%12.61
%16.22
%56.47

Codes

Color #6F615D in popluar color models

6F 61 5D
RGB 111 97 93
HSL 13° 8.82% 40.00%
HSB/HSV 13° 16.22% 43.53%
CMYK 0.00% 12.61% 16.22%
56.47%

Color #6F615D in popluar number systems.

HEX 6F 61 5D
Decimal 111 97 93
Binary 1101111 1100001 1011101
Octal 157 141 135

Shades and tints

Shades of #6F615D

#6F615D
(111,97,93)
#655955
(101,89,85)
#5B514D
(91,81,77)
#514945
(81,73,69)
#47413D
(71,65,61)
#3D3935
(61,57,53)
#33312D
(51,49,45)
#292925
(41,41,37)
#1F211D
(31,33,29)
#151915
(21,25,21)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #6F615D

#6F615D
(111,97,93)
#7C6F6B
(124,111,107)
#897D79
(137,125,121)
#968B87
(150,139,135)
#A39995
(163,153,149)
#B0A7A3
(176,167,163)
#BDB5B1
(189,181,177)
#CAC3BF
(202,195,191)
#D7D1CD
(215,209,205)
#E4DFDB
(228,223,219)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F615D; }

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

This text font color is #6F615D.

Background Color

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

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

This div background color is #6F615D.

Border color

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

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

This div border color is #6F615D.

Opacity

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

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

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

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

This text has shadow with #6F615D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F615D.

Preview

Color preview on black background

This text has color #6F615D on black background.


Color preview on white background

This text has color #6F615D on white background.


Black color preview on #6F615D background

This text has black color on #6F615D background.


White color preview on #6F615D background

This text has white color on #6F615D background.


Related colors

Complementary color

Complementary color for #hex is #909EA2.


I love getcolorcode.com

Triadic colors

1 #5D6F61 and #615D6F with #6F615D are triadic colors.

2 #5D616F and #616F5D with #6F615D are triadic colors.