COLOR #6F6557

HEX: #6F6557
RGB: (111,101,87)

Color info

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

RGB color model

#6F6557 color RGB value is (111,101,87).

  • red value is 111;
  • green value is 101;
  • blue value is 87.
RGB:
(111,101,87)
(44%,40%,34%)

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 87 of 255 = 34%

111
101
87

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

Portions of RGB colors in percentages

R + G + B =
111 + 101 + 87 = 299 (100%)
R 111 of 299 ~ 37.12%
G 101 of 299 ~ 33.78%
B 87 of 299 ~ 29.1%

%37.12
%33.78
%29.1

CMYK color model

#6F6557 color CMYK value is (0,9,22,56).

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 21.62%
  • key color value is 56.47%
CMYK:
(0,9,22,56)
C0M9Y22K56 
(0%,9%,22%,56%)
(0.00/0.09/0.22/0.56)	

CMYK percentages

%0
%9.01
%21.62
%56.47

Codes

Color #6F6557 in popluar color models

6F6557
RGB11110187
HSL35°12.12%38.82%
HSB/HSV35°21.62%43.53%
CMYK0.00%9.01%21.62%
56.47%

Color #6F6557 in popluar number systems.

HEX6F6557
Decimal11110187
Binary110111111001011010111
Octal157145127

Shades and tints

Shades of #6F6557

#6F6557
(111,101,87)
#655C50
(101,92,80)
#5B5349
(91,83,73)
#514A42
(81,74,66)
#47413B
(71,65,59)
#3D3834
(61,56,52)
#332F2D
(51,47,45)
#292626
(41,38,38)
#1F1D1F
(31,29,31)
#151418
(21,20,24)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F6557

#6F6557
(111,101,87)
#7C7366
(124,115,102)
#898175
(137,129,117)
#968F84
(150,143,132)
#A39D93
(163,157,147)
#B0ABA2
(176,171,162)
#BDB9B1
(189,185,177)
#CAC7C0
(202,199,192)
#D7D5CF
(215,213,207)
#E4E3DE
(228,227,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6557 color. Also use rgb(111,101,87) instead hex code.

Text Font Color

.myTextColor { color: #6F6557; }

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

This text font color is #6F6557.


Background Color

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

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

This div background color is #6F6557.


Border color

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

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

This div border color is #6F6557.


Opacity

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

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

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

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

This text has shadow with #6F6557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6557 on black background.


Color preview on white background

This text has color #6F6557 on white background.



Black color preview on #6F6557 background

This text has black color on #6F6557 background.


White color preview on #6F6557 background

This text has white color on #6F6557 background.