COLOR #6F5943

HEX: #6F5943 RGB: (111,89,67)

Color info

#6F5943 contains red, green and blue colors in about the same proportion. Web safe color of #6F5943 is #666633 (or #663).

RGB color model

#6F5943 color RGB value is (111,89,67).

RGB: (111,89,67) (44%, 35%, 26%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 67 of 255 = 26%

111
89
67

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

Portions of RGB colors in percentages

R + G + B = 111 + 89 + 67 = 267 (100%)
R 111 of 267 ~ 41.57%
G 89 of 267 ~ 33.33%
B 67 of 267 ~ 25.09'%

%41.57
%33.33
%25.09

CMYK color model

#6F5943 color CMYK value is (0,20,40,56).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 39.64%
  • key color value is 56.47%

CMYK: (0,20,40,56)
C0M20Y40K56 (0%, 20%, 40%, 56%)
(0.00 / 0.20 / 0.40 / 0.56)

CMYK percentages

%0
%19.82
%39.64
%56.47

Codes

Color #6F5943 in popluar color models

6F 59 43
RGB 111 89 67
HSL 30° 24.72% 34.90%
HSB/HSV 30° 39.64% 43.53%
CMYK 0.00% 19.82% 39.64%
56.47%

Color #6F5943 in popluar number systems.

HEX 6F 59 43
Decimal 111 89 67
Binary 1101111 1011001 1000011
Octal 157 131 103

Shades and tints

Shades of #6F5943

#6F5943
(111,89,67)
#65513D
(101,81,61)
#5B4937
(91,73,55)
#514131
(81,65,49)
#47392B
(71,57,43)
#3D3125
(61,49,37)
#33291F
(51,41,31)
#292119
(41,33,25)
#1F1913
(31,25,19)
#15110D
(21,17,13)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #6F5943

#6F5943
(111,89,67)
#7C6854
(124,104,84)
#897765
(137,119,101)
#968676
(150,134,118)
#A39587
(163,149,135)
#B0A498
(176,164,152)
#BDB3A9
(189,179,169)
#CAC2BA
(202,194,186)
#D7D1CB
(215,209,203)
#E4E0DC
(228,224,220)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5943 color. Also use rgb(111,89,67) instead hex code.

Text Font Color

.myTextColor { color: #6F5943; }

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

This text font color is #6F5943.

Background Color

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

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

This div background color is #6F5943.

Border color

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

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

This div border color is #6F5943.

Opacity

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

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

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

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

This text has shadow with #6F5943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5943.

Preview

Color preview on black background

This text has color #6F5943 on black background.


Color preview on white background

This text has color #6F5943 on white background.


Black color preview on #6F5943 background

This text has black color on #6F5943 background.


White color preview on #6F5943 background

This text has white color on #6F5943 background.


Related colors

Complementary color

Complementary color for #hex is #90A6BC.


I love getcolorcode.com

Triadic colors

1 #436F59 and #59436F with #6F5943 are triadic colors.

2 #43596F and #596F43 with #6F5943 are triadic colors.