COLOR #6F4E3A

HEX: #6F4E3A
RGB: (111,78,58)

Color info

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

RGB color model

#6F4E3A color RGB value is (111,78,58).

  • red value is 111;
  • green value is 78;
  • blue value is 58.
RGB:
(111,78,58)
(44%,31%,23%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 58 of 255 = 23%

111
78
58

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

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 58 = 247 (100%)
R 111 of 247 ~ 44.94%
G 78 of 247 ~ 31.58%
B 58 of 247 ~ 23.48%

%44.94
%31.58
%23.48

CMYK color model

#6F4E3A color CMYK value is (0,30,48,56).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 47.75%
  • key color value is 56.47%
CMYK:
(0,30,48,56)
C0M30Y48K56 
(0%,30%,48%,56%)
(0.00/0.30/0.48/0.56)	

CMYK percentages

%0
%29.73
%47.75
%56.47

Codes

Color #6F4E3A in popluar color models

6F4E3A
RGB1117858
HSL23°31.36%33.14%
HSB/HSV23°47.75%43.53%
CMYK0.00%29.73%47.75%
56.47%

Color #6F4E3A in popluar number systems.

HEX6F4E3A
Decimal1117858
Binary11011111001110111010
Octal15711672

Shades and tints

Shades of #6F4E3A

#6F4E3A
(111,78,58)
#654735
(101,71,53)
#5B4030
(91,64,48)
#51392B
(81,57,43)
#473226
(71,50,38)
#3D2B21
(61,43,33)
#33241C
(51,36,28)
#291D17
(41,29,23)
#1F1612
(31,22,18)
#150F0D
(21,15,13)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #6F4E3A

#6F4E3A
(111,78,58)
#7C5E4B
(124,94,75)
#896E5C
(137,110,92)
#967E6D
(150,126,109)
#A38E7E
(163,142,126)
#B09E8F
(176,158,143)
#BDAEA0
(189,174,160)
#CABEB1
(202,190,177)
#D7CEC2
(215,206,194)
#E4DED3
(228,222,211)
#F1EEE4
(241,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4E3A color. Also use rgb(111,78,58) instead hex code.

Text Font Color

.myTextColor { color: #6F4E3A; }

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

This text font color is #6F4E3A.


Background Color

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

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

This div background color is #6F4E3A.


Border color

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

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

This div border color is #6F4E3A.


Opacity

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

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

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

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

This text has shadow with #6F4E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4E3A on black background.


Color preview on white background

This text has color #6F4E3A on white background.



Black color preview on #6F4E3A background

This text has black color on #6F4E3A background.


White color preview on #6F4E3A background

This text has white color on #6F4E3A background.