COLOR #6F5C1A

HEX: #6F5C1A
RGB: (111,92,26)

Color info

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

RGB color model

#6F5C1A color RGB value is (111,92,26).

  • red value is 111;
  • green value is 92;
  • blue value is 26.
RGB:
(111,92,26)
(44%,36%,10%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 26 of 255 = 10%

111
92
26

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

Portions of RGB colors in percentages

R + G + B =
111 + 92 + 26 = 229 (100%)
R 111 of 229 ~ 48.47%
G 92 of 229 ~ 40.17%
B 26 of 229 ~ 11.35%

%48.47
%40.17
%11.35

CMYK color model

#6F5C1A color CMYK value is (0,17,77,56).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 76.58%
  • key color value is 56.47%
CMYK:
(0,17,77,56)
C0M17Y77K56 
(0%,17%,77%,56%)
(0.00/0.17/0.77/0.56)	

CMYK percentages

%0
%17.12
%76.58
%56.47

Codes

Color #6F5C1A in popluar color models

6F5C1A
RGB1119226
HSL47°62.04%26.86%
HSB/HSV47°76.58%43.53%
CMYK0.00%17.12%76.58%
56.47%

Color #6F5C1A in popluar number systems.

HEX6F5C1A
Decimal1119226
Binary1101111101110011010
Octal15713432

Shades and tints

Shades of #6F5C1A

#6F5C1A
(111,92,26)
#655418
(101,84,24)
#5B4C16
(91,76,22)
#514414
(81,68,20)
#473C12
(71,60,18)
#3D3410
(61,52,16)
#332C0E
(51,44,14)
#29240C
(41,36,12)
#1F1C0A
(31,28,10)
#151408
(21,20,8)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #6F5C1A

#6F5C1A
(111,92,26)
#7C6A2E
(124,106,46)
#897842
(137,120,66)
#968656
(150,134,86)
#A3946A
(163,148,106)
#B0A27E
(176,162,126)
#BDB092
(189,176,146)
#CABEA6
(202,190,166)
#D7CCBA
(215,204,186)
#E4DACE
(228,218,206)
#F1E8E2
(241,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5C1A color. Also use rgb(111,92,26) instead hex code.

Text Font Color

.myTextColor { color: #6F5C1A; }

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

This text font color is #6F5C1A.


Background Color

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

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

This div background color is #6F5C1A.


Border color

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

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

This div border color is #6F5C1A.


Opacity

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

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

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

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

This text has shadow with #6F5C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5C1A on black background.


Color preview on white background

This text has color #6F5C1A on white background.



Black color preview on #6F5C1A background

This text has black color on #6F5C1A background.


White color preview on #6F5C1A background

This text has white color on #6F5C1A background.