COLOR #6F5537

HEX: #6F5537
RGB: (111,85,55)

Color info

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

RGB color model

#6F5537 color RGB value is (111,85,55).

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

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 55 of 255 = 22%

111
85
55

R + G + B ~ 33%. #6F5537 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 55 = 251 (100%)
R 111 of 251 ~ 44.22%
G 85 of 251 ~ 33.86%
B 55 of 251 ~ 21.91%

%44.22
%33.86
%21.91

CMYK color model

#6F5537 color CMYK value is (0,23,50,56).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 50.45%
  • key color value is 56.47%
CMYK:
(0,23,50,56)
C0M23Y50K56 
(0%,23%,50%,56%)
(0.00/0.23/0.50/0.56)	

CMYK percentages

%0
%23.42
%50.45
%56.47

Codes

Color #6F5537 in popluar color models

6F5537
RGB1118555
HSL32°33.73%32.55%
HSB/HSV32°50.45%43.53%
CMYK0.00%23.42%50.45%
56.47%

Color #6F5537 in popluar number systems.

HEX6F5537
Decimal1118555
Binary11011111010101110111
Octal15712567

Shades and tints

Shades of #6F5537

#6F5537
(111,85,55)
#654E32
(101,78,50)
#5B472D
(91,71,45)
#514028
(81,64,40)
#473923
(71,57,35)
#3D321E
(61,50,30)
#332B19
(51,43,25)
#292414
(41,36,20)
#1F1D0F
(31,29,15)
#15160A
(21,22,10)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #6F5537

#6F5537
(111,85,55)
#7C6449
(124,100,73)
#89735B
(137,115,91)
#96826D
(150,130,109)
#A3917F
(163,145,127)
#B0A091
(176,160,145)
#BDAFA3
(189,175,163)
#CABEB5
(202,190,181)
#D7CDC7
(215,205,199)
#E4DCD9
(228,220,217)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5537; }

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

This text font color is #6F5537.


Background Color

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

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

This div background color is #6F5537.


Border color

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

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

This div border color is #6F5537.


Opacity

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

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

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

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

This text has shadow with #6F5537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5537 on black background.


Color preview on white background

This text has color #6F5537 on white background.



Black color preview on #6F5537 background

This text has black color on #6F5537 background.


White color preview on #6F5537 background

This text has white color on #6F5537 background.