COLOR #6F4C09

HEX: #6F4C09 RGB: (111,76,9)

Color info

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

RGB color model

#6F4C09 color RGB value is (111,76,9).

RGB: (111,76,9) (44%, 30%, 4%)

RGB channels and saturation

R 111 of 255 = 44%
G 76 of 255 = 30%
B 9 of 255 = 4%

111
76
9

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

Portions of RGB colors in percentages

R + G + B = 111 + 76 + 9 = 196 (100%)
R 111 of 196 ~ 56.63%
G 76 of 196 ~ 38.78%
B 9 of 196 ~ 4.59'%

%56.63
%38.78

CMYK color model

#6F4C09 color CMYK value is (0,32,92,56).

  • cyan value is 0.00%
  • magenta value is 31.53%
  • yellow value is 91.89%
  • key color value is 56.47%
CMYK: (0,32,92,56) C0M32Y92K56 (0%,32%,92%,56%) (0.00/0.32/0.92/0.56) 

CMYK percentages

%0
%31.53
%91.89
%56.47

Codes

Color #6F4C09 in popluar color models

6F 4C 09
RGB 111 76 9
HSL 39° 85.00% 23.53%
HSB/HSV 39° 91.89% 43.53%
CMYK 0.00% 31.53% 91.89%
56.47%

Color #6F4C09 in popluar number systems.

HEX 6F 4C 09
Decimal 111 76 9
Binary 1101111 1001100 1001
Octal 157 114 11

Shades and tints

Shades of #6F4C09

#6F4C09
(111,76,9)
#654609
(101,70,9)
#5B4009
(91,64,9)
#513A09
(81,58,9)
#473409
(71,52,9)
#3D2E09
(61,46,9)
#332809
(51,40,9)
#292209
(41,34,9)
#1F1C09
(31,28,9)
#151609
(21,22,9)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #6F4C09

#6F4C09
(111,76,9)
#7C5C1F
(124,92,31)
#896C35
(137,108,53)
#967C4B
(150,124,75)
#A38C61
(163,140,97)
#B09C77
(176,156,119)
#BDAC8D
(189,172,141)
#CABCA3
(202,188,163)
#D7CCB9
(215,204,185)
#E4DCCF
(228,220,207)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4C09 color. Also use rgb(111,76,9) instead hex code.

Text Font Color

.myTextColor { color: #6F4C09; }

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

This text font color is #6F4C09.

Background Color

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

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

This div background color is #6F4C09.

Border color

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

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

This div border color is #6F4C09.

Opacity

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

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

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

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

This text has shadow with #6F4C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4C09.

Preview

Color preview on black background

This text has color #6F4C09 on black background.


Color preview on white background

This text has color #6F4C09 on white background.


Black color preview on #6F4C09 background

This text has black color on #6F4C09 background.


White color preview on #6F4C09 background

This text has white color on #6F4C09 background.


Related colors

Complementary color

Complementary color for #hex is #90B3F6.


I love getcolorcode.com

Triadic colors

1 #096F4C and #4C096F with #6F4C09 are triadic colors.

2 #094C6F and #4C6F09 with #6F4C09 are triadic colors.