COLOR #6F5C2A

HEX: #6F5C2A
RGB: (111,92,42)

Color info

#6F5C2A contains mainly red and green colors. Web safe color of #6F5C2A is #666633 (or #663).

RGB color model

#6F5C2A color RGB value is (111,92,42).

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

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 42 of 255 = 16%

111
92
42

R + G + B ~ 32%. #6F5C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 92 + 42 = 245 (100%)
R 111 of 245 ~ 45.31%
G 92 of 245 ~ 37.55%
B 42 of 245 ~ 17.14%

%45.31
%37.55
%17.14

CMYK color model

#6F5C2A color CMYK value is (0,17,62,56).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 62.16%
  • key color value is 56.47%
CMYK:
(0,17,62,56)
C0M17Y62K56 
(0%,17%,62%,56%)
(0.00/0.17/0.62/0.56)	

CMYK percentages

%0
%17.12
%62.16
%56.47

Codes

Color #6F5C2A in popluar color models

6F5C2A
RGB1119242
HSL43°45.10%30.00%
HSB/HSV43°62.16%43.53%
CMYK0.00%17.12%62.16%
56.47%

Color #6F5C2A in popluar number systems.

HEX6F5C2A
Decimal1119242
Binary11011111011100101010
Octal15713452

Shades and tints

Shades of #6F5C2A

#6F5C2A
(111,92,42)
#655427
(101,84,39)
#5B4C24
(91,76,36)
#514421
(81,68,33)
#473C1E
(71,60,30)
#3D341B
(61,52,27)
#332C18
(51,44,24)
#292415
(41,36,21)
#1F1C12
(31,28,18)
#15140F
(21,20,15)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #6F5C2A

#6F5C2A
(111,92,42)
#7C6A3D
(124,106,61)
#897850
(137,120,80)
#968663
(150,134,99)
#A39476
(163,148,118)
#B0A289
(176,162,137)
#BDB09C
(189,176,156)
#CABEAF
(202,190,175)
#D7CCC2
(215,204,194)
#E4DAD5
(228,218,213)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5C2A; }

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

This text font color is #6F5C2A.


Background Color

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

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

This div background color is #6F5C2A.


Border color

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

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

This div border color is #6F5C2A.


Opacity

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

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

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

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

This text has shadow with #6F5C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5C2A on black background.


Color preview on white background

This text has color #6F5C2A on white background.



Black color preview on #6F5C2A background

This text has black color on #6F5C2A background.


White color preview on #6F5C2A background

This text has white color on #6F5C2A background.