COLOR #6E2009

HEX: #6E2009
RGB: (110,32,9)

Color info

#6E2009 contains mainly red color. Web safe color of #6E2009 is #663300 (or #630).

RGB color model

#6E2009 color RGB value is (110,32,9).

  • red value is 110;
  • green value is 32;
  • blue value is 9.
RGB:
(110,32,9)
(43%,13%,4%)

RGB channels and saturation

R 110 of 255 = 43%
G 32 of 255 = 13%
B 9 of 255 = 4%

110
32
9

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

Portions of RGB colors in percentages

R + G + B =
110 + 32 + 9 = 151 (100%)
R 110 of 151 ~ 72.85%
G 32 of 151 ~ 21.19%
B 9 of 151 ~ 5.96%

%72.85
%21.19

CMYK color model

#6E2009 color CMYK value is (0,71,92,57).

  • cyan value is 0.00%
  • magenta value is 70.91%
  • yellow value is 91.82%
  • key color value is 56.86%
CMYK:
(0,71,92,57)
C0M71Y92K57 
(0%,71%,92%,57%)
(0.00/0.71/0.92/0.57)	

CMYK percentages

%0
%70.91
%91.82
%56.86

Codes

Color #6E2009 in popluar color models

6E2009
RGB110329
HSL14°84.87%23.33%
HSB/HSV14°91.82%43.14%
CMYK0.00%70.91%91.82%
56.86%

Color #6E2009 in popluar number systems.

HEX6E2009
Decimal110329
Binary11011101000001001
Octal1564011

Shades and tints

Shades of #6E2009

#6E2009
(110,32,9)
#641E09
(100,30,9)
#5A1C09
(90,28,9)
#501A09
(80,26,9)
#461809
(70,24,9)
#3C1609
(60,22,9)
#321409
(50,20,9)
#281209
(40,18,9)
#1E1009
(30,16,9)
#140E09
(20,14,9)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #6E2009

#6E2009
(110,32,9)
#7B341F
(123,52,31)
#884835
(136,72,53)
#955C4B
(149,92,75)
#A27061
(162,112,97)
#AF8477
(175,132,119)
#BC988D
(188,152,141)
#C9ACA3
(201,172,163)
#D6C0B9
(214,192,185)
#E3D4CF
(227,212,207)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2009 color. Also use rgb(110,32,9) instead hex code.

Text Font Color

.myTextColor { color: #6E2009; }

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

This text font color is #6E2009.


Background Color

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

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

This div background color is #6E2009.


Border color

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

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

This div border color is #6E2009.


Opacity

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

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

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

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

This text has shadow with #6E2009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2009 on black background.


Color preview on white background

This text has color #6E2009 on white background.



Black color preview on #6E2009 background

This text has black color on #6E2009 background.


White color preview on #6E2009 background

This text has white color on #6E2009 background.