COLOR #6E6E13

HEX: #6E6E13 RGB: (110,110,19)

Color info

#6E6E13 contains mainly red and green colors. Web safe color of #6E6E13 is #666600 (or #660).

RGB color model

#6E6E13 color RGB value is (110,110,19).

RGB: (110,110,19) (43%, 43%, 7%)

RGB channels and saturation

R 110 of 255 = 43%
G 110 of 255 = 43%
B 19 of 255 = 7%

110
110
19

R + G + B ~ 31%. #6E6E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 110 + 19 = 239 (100%)
R 110 of 239 ~ 46.03%
G 110 of 239 ~ 46.03%
B 19 of 239 ~ 7.95'%

%46.03
%46.03

CMYK color model

#6E6E13 color CMYK value is (0,0,83,57).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 82.73%
  • key color value is 56.86%

CMYK: (0,0,83,57)
C0M0Y83K57 (0%, 0%, 83%, 57%)
(0.00 / 0.00 / 0.83 / 0.57)

CMYK percentages

%0
%0
%82.73
%56.86

Codes

Color #6E6E13 in popluar color models

6E 6E 13
RGB 110 110 19
HSL 60° 70.54% 25.29%
HSB/HSV 60° 82.73% 43.14%
CMYK 0.00% 0.00% 82.73%
56.86%

Color #6E6E13 in popluar number systems.

HEX 6E 6E 13
Decimal 110 110 19
Binary 1101110 1101110 10011
Octal 156 156 23

Shades and tints

Shades of #6E6E13

#6E6E13
(110,110,19)
#646412
(100,100,18)
#5A5A11
(90,90,17)
#505010
(80,80,16)
#46460F
(70,70,15)
#3C3C0E
(60,60,14)
#32320D
(50,50,13)
#28280C
(40,40,12)
#1E1E0B
(30,30,11)
#14140A
(20,20,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #6E6E13

#6E6E13
(110,110,19)
#7B7B28
(123,123,40)
#88883D
(136,136,61)
#959552
(149,149,82)
#A2A267
(162,162,103)
#AFAF7C
(175,175,124)
#BCBC91
(188,188,145)
#C9C9A6
(201,201,166)
#D6D6BB
(214,214,187)
#E3E3D0
(227,227,208)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6E13; }

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

This text font color is #6E6E13.

Background Color

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

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

This div background color is #6E6E13.

Border color

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

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

This div border color is #6E6E13.

Opacity

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

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

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

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

This text has shadow with #6E6E13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6E13.

Preview

Color preview on black background

This text has color #6E6E13 on black background.


Color preview on white background

This text has color #6E6E13 on white background.


Black color preview on #6E6E13 background

This text has black color on #6E6E13 background.


White color preview on #6E6E13 background

This text has white color on #6E6E13 background.


Related colors

Complementary color

Complementary color for #hex is #9191EC.


I love getcolorcode.com