COLOR #6F1914

HEX: #6F1914
RGB: (111,25,20)

Color info

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

RGB color model

#6F1914 color RGB value is (111,25,20).

  • red value is 111;
  • green value is 25;
  • blue value is 20.
RGB:
(111,25,20)
(44%,10%,8%)

RGB channels and saturation

R 111 of 255 = 44%
G 25 of 255 = 10%
B 20 of 255 = 8%

111
25
20

R + G + B ~ 21%. #6F1914 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 25 + 20 = 156 (100%)
R 111 of 156 ~ 71.15%
G 25 of 156 ~ 16.03%
B 20 of 156 ~ 12.82%

%71.15
%16.03
%12.82

CMYK color model

#6F1914 color CMYK value is (0,77,82,56).

  • cyan value is 0.00%
  • magenta value is 77.48%
  • yellow value is 81.98%
  • key color value is 56.47%
CMYK:
(0,77,82,56)
C0M77Y82K56 
(0%,77%,82%,56%)
(0.00/0.77/0.82/0.56)	

CMYK percentages

%0
%77.48
%81.98
%56.47

Codes

Color #6F1914 in popluar color models

6F1914
RGB1112520
HSL69.47%25.69%
HSB/HSV81.98%43.53%
CMYK0.00%77.48%81.98%
56.47%

Color #6F1914 in popluar number systems.

HEX6F1914
Decimal1112520
Binary11011111100110100
Octal1573124

Shades and tints

Shades of #6F1914

#6F1914
(111,25,20)
#651713
(101,23,19)
#5B1512
(91,21,18)
#511311
(81,19,17)
#471110
(71,17,16)
#3D0F0F
(61,15,15)
#330D0E
(51,13,14)
#290B0D
(41,11,13)
#1F090C
(31,9,12)
#15070B
(21,7,11)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #6F1914

#6F1914
(111,25,20)
#7C2D29
(124,45,41)
#89413E
(137,65,62)
#965553
(150,85,83)
#A36968
(163,105,104)
#B07D7D
(176,125,125)
#BD9192
(189,145,146)
#CAA5A7
(202,165,167)
#D7B9BC
(215,185,188)
#E4CDD1
(228,205,209)
#F1E1E6
(241,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1914 color. Also use rgb(111,25,20) instead hex code.

Text Font Color

.myTextColor { color: #6F1914; }

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

This text font color is #6F1914.


Background Color

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

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

This div background color is #6F1914.


Border color

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

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

This div border color is #6F1914.


Opacity

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

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

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

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

This text has shadow with #6F1914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1914 on black background.


Color preview on white background

This text has color #6F1914 on white background.



Black color preview on #6F1914 background

This text has black color on #6F1914 background.


White color preview on #6F1914 background

This text has white color on #6F1914 background.