COLOR #6F5D64

HEX: #6F5D64
RGB: (111,93,100)

Color info

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

RGB color model

#6F5D64 color RGB value is (111,93,100).

  • red value is 111;
  • green value is 93;
  • blue value is 100.
RGB: (111,93,100) (44%,36%,39%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 100 of 255 = 39%

111
93
100

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

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 100 = 304 (100%)
R 111 of 304 ~ 36.51%
G 93 of 304 ~ 30.59%
B 100 of 304 ~ 32.89%

%36.51
%30.59
%32.89

CMYK color model

#6F5D64 color CMYK value is (0,16,10,56).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 9.91%
  • key color value is 56.47%
CMYK: (0,16,10,56) C0M16Y10K56 (0%,16%,10%,56%) (0.00/0.16/0.10/0.56)

CMYK percentages

%0
%16.22
%9.91
%56.47

Codes

Color #6F5D64 in popluar color models

6F5D64
RGB11193100
HSL337°8.82%40.00%
HSB/HSV337°16.22%43.53%
CMYK0.00%16.22%9.91%
56.47%

Color #6F5D64 in popluar number systems.

HEX6F5D64
Decimal11193100
Binary110111110111011100100
Octal157135144

Shades and tints

Shades of #6F5D64

#6F5D64
(111,93,100)
#65555B
(101,85,91)
#5B4D52
(91,77,82)
#514549
(81,69,73)
#473D40
(71,61,64)
#3D3537
(61,53,55)
#332D2E
(51,45,46)
#292525
(41,37,37)
#1F1D1C
(31,29,28)
#151513
(21,21,19)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #6F5D64

#6F5D64
(111,93,100)
#7C6B72
(124,107,114)
#897980
(137,121,128)
#96878E
(150,135,142)
#A3959C
(163,149,156)
#B0A3AA
(176,163,170)
#BDB1B8
(189,177,184)
#CABFC6
(202,191,198)
#D7CDD4
(215,205,212)
#E4DBE2
(228,219,226)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D64; }

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

This text font color is #6F5D64.


Background Color

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

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

This div background color is #6F5D64.


Border color

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

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

This div border color is #6F5D64.


Opacity

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

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

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

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

This text has shadow with #6F5D64 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #6F5D64; -webkit-box-shadow:	1px 1px 3px 2px #6F5D64; box-shadow:	1px 1px 3px 2px #6F5D64; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6F5D64; -webkit-box-shadow: 1px 1px 3px 2px #6F5D64; box-shadow:1px 1px 3px 2px #6F5D64;">
Div content here</div>
This div box has shadow with color #6F5D64.

Preview

Color preview on black background

This text has color #6F5D64 on black background.


Color preview on white background

This text has color #6F5D64 on white background.



Black color preview on #6F5D64 background

This text has black color on #6F5D64 background.


White color preview on #6F5D64 background

This text has white color on #6F5D64 background.