COLOR #6D110E

HEX: #6D110E
RGB: (109,17,14)

Color info

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

RGB color model

#6D110E color RGB value is (109,17,14).

  • red value is 109;
  • green value is 17;
  • blue value is 14.
RGB:
(109,17,14)
(43%,7%,5%)

RGB channels and saturation

R 109 of 255 = 43%
G 17 of 255 = 7%
B 14 of 255 = 5%

109
17
14

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

Portions of RGB colors in percentages

R + G + B =
109 + 17 + 14 = 140 (100%)
R 109 of 140 ~ 77.86%
G 17 of 140 ~ 12.14%
B 14 of 140 ~ 10%

%77.86
%12.14
%10

CMYK color model

#6D110E color CMYK value is (0,84,87,57).

  • cyan value is 0.00%
  • magenta value is 84.40%
  • yellow value is 87.16%
  • key color value is 57.25%
CMYK:
(0,84,87,57)
C0M84Y87K57 
(0%,84%,87%,57%)
(0.00/0.84/0.87/0.57)	

CMYK percentages

%0
%84.4
%87.16
%57.25

Codes

Color #6D110E in popluar color models

6D110E
RGB1091714
HSL77.24%24.12%
HSB/HSV87.16%42.75%
CMYK0.00%84.40%87.16%
57.25%

Color #6D110E in popluar number systems.

HEX6D110E
Decimal1091714
Binary1101101100011110
Octal1552116

Shades and tints

Shades of #6D110E

#6D110E
(109,17,14)
#64100D
(100,16,13)
#5B0F0C
(91,15,12)
#520E0B
(82,14,11)
#490D0A
(73,13,10)
#400C09
(64,12,9)
#370B08
(55,11,8)
#2E0A07
(46,10,7)
#250906
(37,9,6)
#1C0805
(28,8,5)
#130704
(19,7,4)
#000000
(0,0,0)

Tints of #6D110E

#6D110E
(109,17,14)
#7A2623
(122,38,35)
#873B38
(135,59,56)
#94504D
(148,80,77)
#A16562
(161,101,98)
#AE7A77
(174,122,119)
#BB8F8C
(187,143,140)
#C8A4A1
(200,164,161)
#D5B9B6
(213,185,182)
#E2CECB
(226,206,203)
#EFE3E0
(239,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D110E color. Also use rgb(109,17,14) instead hex code.

Text Font Color

.myTextColor { color: #6D110E; }

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

This text font color is #6D110E.


Background Color

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

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

This div background color is #6D110E.


Border color

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

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

This div border color is #6D110E.


Opacity

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

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

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

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

This text has shadow with #6D110E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D110E on black background.


Color preview on white background

This text has color #6D110E on white background.



Black color preview on #6D110E background

This text has black color on #6D110E background.


White color preview on #6D110E background

This text has white color on #6D110E background.