COLOR #6F4223

HEX: #6F4223
RGB: (111,66,35)

Color info

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

RGB color model

#6F4223 color RGB value is (111,66,35).

  • red value is 111;
  • green value is 66;
  • blue value is 35.
RGB:
(111,66,35)
(44%,26%,14%)

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 35 of 255 = 14%

111
66
35

R + G + B ~ 28%. #6F4223 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 66 + 35 = 212 (100%)
R 111 of 212 ~ 52.36%
G 66 of 212 ~ 31.13%
B 35 of 212 ~ 16.51%

%52.36
%31.13
%16.51

CMYK color model

#6F4223 color CMYK value is (0,41,68,56).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 68.47%
  • key color value is 56.47%
CMYK:
(0,41,68,56)
C0M41Y68K56 
(0%,41%,68%,56%)
(0.00/0.41/0.68/0.56)	

CMYK percentages

%0
%40.54
%68.47
%56.47

Codes

Color #6F4223 in popluar color models

6F4223
RGB1116635
HSL24°52.05%28.63%
HSB/HSV24°68.47%43.53%
CMYK0.00%40.54%68.47%
56.47%

Color #6F4223 in popluar number systems.

HEX6F4223
Decimal1116635
Binary11011111000010100011
Octal15710243

Shades and tints

Shades of #6F4223

#6F4223
(111,66,35)
#653C20
(101,60,32)
#5B361D
(91,54,29)
#51301A
(81,48,26)
#472A17
(71,42,23)
#3D2414
(61,36,20)
#331E11
(51,30,17)
#29180E
(41,24,14)
#1F120B
(31,18,11)
#150C08
(21,12,8)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #6F4223

#6F4223
(111,66,35)
#7C5337
(124,83,55)
#89644B
(137,100,75)
#96755F
(150,117,95)
#A38673
(163,134,115)
#B09787
(176,151,135)
#BDA89B
(189,168,155)
#CAB9AF
(202,185,175)
#D7CAC3
(215,202,195)
#E4DBD7
(228,219,215)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4223 color. Also use rgb(111,66,35) instead hex code.

Text Font Color

.myTextColor { color: #6F4223; }

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

This text font color is #6F4223.


Background Color

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

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

This div background color is #6F4223.


Border color

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

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

This div border color is #6F4223.


Opacity

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

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

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

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

This text has shadow with #6F4223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4223 on black background.


Color preview on white background

This text has color #6F4223 on white background.



Black color preview on #6F4223 background

This text has black color on #6F4223 background.


White color preview on #6F4223 background

This text has white color on #6F4223 background.