COLOR #6F6846

HEX: #6F6846
RGB: (111,104,70)

Color info

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

RGB color model

#6F6846 color RGB value is (111,104,70).

  • red value is 111;
  • green value is 104;
  • blue value is 70.
RGB:
(111,104,70)
(44%,41%,27%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 70 of 255 = 27%

111
104
70

R + G + B ~ 37%. #6F6846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 70 = 285 (100%)
R 111 of 285 ~ 38.95%
G 104 of 285 ~ 36.49%
B 70 of 285 ~ 24.56%

%38.95
%36.49
%24.56

CMYK color model

#6F6846 color CMYK value is (0,6,37,56).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 36.94%
  • key color value is 56.47%
CMYK:
(0,6,37,56)
C0M6Y37K56 
(0%,6%,37%,56%)
(0.00/0.06/0.37/0.56)	

CMYK percentages

%0
%6.31
%36.94
%56.47

Codes

Color #6F6846 in popluar color models

6F6846
RGB11110470
HSL50°22.65%35.49%
HSB/HSV50°36.94%43.53%
CMYK0.00%6.31%36.94%
56.47%

Color #6F6846 in popluar number systems.

HEX6F6846
Decimal11110470
Binary110111111010001000110
Octal157150106

Shades and tints

Shades of #6F6846

#6F6846
(111,104,70)
#655F40
(101,95,64)
#5B563A
(91,86,58)
#514D34
(81,77,52)
#47442E
(71,68,46)
#3D3B28
(61,59,40)
#333222
(51,50,34)
#29291C
(41,41,28)
#1F2016
(31,32,22)
#151710
(21,23,16)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #6F6846

#6F6846
(111,104,70)
#7C7556
(124,117,86)
#898266
(137,130,102)
#968F76
(150,143,118)
#A39C86
(163,156,134)
#B0A996
(176,169,150)
#BDB6A6
(189,182,166)
#CAC3B6
(202,195,182)
#D7D0C6
(215,208,198)
#E4DDD6
(228,221,214)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6846 color. Also use rgb(111,104,70) instead hex code.

Text Font Color

.myTextColor { color: #6F6846; }

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

This text font color is #6F6846.


Background Color

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

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

This div background color is #6F6846.


Border color

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

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

This div border color is #6F6846.


Opacity

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

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

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

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

This text has shadow with #6F6846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6846 on black background.


Color preview on white background

This text has color #6F6846 on white background.



Black color preview on #6F6846 background

This text has black color on #6F6846 background.


White color preview on #6F6846 background

This text has white color on #6F6846 background.