COLOR #6F4408

HEX: #6F4408
RGB: (111,68,8)

Color info

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

RGB color model

#6F4408 color RGB value is (111,68,8).

  • red value is 111;
  • green value is 68;
  • blue value is 8.
RGB:
(111,68,8)
(44%,27%,3%)

RGB channels and saturation

R 111 of 255 = 44%
G 68 of 255 = 27%
B 8 of 255 = 3%

111
68
8

R + G + B ~ 25%. #6F4408 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 68 + 8 = 187 (100%)
R 111 of 187 ~ 59.36%
G 68 of 187 ~ 36.36%
B 8 of 187 ~ 4.28%

%59.36
%36.36

CMYK color model

#6F4408 color CMYK value is (0,39,93,56).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 92.79%
  • key color value is 56.47%
CMYK:
(0,39,93,56)
C0M39Y93K56 
(0%,39%,93%,56%)
(0.00/0.39/0.93/0.56)	

CMYK percentages

%0
%38.74
%92.79
%56.47

Codes

Color #6F4408 in popluar color models

6F4408
RGB111688
HSL35°86.55%23.33%
HSB/HSV35°92.79%43.53%
CMYK0.00%38.74%92.79%
56.47%

Color #6F4408 in popluar number systems.

HEX6F4408
Decimal111688
Binary110111110001001000
Octal15710410

Shades and tints

Shades of #6F4408

#6F4408
(111,68,8)
#653E08
(101,62,8)
#5B3808
(91,56,8)
#513208
(81,50,8)
#472C08
(71,44,8)
#3D2608
(61,38,8)
#332008
(51,32,8)
#291A08
(41,26,8)
#1F1408
(31,20,8)
#150E08
(21,14,8)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #6F4408

#6F4408
(111,68,8)
#7C551E
(124,85,30)
#896634
(137,102,52)
#96774A
(150,119,74)
#A38860
(163,136,96)
#B09976
(176,153,118)
#BDAA8C
(189,170,140)
#CABBA2
(202,187,162)
#D7CCB8
(215,204,184)
#E4DDCE
(228,221,206)
#F1EEE4
(241,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4408 color. Also use rgb(111,68,8) instead hex code.

Text Font Color

.myTextColor { color: #6F4408; }

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

This text font color is #6F4408.


Background Color

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

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

This div background color is #6F4408.


Border color

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

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

This div border color is #6F4408.


Opacity

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

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

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

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

This text has shadow with #6F4408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4408 on black background.


Color preview on white background

This text has color #6F4408 on white background.



Black color preview on #6F4408 background

This text has black color on #6F4408 background.


White color preview on #6F4408 background

This text has white color on #6F4408 background.