COLOR #6F0F16

HEX: #6F0F16
RGB: (111,15,22)

Color info

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

RGB color model

#6F0F16 color RGB value is (111,15,22).

  • red value is 111;
  • green value is 15;
  • blue value is 22.
RGB:
(111,15,22)
(44%,6%,9%)

RGB channels and saturation

R 111 of 255 = 44%
G 15 of 255 = 6%
B 22 of 255 = 9%

111
15
22

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

Portions of RGB colors in percentages

R + G + B =
111 + 15 + 22 = 148 (100%)
R 111 of 148 ~ 75%
G 15 of 148 ~ 10.14%
B 22 of 148 ~ 14.86%

%75
%10.14
%14.86

CMYK color model

#6F0F16 color CMYK value is (0,86,80,56).

  • cyan value is 0.00%
  • magenta value is 86.49%
  • yellow value is 80.18%
  • key color value is 56.47%
CMYK:
(0,86,80,56)
C0M86Y80K56 
(0%,86%,80%,56%)
(0.00/0.86/0.80/0.56)	

CMYK percentages

%0
%86.49
%80.18
%56.47

Codes

Color #6F0F16 in popluar color models

6F0F16
RGB1111522
HSL356°76.19%24.71%
HSB/HSV356°86.49%43.53%
CMYK0.00%86.49%80.18%
56.47%

Color #6F0F16 in popluar number systems.

HEX6F0F16
Decimal1111522
Binary1101111111110110
Octal1571726

Shades and tints

Shades of #6F0F16

#6F0F16
(111,15,22)
#650E14
(101,14,20)
#5B0D12
(91,13,18)
#510C10
(81,12,16)
#470B0E
(71,11,14)
#3D0A0C
(61,10,12)
#33090A
(51,9,10)
#290808
(41,8,8)
#1F0706
(31,7,6)
#150604
(21,6,4)
#0B0502
(11,5,2)
#000000
(0,0,0)

Tints of #6F0F16

#6F0F16
(111,15,22)
#7C242B
(124,36,43)
#893940
(137,57,64)
#964E55
(150,78,85)
#A3636A
(163,99,106)
#B0787F
(176,120,127)
#BD8D94
(189,141,148)
#CAA2A9
(202,162,169)
#D7B7BE
(215,183,190)
#E4CCD3
(228,204,211)
#F1E1E8
(241,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F0F16 color. Also use rgb(111,15,22) instead hex code.

Text Font Color

.myTextColor { color: #6F0F16; }

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

This text font color is #6F0F16.


Background Color

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

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

This div background color is #6F0F16.


Border color

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

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

This div border color is #6F0F16.


Opacity

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

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

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

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

This text has shadow with #6F0F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0F16 on black background.


Color preview on white background

This text has color #6F0F16 on white background.



Black color preview on #6F0F16 background

This text has black color on #6F0F16 background.


White color preview on #6F0F16 background

This text has white color on #6F0F16 background.