COLOR #6F2420

HEX: #6F2420 RGB: (111,36,32)

Color info

#6F2420 contains mainly red color. Web safe color of #6F2420 is #663333 (or #633).

RGB color model

#6F2420 color RGB value is (111,36,32).

RGB: (111,36,32) (44%, 14%, 13%)

RGB channels and saturation

R 111 of 255 = 44%
G 36 of 255 = 14%
B 32 of 255 = 13%

111
36
32

R + G + B ~ 24%. #6F2420 is dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 36 + 32 = 179 (100%)
R 111 of 179 ~ 62.01%
G 36 of 179 ~ 20.11%
B 32 of 179 ~ 17.88'%

%62.01
%20.11
%17.88

CMYK color model

#6F2420 color CMYK value is (0,68,71,56).

  • cyan value is 0.00%
  • magenta value is 67.57%
  • yellow value is 71.17%
  • key color value is 56.47%

CMYK: (0,68,71,56)
C0M68Y71K56 (0%, 68%, 71%, 56%)
(0.00 / 0.68 / 0.71 / 0.56)

CMYK percentages

%0
%67.57
%71.17
%56.47

Codes

Color #6F2420 in popluar color models

6F 24 20
RGB 111 36 32
HSL 55.24% 28.04%
HSB/HSV 71.17% 43.53%
CMYK 0.00% 67.57% 71.17%
56.47%

Color #6F2420 in popluar number systems.

HEX 6F 24 20
Decimal 111 36 32
Binary 1101111 100100 100000
Octal 157 44 40

Shades and tints

Shades of #6F2420

#6F2420
(111,36,32)
#65211E
(101,33,30)
#5B1E1C
(91,30,28)
#511B1A
(81,27,26)
#471818
(71,24,24)
#3D1516
(61,21,22)
#331214
(51,18,20)
#290F12
(41,15,18)
#1F0C10
(31,12,16)
#15090E
(21,9,14)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #6F2420

#6F2420
(111,36,32)
#7C3734
(124,55,52)
#894A48
(137,74,72)
#965D5C
(150,93,92)
#A37070
(163,112,112)
#B08384
(176,131,132)
#BD9698
(189,150,152)
#CAA9AC
(202,169,172)
#D7BCC0
(215,188,192)
#E4CFD4
(228,207,212)
#F1E2E8
(241,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2420 color. Also use rgb(111,36,32) instead hex code.

Text Font Color

.myTextColor { color: #6F2420; }

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

This text font color is #6F2420.

Background Color

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

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

This div background color is #6F2420.

Border color

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

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

This div border color is #6F2420.

Opacity

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

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

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

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

This text has shadow with #6F2420 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2420.

Preview

Color preview on black background

This text has color #6F2420 on black background.


Color preview on white background

This text has color #6F2420 on white background.


Black color preview on #6F2420 background

This text has black color on #6F2420 background.


White color preview on #6F2420 background

This text has white color on #6F2420 background.


Related colors

Complementary color

Complementary color for #hex is #90DBDF.


I love getcolorcode.com

Triadic colors

1 #206F24 and #24206F with #6F2420 are triadic colors.

2 #20246F and #246F20 with #6F2420 are triadic colors.