COLOR #6F4A20

HEX: #6F4A20 RGB: (111,74,32)

Color info

#6F4A20 contains mainly red and green colors. Web safe color of #6F4A20 is #663333 (or #633).

RGB color model

#6F4A20 color RGB value is (111,74,32).

RGB: (111,74,32) (44%, 29%, 13%)

RGB channels and saturation

R 111 of 255 = 44%
G 74 of 255 = 29%
B 32 of 255 = 13%

111
74
32

R + G + B ~ 29%. #6F4A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 74 + 32 = 217 (100%)
R 111 of 217 ~ 51.15%
G 74 of 217 ~ 34.1%
B 32 of 217 ~ 14.75'%

%51.15
%34.1
%14.75

CMYK color model

#6F4A20 color CMYK value is (0,33,71,56).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 71.17%
  • key color value is 56.47%

CMYK: (0,33,71,56)
C0M33Y71K56 (0%, 33%, 71%, 56%)
(0.00 / 0.33 / 0.71 / 0.56)

CMYK percentages

%0
%33.33
%71.17
%56.47

Codes

Color #6F4A20 in popluar color models

6F 4A 20
RGB 111 74 32
HSL 32° 55.24% 28.04%
HSB/HSV 32° 71.17% 43.53%
CMYK 0.00% 33.33% 71.17%
56.47%

Color #6F4A20 in popluar number systems.

HEX 6F 4A 20
Decimal 111 74 32
Binary 1101111 1001010 100000
Octal 157 112 40

Shades and tints

Shades of #6F4A20

#6F4A20
(111,74,32)
#65441E
(101,68,30)
#5B3E1C
(91,62,28)
#51381A
(81,56,26)
#473218
(71,50,24)
#3D2C16
(61,44,22)
#332614
(51,38,20)
#292012
(41,32,18)
#1F1A10
(31,26,16)
#15140E
(21,20,14)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F4A20

#6F4A20
(111,74,32)
#7C5A34
(124,90,52)
#896A48
(137,106,72)
#967A5C
(150,122,92)
#A38A70
(163,138,112)
#B09A84
(176,154,132)
#BDAA98
(189,170,152)
#CABAAC
(202,186,172)
#D7CAC0
(215,202,192)
#E4DAD4
(228,218,212)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4A20 color. Also use rgb(111,74,32) instead hex code.

Text Font Color

.myTextColor { color: #6F4A20; }

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

This text font color is #6F4A20.

Background Color

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

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

This div background color is #6F4A20.

Border color

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

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

This div border color is #6F4A20.

Opacity

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

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

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

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

This text has shadow with #6F4A20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4A20.

Preview

Color preview on black background

This text has color #6F4A20 on black background.


Color preview on white background

This text has color #6F4A20 on white background.


Black color preview on #6F4A20 background

This text has black color on #6F4A20 background.


White color preview on #6F4A20 background

This text has white color on #6F4A20 background.


Related colors

Complementary color

Complementary color for #hex is #90B5DF.


I love getcolorcode.com

Triadic colors

1 #206F4A and #4A206F with #6F4A20 are triadic colors.

2 #204A6F and #4A6F20 with #6F4A20 are triadic colors.