COLOR #6F1511

HEX: #6F1511 RGB: (111,21,17)

Color info

#6F1511 contains mainly red color. Web safe color of #6F1511 is #660000 (or #600).

RGB color model

#6F1511 color RGB value is (111,21,17).

RGB: (111,21,17) (44%, 8%, 7%)

RGB channels and saturation

R 111 of 255 = 44%
G 21 of 255 = 8%
B 17 of 255 = 7%

111
21
17

R + G + B ~ 20%. #6F1511 is dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 21 + 17 = 149 (100%)
R 111 of 149 ~ 74.5%
G 21 of 149 ~ 14.09%
B 17 of 149 ~ 11.41'%

%74.5
%14.09
%11.41

CMYK color model

#6F1511 color CMYK value is (0,81,85,56).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 84.68%
  • key color value is 56.47%
CMYK: (0,81,85,56) C0M81Y85K56 (0%,81%,85%,56%) (0.00/0.81/0.85/0.56) 

CMYK percentages

%0
%81.08
%84.68
%56.47

Codes

Color #6F1511 in popluar color models

6F 15 11
RGB 111 21 17
HSL 73.44% 25.10%
HSB/HSV 84.68% 43.53%
CMYK 0.00% 81.08% 84.68%
56.47%

Color #6F1511 in popluar number systems.

HEX 6F 15 11
Decimal 111 21 17
Binary 1101111 10101 10001
Octal 157 25 21

Shades and tints

Shades of #6F1511

#6F1511
(111,21,17)
#651410
(101,20,16)
#5B130F
(91,19,15)
#51120E
(81,18,14)
#47110D
(71,17,13)
#3D100C
(61,16,12)
#330F0B
(51,15,11)
#290E0A
(41,14,10)
#1F0D09
(31,13,9)
#150C08
(21,12,8)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #6F1511

#6F1511
(111,21,17)
#7C2A26
(124,42,38)
#893F3B
(137,63,59)
#965450
(150,84,80)
#A36965
(163,105,101)
#B07E7A
(176,126,122)
#BD938F
(189,147,143)
#CAA8A4
(202,168,164)
#D7BDB9
(215,189,185)
#E4D2CE
(228,210,206)
#F1E7E3
(241,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1511 color. Also use rgb(111,21,17) instead hex code.

Text Font Color

.myTextColor { color: #6F1511; }

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

This text font color is #6F1511.

Background Color

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

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

This div background color is #6F1511.

Border color

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

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

This div border color is #6F1511.

Opacity

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

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

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

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

This text has shadow with #6F1511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F1511.

Preview

Color preview on black background

This text has color #6F1511 on black background.


Color preview on white background

This text has color #6F1511 on white background.


Black color preview on #6F1511 background

This text has black color on #6F1511 background.


White color preview on #6F1511 background

This text has white color on #6F1511 background.


Related colors

Complementary color

Complementary color for #hex is #90EAEE.


I love getcolorcode.com

Triadic colors

1 #116F15 and #15116F with #6F1511 are triadic colors.

2 #11156F and #156F11 with #6F1511 are triadic colors.