COLOR #6F6E0F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
110
15

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

Portions of RGB colors in percentages

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

%47.03
%46.61

CMYK color model

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

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

CMYK percentages

%0
%0.9
%86.49
%56.47

Codes

Color #6F6E0F in popluar color models

6F6E0F
RGB11111015
HSL59°76.19%24.71%
HSB/HSV59°86.49%43.53%
CMYK0.00%0.90%86.49%
56.47%

Color #6F6E0F in popluar number systems.

HEX6F6E0F
Decimal11111015
Binary110111111011101111
Octal15715617

Shades and tints

Shades of #6F6E0F

#6F6E0F
(111,110,15)
#65640E
(101,100,14)
#5B5A0D
(91,90,13)
#51500C
(81,80,12)
#47460B
(71,70,11)
#3D3C0A
(61,60,10)
#333209
(51,50,9)
#292808
(41,40,8)
#1F1E07
(31,30,7)
#151406
(21,20,6)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #6F6E0F

#6F6E0F
(111,110,15)
#7C7B24
(124,123,36)
#898839
(137,136,57)
#96954E
(150,149,78)
#A3A263
(163,162,99)
#B0AF78
(176,175,120)
#BDBC8D
(189,188,141)
#CAC9A2
(202,201,162)
#D7D6B7
(215,214,183)
#E4E3CC
(228,227,204)
#F1F0E1
(241,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6E0F; }

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

This text font color is #6F6E0F.


Background Color

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

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

This div background color is #6F6E0F.


Border color

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

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

This div border color is #6F6E0F.


Opacity

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

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

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

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

This text has shadow with #6F6E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6E0F on black background.


Color preview on white background

This text has color #6F6E0F on white background.



Black color preview on #6F6E0F background

This text has black color on #6F6E0F background.


White color preview on #6F6E0F background

This text has white color on #6F6E0F background.