COLOR #6F4515

HEX: #6F4515
RGB: (111,69,21)

Color info

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

RGB color model

#6F4515 color RGB value is (111,69,21).

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

RGB channels and saturation

R 111 of 255 = 44%
G 69 of 255 = 27%
B 21 of 255 = 8%

111
69
21

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

Portions of RGB colors in percentages

R + G + B =
111 + 69 + 21 = 201 (100%)
R 111 of 201 ~ 55.22%
G 69 of 201 ~ 34.33%
B 21 of 201 ~ 10.45%

%55.22
%34.33
%10.45

CMYK color model

#6F4515 color CMYK value is (0,38,81,56).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 81.08%
  • key color value is 56.47%
CMYK:
(0,38,81,56)
C0M38Y81K56 
(0%,38%,81%,56%)
(0.00/0.38/0.81/0.56)	

CMYK percentages

%0
%37.84
%81.08
%56.47

Codes

Color #6F4515 in popluar color models

6F4515
RGB1116921
HSL32°68.18%25.88%
HSB/HSV32°81.08%43.53%
CMYK0.00%37.84%81.08%
56.47%

Color #6F4515 in popluar number systems.

HEX6F4515
Decimal1116921
Binary1101111100010110101
Octal15710525

Shades and tints

Shades of #6F4515

#6F4515
(111,69,21)
#653F14
(101,63,20)
#5B3913
(91,57,19)
#513312
(81,51,18)
#472D11
(71,45,17)
#3D2710
(61,39,16)
#33210F
(51,33,15)
#291B0E
(41,27,14)
#1F150D
(31,21,13)
#150F0C
(21,15,12)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #6F4515

#6F4515
(111,69,21)
#7C552A
(124,85,42)
#89653F
(137,101,63)
#967554
(150,117,84)
#A38569
(163,133,105)
#B0957E
(176,149,126)
#BDA593
(189,165,147)
#CAB5A8
(202,181,168)
#D7C5BD
(215,197,189)
#E4D5D2
(228,213,210)
#F1E5E7
(241,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4515 color. Also use rgb(111,69,21) instead hex code.

Text Font Color

.myTextColor { color: #6F4515; }

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

This text font color is #6F4515.


Background Color

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

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

This div background color is #6F4515.


Border color

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

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

This div border color is #6F4515.


Opacity

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

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

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

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

This text has shadow with #6F4515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4515 on black background.


Color preview on white background

This text has color #6F4515 on white background.



Black color preview on #6F4515 background

This text has black color on #6F4515 background.


White color preview on #6F4515 background

This text has white color on #6F4515 background.