COLOR #6F4810

HEX: #6F4810
RGB: (111,72,16)

Color info

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

RGB color model

#6F4810 color RGB value is (111,72,16).

  • red value is 111;
  • green value is 72;
  • blue value is 16.
RGB:
(111,72,16)
(44%,28%,6%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 16 of 255 = 6%

111
72
16

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

Portions of RGB colors in percentages

R + G + B =
111 + 72 + 16 = 199 (100%)
R 111 of 199 ~ 55.78%
G 72 of 199 ~ 36.18%
B 16 of 199 ~ 8.04%

%55.78
%36.18

CMYK color model

#6F4810 color CMYK value is (0,35,86,56).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 85.59%
  • key color value is 56.47%
CMYK:
(0,35,86,56)
C0M35Y86K56 
(0%,35%,86%,56%)
(0.00/0.35/0.86/0.56)	

CMYK percentages

%0
%35.14
%85.59
%56.47

Codes

Color #6F4810 in popluar color models

6F4810
RGB1117216
HSL35°74.80%24.90%
HSB/HSV35°85.59%43.53%
CMYK0.00%35.14%85.59%
56.47%

Color #6F4810 in popluar number systems.

HEX6F4810
Decimal1117216
Binary1101111100100010000
Octal15711020

Shades and tints

Shades of #6F4810

#6F4810
(111,72,16)
#65420F
(101,66,15)
#5B3C0E
(91,60,14)
#51360D
(81,54,13)
#47300C
(71,48,12)
#3D2A0B
(61,42,11)
#33240A
(51,36,10)
#291E09
(41,30,9)
#1F1808
(31,24,8)
#151207
(21,18,7)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #6F4810

#6F4810
(111,72,16)
#7C5825
(124,88,37)
#89683A
(137,104,58)
#96784F
(150,120,79)
#A38864
(163,136,100)
#B09879
(176,152,121)
#BDA88E
(189,168,142)
#CAB8A3
(202,184,163)
#D7C8B8
(215,200,184)
#E4D8CD
(228,216,205)
#F1E8E2
(241,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4810 color. Also use rgb(111,72,16) instead hex code.

Text Font Color

.myTextColor { color: #6F4810; }

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

This text font color is #6F4810.


Background Color

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

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

This div background color is #6F4810.


Border color

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

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

This div border color is #6F4810.


Opacity

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

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

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

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

This text has shadow with #6F4810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4810 on black background.


Color preview on white background

This text has color #6F4810 on white background.



Black color preview on #6F4810 background

This text has black color on #6F4810 background.


White color preview on #6F4810 background

This text has white color on #6F4810 background.