COLOR #6F201F

HEX: #6F201F RGB: (111,32,31)

Color info

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

RGB color model

#6F201F color RGB value is (111,32,31).

RGB: (111,32,31) (44%, 13%, 12%)

RGB channels and saturation

R 111 of 255 = 44%
G 32 of 255 = 13%
B 31 of 255 = 12%

111
32
31

R + G + B ~ 23%. #6F201F is dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 32 + 31 = 174 (100%)
R 111 of 174 ~ 63.79%
G 32 of 174 ~ 18.39%
B 31 of 174 ~ 17.82'%

%63.79
%18.39
%17.82

CMYK color model

#6F201F color CMYK value is (0,71,72,56).

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

CMYK: (0,71,72,56)
C0M71Y72K56 (0%, 71%, 72%, 56%)
(0.00 / 0.71 / 0.72 / 0.56)

CMYK percentages

%0
%71.17
%72.07
%56.47

Codes

Color #6F201F in popluar color models

6F 20 1F
RGB 111 32 31
HSL 56.34% 27.84%
HSB/HSV 72.07% 43.53%
CMYK 0.00% 71.17% 72.07%
56.47%

Color #6F201F in popluar number systems.

HEX 6F 20 1F
Decimal 111 32 31
Binary 1101111 100000 11111
Octal 157 40 37

Shades and tints

Shades of #6F201F

#6F201F
(111,32,31)
#651E1D
(101,30,29)
#5B1C1B
(91,28,27)
#511A19
(81,26,25)
#471817
(71,24,23)
#3D1615
(61,22,21)
#331413
(51,20,19)
#291211
(41,18,17)
#1F100F
(31,16,15)
#150E0D
(21,14,13)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F201F

#6F201F
(111,32,31)
#7C3433
(124,52,51)
#894847
(137,72,71)
#965C5B
(150,92,91)
#A3706F
(163,112,111)
#B08483
(176,132,131)
#BD9897
(189,152,151)
#CAACAB
(202,172,171)
#D7C0BF
(215,192,191)
#E4D4D3
(228,212,211)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F201F; }

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

This text font color is #6F201F.

Background Color

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

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

This div background color is #6F201F.

Border color

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

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

This div border color is #6F201F.

Opacity

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

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

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

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

This text has shadow with #6F201F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F201F.

Preview

Color preview on black background

This text has color #6F201F on black background.


Color preview on white background

This text has color #6F201F on white background.


Black color preview on #6F201F background

This text has black color on #6F201F background.


White color preview on #6F201F background

This text has white color on #6F201F background.


Related colors

Complementary color

Complementary color for #hex is #90DFE0.


I love getcolorcode.com

Triadic colors

1 #1F6F20 and #201F6F with #6F201F are triadic colors.

2 #1F206F and #206F1F with #6F201F are triadic colors.