COLOR #6F4F43

HEX: #6F4F43
RGB: (111,79,67)

Color info

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

RGB color model

#6F4F43 color RGB value is (111,79,67).

  • red value is 111;
  • green value is 79;
  • blue value is 67.
RGB:
(111,79,67)
(44%,31%,26%)

RGB channels and saturation

R 111 of 255 = 44%
G 79 of 255 = 31%
B 67 of 255 = 26%

111
79
67

R + G + B ~ 34%. #6F4F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 79 + 67 = 257 (100%)
R 111 of 257 ~ 43.19%
G 79 of 257 ~ 30.74%
B 67 of 257 ~ 26.07%

%43.19
%30.74
%26.07

CMYK color model

#6F4F43 color CMYK value is (0,29,40,56).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 39.64%
  • key color value is 56.47%
CMYK:
(0,29,40,56)
C0M29Y40K56 
(0%,29%,40%,56%)
(0.00/0.29/0.40/0.56)	

CMYK percentages

%0
%28.83
%39.64
%56.47

Codes

Color #6F4F43 in popluar color models

6F4F43
RGB1117967
HSL16°24.72%34.90%
HSB/HSV16°39.64%43.53%
CMYK0.00%28.83%39.64%
56.47%

Color #6F4F43 in popluar number systems.

HEX6F4F43
Decimal1117967
Binary110111110011111000011
Octal157117103

Shades and tints

Shades of #6F4F43

#6F4F43
(111,79,67)
#65483D
(101,72,61)
#5B4137
(91,65,55)
#513A31
(81,58,49)
#47332B
(71,51,43)
#3D2C25
(61,44,37)
#33251F
(51,37,31)
#291E19
(41,30,25)
#1F1713
(31,23,19)
#15100D
(21,16,13)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #6F4F43

#6F4F43
(111,79,67)
#7C5F54
(124,95,84)
#896F65
(137,111,101)
#967F76
(150,127,118)
#A38F87
(163,143,135)
#B09F98
(176,159,152)
#BDAFA9
(189,175,169)
#CABFBA
(202,191,186)
#D7CFCB
(215,207,203)
#E4DFDC
(228,223,220)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4F43; }

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

This text font color is #6F4F43.


Background Color

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

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

This div background color is #6F4F43.


Border color

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

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

This div border color is #6F4F43.


Opacity

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

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

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

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

This text has shadow with #6F4F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4F43 on black background.


Color preview on white background

This text has color #6F4F43 on white background.



Black color preview on #6F4F43 background

This text has black color on #6F4F43 background.


White color preview on #6F4F43 background

This text has white color on #6F4F43 background.