COLOR #6F3C16

HEX: #6F3C16 RGB: (111,60,22)

Color info

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

RGB color model

#6F3C16 color RGB value is (111,60,22).

RGB: (111,60,22) (44%, 24%, 9%)

RGB channels and saturation

R 111 of 255 = 44%
G 60 of 255 = 24%
B 22 of 255 = 9%

111
60
22

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

Portions of RGB colors in percentages

R + G + B = 111 + 60 + 22 = 193 (100%)
R 111 of 193 ~ 57.51%
G 60 of 193 ~ 31.09%
B 22 of 193 ~ 11.4'%

%57.51
%31.09
%11.4

CMYK color model

#6F3C16 color CMYK value is (0,46,80,56).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 80.18%
  • key color value is 56.47%

CMYK: (0,46,80,56)
C0M46Y80K56 (0%, 46%, 80%, 56%)
(0.00 / 0.46 / 0.80 / 0.56)

CMYK percentages

%0
%45.95
%80.18
%56.47

Codes

Color #6F3C16 in popluar color models

6F 3C 16
RGB 111 60 22
HSL 26° 66.92% 26.08%
HSB/HSV 26° 80.18% 43.53%
CMYK 0.00% 45.95% 80.18%
56.47%

Color #6F3C16 in popluar number systems.

HEX 6F 3C 16
Decimal 111 60 22
Binary 1101111 111100 10110
Octal 157 74 26

Shades and tints

Shades of #6F3C16

#6F3C16
(111,60,22)
#653714
(101,55,20)
#5B3212
(91,50,18)
#512D10
(81,45,16)
#47280E
(71,40,14)
#3D230C
(61,35,12)
#331E0A
(51,30,10)
#291908
(41,25,8)
#1F1406
(31,20,6)
#150F04
(21,15,4)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #6F3C16

#6F3C16
(111,60,22)
#7C4D2B
(124,77,43)
#895E40
(137,94,64)
#966F55
(150,111,85)
#A3806A
(163,128,106)
#B0917F
(176,145,127)
#BDA294
(189,162,148)
#CAB3A9
(202,179,169)
#D7C4BE
(215,196,190)
#E4D5D3
(228,213,211)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3C16 color. Also use rgb(111,60,22) instead hex code.

Text Font Color

.myTextColor { color: #6F3C16; }

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

This text font color is #6F3C16.

Background Color

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

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

This div background color is #6F3C16.

Border color

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

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

This div border color is #6F3C16.

Opacity

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

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

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

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

This text has shadow with #6F3C16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3C16.

Preview

Color preview on black background

This text has color #6F3C16 on black background.


Color preview on white background

This text has color #6F3C16 on white background.


Black color preview on #6F3C16 background

This text has black color on #6F3C16 background.


White color preview on #6F3C16 background

This text has white color on #6F3C16 background.


Related colors

Complementary color

Complementary color for #hex is #90C3E9.


I love getcolorcode.com

Triadic colors

1 #166F3C and #3C166F with #6F3C16 are triadic colors.

2 #163C6F and #3C6F16 with #6F3C16 are triadic colors.