COLOR #6F6218

HEX: #6F6218
RGB: (111,98,24)

Color info

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

RGB color model

#6F6218 color RGB value is (111,98,24).

  • red value is 111;
  • green value is 98;
  • blue value is 24.
RGB:
(111,98,24)
(44%,38%,9%)

RGB channels and saturation

R 111 of 255 = 44%
G 98 of 255 = 38%
B 24 of 255 = 9%

111
98
24

R + G + B ~ 30%. #6F6218 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 24 = 233 (100%)
R 111 of 233 ~ 47.64%
G 98 of 233 ~ 42.06%
B 24 of 233 ~ 10.3%

%47.64
%42.06
%10.3

CMYK color model

#6F6218 color CMYK value is (0,12,78,56).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 78.38%
  • key color value is 56.47%
CMYK:
(0,12,78,56)
C0M12Y78K56 
(0%,12%,78%,56%)
(0.00/0.12/0.78/0.56)	

CMYK percentages

%0
%11.71
%78.38
%56.47

Codes

Color #6F6218 in popluar color models

6F6218
RGB1119824
HSL51°64.44%26.47%
HSB/HSV51°78.38%43.53%
CMYK0.00%11.71%78.38%
56.47%

Color #6F6218 in popluar number systems.

HEX6F6218
Decimal1119824
Binary1101111110001011000
Octal15714230

Shades and tints

Shades of #6F6218

#6F6218
(111,98,24)
#655A16
(101,90,22)
#5B5214
(91,82,20)
#514A12
(81,74,18)
#474210
(71,66,16)
#3D3A0E
(61,58,14)
#33320C
(51,50,12)
#292A0A
(41,42,10)
#1F2208
(31,34,8)
#151A06
(21,26,6)
#0B1204
(11,18,4)
#000000
(0,0,0)

Tints of #6F6218

#6F6218
(111,98,24)
#7C702D
(124,112,45)
#897E42
(137,126,66)
#968C57
(150,140,87)
#A39A6C
(163,154,108)
#B0A881
(176,168,129)
#BDB696
(189,182,150)
#CAC4AB
(202,196,171)
#D7D2C0
(215,210,192)
#E4E0D5
(228,224,213)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6218 color. Also use rgb(111,98,24) instead hex code.

Text Font Color

.myTextColor { color: #6F6218; }

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

This text font color is #6F6218.


Background Color

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

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

This div background color is #6F6218.


Border color

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

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

This div border color is #6F6218.


Opacity

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

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

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

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

This text has shadow with #6F6218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6218 on black background.


Color preview on white background

This text has color #6F6218 on white background.



Black color preview on #6F6218 background

This text has black color on #6F6218 background.


White color preview on #6F6218 background

This text has white color on #6F6218 background.