COLOR #6F5C45

HEX: #6F5C45
RGB: (111,92,69)

Color info

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

RGB color model

#6F5C45 color RGB value is (111,92,69).

  • red value is 111;
  • green value is 92;
  • blue value is 69.
RGB:
(111,92,69)
(44%,36%,27%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 69 of 255 = 27%

111
92
69

R + G + B ~ 36%. #6F5C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 92 + 69 = 272 (100%)
R 111 of 272 ~ 40.81%
G 92 of 272 ~ 33.82%
B 69 of 272 ~ 25.37%

%40.81
%33.82
%25.37

CMYK color model

#6F5C45 color CMYK value is (0,17,38,56).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 37.84%
  • key color value is 56.47%
CMYK:
(0,17,38,56)
C0M17Y38K56 
(0%,17%,38%,56%)
(0.00/0.17/0.38/0.56)	

CMYK percentages

%0
%17.12
%37.84
%56.47

Codes

Color #6F5C45 in popluar color models

6F5C45
RGB1119269
HSL33°23.33%35.29%
HSB/HSV33°37.84%43.53%
CMYK0.00%17.12%37.84%
56.47%

Color #6F5C45 in popluar number systems.

HEX6F5C45
Decimal1119269
Binary110111110111001000101
Octal157134105

Shades and tints

Shades of #6F5C45

#6F5C45
(111,92,69)
#65543F
(101,84,63)
#5B4C39
(91,76,57)
#514433
(81,68,51)
#473C2D
(71,60,45)
#3D3427
(61,52,39)
#332C21
(51,44,33)
#29241B
(41,36,27)
#1F1C15
(31,28,21)
#15140F
(21,20,15)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #6F5C45

#6F5C45
(111,92,69)
#7C6A55
(124,106,85)
#897865
(137,120,101)
#968675
(150,134,117)
#A39485
(163,148,133)
#B0A295
(176,162,149)
#BDB0A5
(189,176,165)
#CABEB5
(202,190,181)
#D7CCC5
(215,204,197)
#E4DAD5
(228,218,213)
#F1E8E5
(241,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5C45 color. Also use rgb(111,92,69) instead hex code.

Text Font Color

.myTextColor { color: #6F5C45; }

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

This text font color is #6F5C45.


Background Color

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

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

This div background color is #6F5C45.


Border color

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

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

This div border color is #6F5C45.


Opacity

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

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

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

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

This text has shadow with #6F5C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5C45 on black background.


Color preview on white background

This text has color #6F5C45 on white background.



Black color preview on #6F5C45 background

This text has black color on #6F5C45 background.


White color preview on #6F5C45 background

This text has white color on #6F5C45 background.