COLOR #6F5909

HEX: #6F5909
RGB: (111,89,9)

Color info

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

RGB color model

#6F5909 color RGB value is (111,89,9).

  • red value is 111;
  • green value is 89;
  • blue value is 9.
RGB:
(111,89,9)
(44%,35%,4%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 9 of 255 = 4%

111
89
9

R + G + B ~ 28%. #6F5909 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 9 = 209 (100%)
R 111 of 209 ~ 53.11%
G 89 of 209 ~ 42.58%
B 9 of 209 ~ 4.31%

%53.11
%42.58

CMYK color model

#6F5909 color CMYK value is (0,20,92,56).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 91.89%
  • key color value is 56.47%
CMYK:
(0,20,92,56)
C0M20Y92K56 
(0%,20%,92%,56%)
(0.00/0.20/0.92/0.56)	

CMYK percentages

%0
%19.82
%91.89
%56.47

Codes

Color #6F5909 in popluar color models

6F5909
RGB111899
HSL47°85.00%23.53%
HSB/HSV47°91.89%43.53%
CMYK0.00%19.82%91.89%
56.47%

Color #6F5909 in popluar number systems.

HEX6F5909
Decimal111899
Binary110111110110011001
Octal15713111

Shades and tints

Shades of #6F5909

#6F5909
(111,89,9)
#655109
(101,81,9)
#5B4909
(91,73,9)
#514109
(81,65,9)
#473909
(71,57,9)
#3D3109
(61,49,9)
#332909
(51,41,9)
#292109
(41,33,9)
#1F1909
(31,25,9)
#151109
(21,17,9)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #6F5909

#6F5909
(111,89,9)
#7C681F
(124,104,31)
#897735
(137,119,53)
#96864B
(150,134,75)
#A39561
(163,149,97)
#B0A477
(176,164,119)
#BDB38D
(189,179,141)
#CAC2A3
(202,194,163)
#D7D1B9
(215,209,185)
#E4E0CF
(228,224,207)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5909 color. Also use rgb(111,89,9) instead hex code.

Text Font Color

.myTextColor { color: #6F5909; }

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

This text font color is #6F5909.


Background Color

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

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

This div background color is #6F5909.


Border color

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

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

This div border color is #6F5909.


Opacity

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

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

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

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

This text has shadow with #6F5909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5909 on black background.


Color preview on white background

This text has color #6F5909 on white background.



Black color preview on #6F5909 background

This text has black color on #6F5909 background.


White color preview on #6F5909 background

This text has white color on #6F5909 background.