COLOR #6F4557

HEX: #6F4557 RGB: (111,69,87)

Color info

#6F4557 contains red, green and blue colors in about the same proportion. Web safe color of #6F4557 is #663366 (or #636).

RGB color model

#6F4557 color RGB value is (111,69,87).

RGB: (111,69,87) (44%, 27%, 34%)

RGB channels and saturation

R 111 of 255 = 44%
G 69 of 255 = 27%
B 87 of 255 = 34%

111
69
87

R + G + B ~ 35%. #6F4557 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 69 + 87 = 267 (100%)
R 111 of 267 ~ 41.57%
G 69 of 267 ~ 25.84%
B 87 of 267 ~ 32.58'%

%41.57
%25.84
%32.58

CMYK color model

#6F4557 color CMYK value is (0,38,22,56).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 21.62%
  • key color value is 56.47%

CMYK: (0,38,22,56)
C0M38Y22K56 (0%, 38%, 22%, 56%)
(0.00 / 0.38 / 0.22 / 0.56)

CMYK percentages

%0
%37.84
%21.62
%56.47

Codes

Color #6F4557 in popluar color models

6F 45 57
RGB 111 69 87
HSL 334° 23.33% 35.29%
HSB/HSV 334° 37.84% 43.53%
CMYK 0.00% 37.84% 21.62%
56.47%

Color #6F4557 in popluar number systems.

HEX 6F 45 57
Decimal 111 69 87
Binary 1101111 1000101 1010111
Octal 157 105 127

Shades and tints

Shades of #6F4557

#6F4557
(111,69,87)
#653F50
(101,63,80)
#5B3949
(91,57,73)
#513342
(81,51,66)
#472D3B
(71,45,59)
#3D2734
(61,39,52)
#33212D
(51,33,45)
#291B26
(41,27,38)
#1F151F
(31,21,31)
#150F18
(21,15,24)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #6F4557

#6F4557
(111,69,87)
#7C5566
(124,85,102)
#896575
(137,101,117)
#967584
(150,117,132)
#A38593
(163,133,147)
#B095A2
(176,149,162)
#BDA5B1
(189,165,177)
#CAB5C0
(202,181,192)
#D7C5CF
(215,197,207)
#E4D5DE
(228,213,222)
#F1E5ED
(241,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4557 color. Also use rgb(111,69,87) instead hex code.

Text Font Color

.myTextColor { color: #6F4557; }

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

This text font color is #6F4557.

Background Color

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

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

This div background color is #6F4557.

Border color

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

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

This div border color is #6F4557.

Opacity

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

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

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

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

This text has shadow with #6F4557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4557.

Preview

Color preview on black background

This text has color #6F4557 on black background.


Color preview on white background

This text has color #6F4557 on white background.


Black color preview on #6F4557 background

This text has black color on #6F4557 background.


White color preview on #6F4557 background

This text has white color on #6F4557 background.


Related colors

Complementary color

Complementary color for #hex is #90BAA8.


I love getcolorcode.com

Triadic colors

1 #576F45 and #45576F with #6F4557 are triadic colors.

2 #57456F and #456F57 with #6F4557 are triadic colors.