COLOR #6F4841

HEX: #6F4841 RGB: (111,72,65)

Color info

#6F4841 contains red, green and blue colors in about the same proportion. Web safe color of #6F4841 is #663333 (or #633).

RGB color model

#6F4841 color RGB value is (111,72,65).

RGB: (111,72,65) (44%, 28%, 25%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 65 of 255 = 25%

111
72
65

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

Portions of RGB colors in percentages

R + G + B = 111 + 72 + 65 = 248 (100%)
R 111 of 248 ~ 44.76%
G 72 of 248 ~ 29.03%
B 65 of 248 ~ 26.21'%

%44.76
%29.03
%26.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 41.44%
  • key color value is 56.47%

CMYK: (0,35,41,56)
C0M35Y41K56 (0%, 35%, 41%, 56%)
(0.00 / 0.35 / 0.41 / 0.56)

CMYK percentages

%0
%35.14
%41.44
%56.47

Codes

Color #6F4841 in popluar color models

6F 48 41
RGB 111 72 65
HSL 26.14% 34.51%
HSB/HSV 41.44% 43.53%
CMYK 0.00% 35.14% 41.44%
56.47%

Color #6F4841 in popluar number systems.

HEX 6F 48 41
Decimal 111 72 65
Binary 1101111 1001000 1000001
Octal 157 110 101

Shades and tints

Shades of #6F4841

#6F4841
(111,72,65)
#65423C
(101,66,60)
#5B3C37
(91,60,55)
#513632
(81,54,50)
#47302D
(71,48,45)
#3D2A28
(61,42,40)
#332423
(51,36,35)
#291E1E
(41,30,30)
#1F1819
(31,24,25)
#151214
(21,18,20)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #6F4841

#6F4841
(111,72,65)
#7C5852
(124,88,82)
#896863
(137,104,99)
#967874
(150,120,116)
#A38885
(163,136,133)
#B09896
(176,152,150)
#BDA8A7
(189,168,167)
#CAB8B8
(202,184,184)
#D7C8C9
(215,200,201)
#E4D8DA
(228,216,218)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4841; }

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

This text font color is #6F4841.

Background Color

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

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

This div background color is #6F4841.

Border color

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

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

This div border color is #6F4841.

Opacity

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

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

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

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

This text has shadow with #6F4841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4841.

Preview

Color preview on black background

This text has color #6F4841 on black background.


Color preview on white background

This text has color #6F4841 on white background.


Black color preview on #6F4841 background

This text has black color on #6F4841 background.


White color preview on #6F4841 background

This text has white color on #6F4841 background.


Related colors

Complementary color

Complementary color for #hex is #90B7BE.


I love getcolorcode.com

Triadic colors

1 #416F48 and #48416F with #6F4841 are triadic colors.

2 #41486F and #486F41 with #6F4841 are triadic colors.