COLOR #6F6C29

HEX: #6F6C29
RGB: (111,108,41)

Color info

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

RGB color model

#6F6C29 color RGB value is (111,108,41).

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

RGB channels and saturation

R 111 of 255 = 44%
G 108 of 255 = 42%
B 41 of 255 = 16%

111
108
41

R + G + B ~ 34%. #6F6C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 108 + 41 = 260 (100%)
R 111 of 260 ~ 42.69%
G 108 of 260 ~ 41.54%
B 41 of 260 ~ 15.77%

%42.69
%41.54
%15.77

CMYK color model

#6F6C29 color CMYK value is (0,3,63,56).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 63.06%
  • key color value is 56.47%
CMYK:
(0,3,63,56)
C0M3Y63K56 
(0%,3%,63%,56%)
(0.00/0.03/0.63/0.56)	

CMYK percentages

%0
%2.7
%63.06
%56.47

Codes

Color #6F6C29 in popluar color models

6F6C29
RGB11110841
HSL57°46.05%29.80%
HSB/HSV57°63.06%43.53%
CMYK0.00%2.70%63.06%
56.47%

Color #6F6C29 in popluar number systems.

HEX6F6C29
Decimal11110841
Binary11011111101100101001
Octal15715451

Shades and tints

Shades of #6F6C29

#6F6C29
(111,108,41)
#656326
(101,99,38)
#5B5A23
(91,90,35)
#515120
(81,81,32)
#47481D
(71,72,29)
#3D3F1A
(61,63,26)
#333617
(51,54,23)
#292D14
(41,45,20)
#1F2411
(31,36,17)
#151B0E
(21,27,14)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #6F6C29

#6F6C29
(111,108,41)
#7C793C
(124,121,60)
#89864F
(137,134,79)
#969362
(150,147,98)
#A3A075
(163,160,117)
#B0AD88
(176,173,136)
#BDBA9B
(189,186,155)
#CAC7AE
(202,199,174)
#D7D4C1
(215,212,193)
#E4E1D4
(228,225,212)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6C29 color. Also use rgb(111,108,41) instead hex code.

Text Font Color

.myTextColor { color: #6F6C29; }

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

This text font color is #6F6C29.


Background Color

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

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

This div background color is #6F6C29.


Border color

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

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

This div border color is #6F6C29.


Opacity

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

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

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

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

This text has shadow with #6F6C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6C29 on black background.


Color preview on white background

This text has color #6F6C29 on white background.



Black color preview on #6F6C29 background

This text has black color on #6F6C29 background.


White color preview on #6F6C29 background

This text has white color on #6F6C29 background.