COLOR #6F4909

HEX: #6F4909
RGB: (111,73,9)

Color info

#6F4909 contains mainly red and green colors. Web safe color of #6F4909 is #663300 (or #630).

RGB color model

#6F4909 color RGB value is (111,73,9).

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

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 9 of 255 = 4%

111
73
9

R + G + B ~ 26%. #6F4909 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 73 + 9 = 193 (100%)
R 111 of 193 ~ 57.51%
G 73 of 193 ~ 37.82%
B 9 of 193 ~ 4.66%

%57.51
%37.82

CMYK color model

#6F4909 color CMYK value is (0,34,92,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 91.89%
  • key color value is 56.47%
CMYK:
(0,34,92,56)
C0M34Y92K56 
(0%,34%,92%,56%)
(0.00/0.34/0.92/0.56)	

CMYK percentages

%0
%34.23
%91.89
%56.47

Codes

Color #6F4909 in popluar color models

6F4909
RGB111739
HSL38°85.00%23.53%
HSB/HSV38°91.89%43.53%
CMYK0.00%34.23%91.89%
56.47%

Color #6F4909 in popluar number systems.

HEX6F4909
Decimal111739
Binary110111110010011001
Octal15711111

Shades and tints

Shades of #6F4909

#6F4909
(111,73,9)
#654309
(101,67,9)
#5B3D09
(91,61,9)
#513709
(81,55,9)
#473109
(71,49,9)
#3D2B09
(61,43,9)
#332509
(51,37,9)
#291F09
(41,31,9)
#1F1909
(31,25,9)
#151309
(21,19,9)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #6F4909

#6F4909
(111,73,9)
#7C591F
(124,89,31)
#896935
(137,105,53)
#96794B
(150,121,75)
#A38961
(163,137,97)
#B09977
(176,153,119)
#BDA98D
(189,169,141)
#CAB9A3
(202,185,163)
#D7C9B9
(215,201,185)
#E4D9CF
(228,217,207)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4909; }

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

This text font color is #6F4909.


Background Color

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

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

This div background color is #6F4909.


Border color

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

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

This div border color is #6F4909.


Opacity

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

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

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

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

This text has shadow with #6F4909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4909 on black background.


Color preview on white background

This text has color #6F4909 on white background.



Black color preview on #6F4909 background

This text has black color on #6F4909 background.


White color preview on #6F4909 background

This text has white color on #6F4909 background.