COLOR #6F442D

HEX: #6F442D
RGB: (111,68,45)

Color info

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

RGB color model

#6F442D color RGB value is (111,68,45).

  • red value is 111;
  • green value is 68;
  • blue value is 45.
RGB:
(111,68,45)
(44%,27%,18%)

RGB channels and saturation

R 111 of 255 = 44%
G 68 of 255 = 27%
B 45 of 255 = 18%

111
68
45

R + G + B ~ 30%. #6F442D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 68 + 45 = 224 (100%)
R 111 of 224 ~ 49.55%
G 68 of 224 ~ 30.36%
B 45 of 224 ~ 20.09%

%49.55
%30.36
%20.09

CMYK color model

#6F442D color CMYK value is (0,39,59,56).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 59.46%
  • key color value is 56.47%
CMYK:
(0,39,59,56)
C0M39Y59K56 
(0%,39%,59%,56%)
(0.00/0.39/0.59/0.56)	

CMYK percentages

%0
%38.74
%59.46
%56.47

Codes

Color #6F442D in popluar color models

6F442D
RGB1116845
HSL21°42.31%30.59%
HSB/HSV21°59.46%43.53%
CMYK0.00%38.74%59.46%
56.47%

Color #6F442D in popluar number systems.

HEX6F442D
Decimal1116845
Binary11011111000100101101
Octal15710455

Shades and tints

Shades of #6F442D

#6F442D
(111,68,45)
#653E29
(101,62,41)
#5B3825
(91,56,37)
#513221
(81,50,33)
#472C1D
(71,44,29)
#3D2619
(61,38,25)
#332015
(51,32,21)
#291A11
(41,26,17)
#1F140D
(31,20,13)
#150E09
(21,14,9)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #6F442D

#6F442D
(111,68,45)
#7C5540
(124,85,64)
#896653
(137,102,83)
#967766
(150,119,102)
#A38879
(163,136,121)
#B0998C
(176,153,140)
#BDAA9F
(189,170,159)
#CABBB2
(202,187,178)
#D7CCC5
(215,204,197)
#E4DDD8
(228,221,216)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F442D color. Also use rgb(111,68,45) instead hex code.

Text Font Color

.myTextColor { color: #6F442D; }

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

This text font color is #6F442D.


Background Color

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

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

This div background color is #6F442D.


Border color

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

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

This div border color is #6F442D.


Opacity

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

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

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

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

This text has shadow with #6F442D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F442D on black background.


Color preview on white background

This text has color #6F442D on white background.



Black color preview on #6F442D background

This text has black color on #6F442D background.


White color preview on #6F442D background

This text has white color on #6F442D background.