COLOR #6E6F0F

HEX: #6E6F0F
RGB: (110,111,15)

Color info

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

RGB color model

#6E6F0F color RGB value is (110,111,15).

  • red value is 110;
  • green value is 111;
  • blue value is 15.
RGB:
(110,111,15)
(43%,44%,6%)

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 15 of 255 = 6%

110
111
15

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

Portions of RGB colors in percentages

R + G + B =
110 + 111 + 15 = 236 (100%)
R 110 of 236 ~ 46.61%
G 111 of 236 ~ 47.03%
B 15 of 236 ~ 6.36%

%46.61
%47.03

CMYK color model

#6E6F0F color CMYK value is (1,0,86,56).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 86.49%
  • key color value is 56.47%
CMYK:
(1,0,86,56)
C1M0Y86K56 
(1%,0%,86%,56%)
(0.01/0.00/0.86/0.56)	

CMYK percentages

%0.9
%0
%86.49
%56.47

Codes

Color #6E6F0F in popluar color models

6E6F0F
RGB11011115
HSL61°76.19%24.71%
HSB/HSV61°86.49%43.53%
CMYK0.90%0.00%86.49%
56.47%

Color #6E6F0F in popluar number systems.

HEX6E6F0F
Decimal11011115
Binary110111011011111111
Octal15615717

Shades and tints

Shades of #6E6F0F

#6E6F0F
(110,111,15)
#64650E
(100,101,14)
#5A5B0D
(90,91,13)
#50510C
(80,81,12)
#46470B
(70,71,11)
#3C3D0A
(60,61,10)
#323309
(50,51,9)
#282908
(40,41,8)
#1E1F07
(30,31,7)
#141506
(20,21,6)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #6E6F0F

#6E6F0F
(110,111,15)
#7B7C24
(123,124,36)
#888939
(136,137,57)
#95964E
(149,150,78)
#A2A363
(162,163,99)
#AFB078
(175,176,120)
#BCBD8D
(188,189,141)
#C9CAA2
(201,202,162)
#D6D7B7
(214,215,183)
#E3E4CC
(227,228,204)
#F0F1E1
(240,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6F0F; }

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

This text font color is #6E6F0F.


Background Color

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

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

This div background color is #6E6F0F.


Border color

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

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

This div border color is #6E6F0F.


Opacity

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

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

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

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

This text has shadow with #6E6F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6F0F on black background.


Color preview on white background

This text has color #6E6F0F on white background.



Black color preview on #6E6F0F background

This text has black color on #6E6F0F background.


White color preview on #6E6F0F background

This text has white color on #6E6F0F background.