COLOR #6F5C4A

HEX: #6F5C4A
RGB: (111,92,74)

Color info

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

RGB color model

#6F5C4A color RGB value is (111,92,74).

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

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 74 of 255 = 29%

111
92
74

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

Portions of RGB colors in percentages

R + G + B =
111 + 92 + 74 = 277 (100%)
R 111 of 277 ~ 40.07%
G 92 of 277 ~ 33.21%
B 74 of 277 ~ 26.71%

%40.07
%33.21
%26.71

CMYK color model

#6F5C4A color CMYK value is (0,17,33,56).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(0,17,33,56)
C0M17Y33K56 
(0%,17%,33%,56%)
(0.00/0.17/0.33/0.56)	

CMYK percentages

%0
%17.12
%33.33
%56.47

Codes

Color #6F5C4A in popluar color models

6F5C4A
RGB1119274
HSL29°20.00%36.27%
HSB/HSV29°33.33%43.53%
CMYK0.00%17.12%33.33%
56.47%

Color #6F5C4A in popluar number systems.

HEX6F5C4A
Decimal1119274
Binary110111110111001001010
Octal157134112

Shades and tints

Shades of #6F5C4A

#6F5C4A
(111,92,74)
#655444
(101,84,68)
#5B4C3E
(91,76,62)
#514438
(81,68,56)
#473C32
(71,60,50)
#3D342C
(61,52,44)
#332C26
(51,44,38)
#292420
(41,36,32)
#1F1C1A
(31,28,26)
#151414
(21,20,20)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #6F5C4A

#6F5C4A
(111,92,74)
#7C6A5A
(124,106,90)
#89786A
(137,120,106)
#96867A
(150,134,122)
#A3948A
(163,148,138)
#B0A29A
(176,162,154)
#BDB0AA
(189,176,170)
#CABEBA
(202,190,186)
#D7CCCA
(215,204,202)
#E4DADA
(228,218,218)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5C4A; }

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

This text font color is #6F5C4A.


Background Color

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

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

This div background color is #6F5C4A.


Border color

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

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

This div border color is #6F5C4A.


Opacity

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

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

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

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

This text has shadow with #6F5C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5C4A on black background.


Color preview on white background

This text has color #6F5C4A on white background.



Black color preview on #6F5C4A background

This text has black color on #6F5C4A background.


White color preview on #6F5C4A background

This text has white color on #6F5C4A background.