COLOR #6F5C22

HEX: #6F5C22 RGB: (111,92,34)

Color info

#6F5C22 contains mainly red and green colors. Web safe color of #6F5C22 is #666633 (or #663).

RGB color model

#6F5C22 color RGB value is (111,92,34).

RGB: (111,92,34) (44%, 36%, 13%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 34 of 255 = 13%

111
92
34

R + G + B ~ 31%. #6F5C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 92 + 34 = 237 (100%)
R 111 of 237 ~ 46.84%
G 92 of 237 ~ 38.82%
B 34 of 237 ~ 14.35'%

%46.84
%38.82
%14.35

CMYK color model

#6F5C22 color CMYK value is (0,17,69,56).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 69.37%
  • key color value is 56.47%

CMYK: (0,17,69,56)
C0M17Y69K56 (0%, 17%, 69%, 56%)
(0.00 / 0.17 / 0.69 / 0.56)

CMYK percentages

%0
%17.12
%69.37
%56.47

Codes

Color #6F5C22 in popluar color models

6F 5C 22
RGB 111 92 34
HSL 45° 53.10% 28.43%
HSB/HSV 45° 69.37% 43.53%
CMYK 0.00% 17.12% 69.37%
56.47%

Color #6F5C22 in popluar number systems.

HEX 6F 5C 22
Decimal 111 92 34
Binary 1101111 1011100 100010
Octal 157 134 42

Shades and tints

Shades of #6F5C22

#6F5C22
(111,92,34)
#65541F
(101,84,31)
#5B4C1C
(91,76,28)
#514419
(81,68,25)
#473C16
(71,60,22)
#3D3413
(61,52,19)
#332C10
(51,44,16)
#29240D
(41,36,13)
#1F1C0A
(31,28,10)
#151407
(21,20,7)
#0B0C04
(11,12,4)
#000000
(0,0,0)

Tints of #6F5C22

#6F5C22
(111,92,34)
#7C6A36
(124,106,54)
#89784A
(137,120,74)
#96865E
(150,134,94)
#A39472
(163,148,114)
#B0A286
(176,162,134)
#BDB09A
(189,176,154)
#CABEAE
(202,190,174)
#D7CCC2
(215,204,194)
#E4DAD6
(228,218,214)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5C22; }

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

This text font color is #6F5C22.

Background Color

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

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

This div background color is #6F5C22.

Border color

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

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

This div border color is #6F5C22.

Opacity

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

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

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

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

This text has shadow with #6F5C22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5C22.

Preview

Color preview on black background

This text has color #6F5C22 on black background.


Color preview on white background

This text has color #6F5C22 on white background.


Black color preview on #6F5C22 background

This text has black color on #6F5C22 background.


White color preview on #6F5C22 background

This text has white color on #6F5C22 background.


Related colors

Complementary color

Complementary color for #hex is #90A3DD.


I love getcolorcode.com

Triadic colors

1 #226F5C and #5C226F with #6F5C22 are triadic colors.

2 #225C6F and #5C6F22 with #6F5C22 are triadic colors.