COLOR #6F4831

HEX: #6F4831 RGB: (111,72,49)

Color info

#6F4831 contains mainly red and green colors. Web safe color of #6F4831 is #663333 (or #633).

RGB color model

#6F4831 color RGB value is (111,72,49).

RGB: (111,72,49) (44%, 28%, 19%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 49 of 255 = 19%

111
72
49

R + G + B ~ 30%. #6F4831 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 72 + 49 = 232 (100%)
R 111 of 232 ~ 47.84%
G 72 of 232 ~ 31.03%
B 49 of 232 ~ 21.12'%

%47.84
%31.03
%21.12

CMYK color model

#6F4831 color CMYK value is (0,35,56,56).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK: (0,35,56,56) C0M35Y56K56 (0%,35%,56%,56%) (0.00/0.35/0.56/0.56) 

CMYK percentages

%0
%35.14
%55.86
%56.47

Codes

Color #6F4831 in popluar color models

6F 48 31
RGB 111 72 49
HSL 22° 38.75% 31.37%
HSB/HSV 22° 55.86% 43.53%
CMYK 0.00% 35.14% 55.86%
56.47%

Color #6F4831 in popluar number systems.

HEX 6F 48 31
Decimal 111 72 49
Binary 1101111 1001000 110001
Octal 157 110 61

Shades and tints

Shades of #6F4831

#6F4831
(111,72,49)
#65422D
(101,66,45)
#5B3C29
(91,60,41)
#513625
(81,54,37)
#473021
(71,48,33)
#3D2A1D
(61,42,29)
#332419
(51,36,25)
#291E15
(41,30,21)
#1F1811
(31,24,17)
#15120D
(21,18,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #6F4831

#6F4831
(111,72,49)
#7C5843
(124,88,67)
#896855
(137,104,85)
#967867
(150,120,103)
#A38879
(163,136,121)
#B0988B
(176,152,139)
#BDA89D
(189,168,157)
#CAB8AF
(202,184,175)
#D7C8C1
(215,200,193)
#E4D8D3
(228,216,211)
#F1E8E5
(241,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4831; }

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

This text font color is #6F4831.

Background Color

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

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

This div background color is #6F4831.

Border color

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

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

This div border color is #6F4831.

Opacity

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

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

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

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

This text has shadow with #6F4831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4831.

Preview

Color preview on black background

This text has color #6F4831 on black background.


Color preview on white background

This text has color #6F4831 on white background.


Black color preview on #6F4831 background

This text has black color on #6F4831 background.


White color preview on #6F4831 background

This text has white color on #6F4831 background.


Related colors

Complementary color

Complementary color for #hex is #90B7CE.


I love getcolorcode.com

Triadic colors

1 #316F48 and #48316F with #6F4831 are triadic colors.

2 #31486F and #486F31 with #6F4831 are triadic colors.