COLOR #6F5131

HEX: #6F5131 RGB: (111,81,49)

Color info

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

RGB color model

#6F5131 color RGB value is (111,81,49).

RGB: (111,81,49) (44%, 32%, 19%)

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 49 of 255 = 19%

111
81
49

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

Portions of RGB colors in percentages

R + G + B = 111 + 81 + 49 = 241 (100%)
R 111 of 241 ~ 46.06%
G 81 of 241 ~ 33.61%
B 49 of 241 ~ 20.33'%

%46.06
%33.61
%20.33

CMYK color model

#6F5131 color CMYK value is (0,27,56,56).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK: (0,27,56,56) C0M27Y56K56 (0%,27%,56%,56%) (0.00/0.27/0.56/0.56) 

CMYK percentages

%0
%27.03
%55.86
%56.47

Codes

Color #6F5131 in popluar color models

6F 51 31
RGB 111 81 49
HSL 31° 38.75% 31.37%
HSB/HSV 31° 55.86% 43.53%
CMYK 0.00% 27.03% 55.86%
56.47%

Color #6F5131 in popluar number systems.

HEX 6F 51 31
Decimal 111 81 49
Binary 1101111 1010001 110001
Octal 157 121 61

Shades and tints

Shades of #6F5131

#6F5131
(111,81,49)
#654A2D
(101,74,45)
#5B4329
(91,67,41)
#513C25
(81,60,37)
#473521
(71,53,33)
#3D2E1D
(61,46,29)
#332719
(51,39,25)
#292015
(41,32,21)
#1F1911
(31,25,17)
#15120D
(21,18,13)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F5131

#6F5131
(111,81,49)
#7C6043
(124,96,67)
#896F55
(137,111,85)
#967E67
(150,126,103)
#A38D79
(163,141,121)
#B09C8B
(176,156,139)
#BDAB9D
(189,171,157)
#CABAAF
(202,186,175)
#D7C9C1
(215,201,193)
#E4D8D3
(228,216,211)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5131 color. Also use rgb(111,81,49) instead hex code.

Text Font Color

.myTextColor { color: #6F5131; }

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

This text font color is #6F5131.

Background Color

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

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

This div background color is #6F5131.

Border color

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

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

This div border color is #6F5131.

Opacity

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

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

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

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

This text has shadow with #6F5131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5131.

Preview

Color preview on black background

This text has color #6F5131 on black background.


Color preview on white background

This text has color #6F5131 on white background.


Black color preview on #6F5131 background

This text has black color on #6F5131 background.


White color preview on #6F5131 background

This text has white color on #6F5131 background.


Related colors

Complementary color

Complementary color for #hex is #90AECE.


I love getcolorcode.com

Triadic colors

1 #316F51 and #51316F with #6F5131 are triadic colors.

2 #31516F and #516F31 with #6F5131 are triadic colors.