COLOR #6F120B

HEX: #6F120B
RGB: (111,18,11)

Color info

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

RGB color model

#6F120B color RGB value is (111,18,11).

  • red value is 111;
  • green value is 18;
  • blue value is 11.
RGB:
(111,18,11)
(44%,7%,4%)

RGB channels and saturation

R 111 of 255 = 44%
G 18 of 255 = 7%
B 11 of 255 = 4%

111
18
11

R + G + B ~ 18%. #6F120B is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 18 + 11 = 140 (100%)
R 111 of 140 ~ 79.29%
G 18 of 140 ~ 12.86%
B 11 of 140 ~ 7.86%

%79.29
%12.86

CMYK color model

#6F120B color CMYK value is (0,84,90,56).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 90.09%
  • key color value is 56.47%
CMYK:
(0,84,90,56)
C0M84Y90K56 
(0%,84%,90%,56%)
(0.00/0.84/0.90/0.56)	

CMYK percentages

%0
%83.78
%90.09
%56.47

Codes

Color #6F120B in popluar color models

6F120B
RGB1111811
HSL81.97%23.92%
HSB/HSV90.09%43.53%
CMYK0.00%83.78%90.09%
56.47%

Color #6F120B in popluar number systems.

HEX6F120B
Decimal1111811
Binary1101111100101011
Octal1572213

Shades and tints

Shades of #6F120B

#6F120B
(111,18,11)
#65110A
(101,17,10)
#5B1009
(91,16,9)
#510F08
(81,15,8)
#470E07
(71,14,7)
#3D0D06
(61,13,6)
#330C05
(51,12,5)
#290B04
(41,11,4)
#1F0A03
(31,10,3)
#150902
(21,9,2)
#0B0801
(11,8,1)
#000000
(0,0,0)

Tints of #6F120B

#6F120B
(111,18,11)
#7C2721
(124,39,33)
#893C37
(137,60,55)
#96514D
(150,81,77)
#A36663
(163,102,99)
#B07B79
(176,123,121)
#BD908F
(189,144,143)
#CAA5A5
(202,165,165)
#D7BABB
(215,186,187)
#E4CFD1
(228,207,209)
#F1E4E7
(241,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F120B color. Also use rgb(111,18,11) instead hex code.

Text Font Color

.myTextColor { color: #6F120B; }

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

This text font color is #6F120B.


Background Color

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

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

This div background color is #6F120B.


Border color

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

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

This div border color is #6F120B.


Opacity

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

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

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

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

This text has shadow with #6F120B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F120B on black background.


Color preview on white background

This text has color #6F120B on white background.



Black color preview on #6F120B background

This text has black color on #6F120B background.


White color preview on #6F120B background

This text has white color on #6F120B background.