COLOR #6F615E

HEX: #6F615E RGB: (111,97,94)

Color info

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

RGB color model

#6F615E color RGB value is (111,97,94).

RGB: (111,97,94) (44%, 38%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 94 of 255 = 37%

111
97
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 97 + 94 = 302 (100%)
R 111 of 302 ~ 36.75%
G 97 of 302 ~ 32.12%
B 94 of 302 ~ 31.13'%

%36.75
%32.12
%31.13

CMYK color model

#6F615E color CMYK value is (0,13,15,56).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK: (0,13,15,56) C0M13Y15K56 (0%,13%,15%,56%) (0.00/0.13/0.15/0.56) 

CMYK percentages

%0
%12.61
%15.32
%56.47

Codes

Color #6F615E in popluar color models

6F 61 5E
RGB 111 97 94
HSL 11° 8.29% 40.20%
HSB/HSV 11° 15.32% 43.53%
CMYK 0.00% 12.61% 15.32%
56.47%

Color #6F615E in popluar number systems.

HEX 6F 61 5E
Decimal 111 97 94
Binary 1101111 1100001 1011110
Octal 157 141 136

Shades and tints

Shades of #6F615E

#6F615E
(111,97,94)
#655956
(101,89,86)
#5B514E
(91,81,78)
#514946
(81,73,70)
#47413E
(71,65,62)
#3D3936
(61,57,54)
#33312E
(51,49,46)
#292926
(41,41,38)
#1F211E
(31,33,30)
#151916
(21,25,22)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F615E

#6F615E
(111,97,94)
#7C6F6C
(124,111,108)
#897D7A
(137,125,122)
#968B88
(150,139,136)
#A39996
(163,153,150)
#B0A7A4
(176,167,164)
#BDB5B2
(189,181,178)
#CAC3C0
(202,195,192)
#D7D1CE
(215,209,206)
#E4DFDC
(228,223,220)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F615E; }

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

This text font color is #6F615E.

Background Color

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

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

This div background color is #6F615E.

Border color

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

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

This div border color is #6F615E.

Opacity

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

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

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

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

This text has shadow with #6F615E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F615E.

Preview

Color preview on black background

This text has color #6F615E on black background.


Color preview on white background

This text has color #6F615E on white background.


Black color preview on #6F615E background

This text has black color on #6F615E background.


White color preview on #6F615E background

This text has white color on #6F615E background.


Related colors

Complementary color

Complementary color for #hex is #909EA1.


I love getcolorcode.com

Triadic colors

1 #5E6F61 and #615E6F with #6F615E are triadic colors.

2 #5E616F and #616F5E with #6F615E are triadic colors.