COLOR #6F6113

HEX: #6F6113
RGB: (111,97,19)

Color info

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

RGB color model

#6F6113 color RGB value is (111,97,19).

  • red value is 111;
  • green value is 97;
  • blue value is 19.
RGB:
(111,97,19)
(44%,38%,7%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 19 of 255 = 7%

111
97
19

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

Portions of RGB colors in percentages

R + G + B =
111 + 97 + 19 = 227 (100%)
R 111 of 227 ~ 48.9%
G 97 of 227 ~ 42.73%
B 19 of 227 ~ 8.37%

%48.9
%42.73

CMYK color model

#6F6113 color CMYK value is (0,13,83,56).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 82.88%
  • key color value is 56.47%
CMYK:
(0,13,83,56)
C0M13Y83K56 
(0%,13%,83%,56%)
(0.00/0.13/0.83/0.56)	

CMYK percentages

%0
%12.61
%82.88
%56.47

Codes

Color #6F6113 in popluar color models

6F6113
RGB1119719
HSL51°70.77%25.49%
HSB/HSV51°82.88%43.53%
CMYK0.00%12.61%82.88%
56.47%

Color #6F6113 in popluar number systems.

HEX6F6113
Decimal1119719
Binary1101111110000110011
Octal15714123

Shades and tints

Shades of #6F6113

#6F6113
(111,97,19)
#655912
(101,89,18)
#5B5111
(91,81,17)
#514910
(81,73,16)
#47410F
(71,65,15)
#3D390E
(61,57,14)
#33310D
(51,49,13)
#29290C
(41,41,12)
#1F210B
(31,33,11)
#15190A
(21,25,10)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #6F6113

#6F6113
(111,97,19)
#7C6F28
(124,111,40)
#897D3D
(137,125,61)
#968B52
(150,139,82)
#A39967
(163,153,103)
#B0A77C
(176,167,124)
#BDB591
(189,181,145)
#CAC3A6
(202,195,166)
#D7D1BB
(215,209,187)
#E4DFD0
(228,223,208)
#F1EDE5
(241,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6113 color. Also use rgb(111,97,19) instead hex code.

Text Font Color

.myTextColor { color: #6F6113; }

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

This text font color is #6F6113.


Background Color

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

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

This div background color is #6F6113.


Border color

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

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

This div border color is #6F6113.


Opacity

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

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

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

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

This text has shadow with #6F6113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6113 on black background.


Color preview on white background

This text has color #6F6113 on white background.



Black color preview on #6F6113 background

This text has black color on #6F6113 background.


White color preview on #6F6113 background

This text has white color on #6F6113 background.