COLOR #6E000E

HEX: #6E000E RGB: (110,0,14)

Color info

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

RGB color model

#6E000E color RGB value is (110,0,14).

RGB: (110,0,14) (43%, 0%, 5%)

RGB channels and saturation

R 110 of 255 = 43%
G 0 of 255 = 0%
B 14 of 255 = 5%

110
0
14

R + G + B ~ 16%. #6E000E is dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 0 + 14 = 124 (100%)
R 110 of 124 ~ 88.71%
G 0 of 124 ~ 0%
B 14 of 124 ~ 11.29'%

%88.71
%11.29

CMYK color model

#6E000E color CMYK value is (0,100,87,57).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 87.27%
  • key color value is 56.86%
CMYK: (0,100,87,57) C0M100Y87K57 (0%,100%,87%,57%) (0.00/1.00/0.87/0.57) 

CMYK percentages

%0
%100
%87.27
%56.86

Codes

Color #6E000E in popluar color models

6E 00 0E
RGB 110 0 14
HSL 352° 100.00% 21.57%
HSB/HSV 352° 100.00% 43.14%
CMYK 0.00% 100.00% 87.27%
56.86%

Color #6E000E in popluar number systems.

HEX 6E 00 0E
Decimal 110 0 14
Binary 1101110 0 1110
Octal 156 0 16

Shades and tints

Shades of #6E000E

#6E000E
(110,0,14)
#64000D
(100,0,13)
#5A000C
(90,0,12)
#50000B
(80,0,11)
#46000A
(70,0,10)
#3C0009
(60,0,9)
#320008
(50,0,8)
#280007
(40,0,7)
#1E0006
(30,0,6)
#140005
(20,0,5)
#0A0004
(10,0,4)
#000000
(0,0,0)

Tints of #6E000E

#6E000E
(110,0,14)
#7B1723
(123,23,35)
#882E38
(136,46,56)
#95454D
(149,69,77)
#A25C62
(162,92,98)
#AF7377
(175,115,119)
#BC8A8C
(188,138,140)
#C9A1A1
(201,161,161)
#D6B8B6
(214,184,182)
#E3CFCB
(227,207,203)
#F0E6E0
(240,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E000E color. Also use rgb(110,0,14) instead hex code.

Text Font Color

.myTextColor { color: #6E000E; }

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

This text font color is #6E000E.

Background Color

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

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

This div background color is #6E000E.

Border color

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

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

This div border color is #6E000E.

Opacity

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

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

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

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

This text has shadow with #6E000E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E000E.

Preview

Color preview on black background

This text has color #6E000E on black background.


Color preview on white background

This text has color #6E000E on white background.


Black color preview on #6E000E background

This text has black color on #6E000E background.


White color preview on #6E000E background

This text has white color on #6E000E background.


Related colors

Complementary color

Complementary color for #hex is #91FFF1.


I love getcolorcode.com

Triadic colors

1 #0E6E00 and #000E6E with #6E000E are triadic colors.

2 #0E006E and #006E0E with #6E000E are triadic colors.