COLOR #6F5D37

HEX: #6F5D37
RGB: (111,93,55)

Color info

#6F5D37 contains red, green and blue colors in about the same proportion. Web safe color of #6F5D37 is #666633 (or #663).

RGB color model

#6F5D37 color RGB value is (111,93,55).

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

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 55 of 255 = 22%

111
93
55

R + G + B ~ 34%. #6F5D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 55 = 259 (100%)
R 111 of 259 ~ 42.86%
G 93 of 259 ~ 35.91%
B 55 of 259 ~ 21.24%

%42.86
%35.91
%21.24

CMYK color model

#6F5D37 color CMYK value is (0,16,50,56).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 50.45%
  • key color value is 56.47%
CMYK:
(0,16,50,56)
C0M16Y50K56 
(0%,16%,50%,56%)
(0.00/0.16/0.50/0.56)	

CMYK percentages

%0
%16.22
%50.45
%56.47

Codes

Color #6F5D37 in popluar color models

6F5D37
RGB1119355
HSL41°33.73%32.55%
HSB/HSV41°50.45%43.53%
CMYK0.00%16.22%50.45%
56.47%

Color #6F5D37 in popluar number systems.

HEX6F5D37
Decimal1119355
Binary11011111011101110111
Octal15713567

Shades and tints

Shades of #6F5D37

#6F5D37
(111,93,55)
#655532
(101,85,50)
#5B4D2D
(91,77,45)
#514528
(81,69,40)
#473D23
(71,61,35)
#3D351E
(61,53,30)
#332D19
(51,45,25)
#292514
(41,37,20)
#1F1D0F
(31,29,15)
#15150A
(21,21,10)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #6F5D37

#6F5D37
(111,93,55)
#7C6B49
(124,107,73)
#89795B
(137,121,91)
#96876D
(150,135,109)
#A3957F
(163,149,127)
#B0A391
(176,163,145)
#BDB1A3
(189,177,163)
#CABFB5
(202,191,181)
#D7CDC7
(215,205,199)
#E4DBD9
(228,219,217)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D37; }

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

This text font color is #6F5D37.


Background Color

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

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

This div background color is #6F5D37.


Border color

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

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

This div border color is #6F5D37.


Opacity

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

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

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

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

This text has shadow with #6F5D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D37 on black background.


Color preview on white background

This text has color #6F5D37 on white background.



Black color preview on #6F5D37 background

This text has black color on #6F5D37 background.


White color preview on #6F5D37 background

This text has white color on #6F5D37 background.