COLOR #6F4A33

HEX: #6F4A33 RGB: (111,74,51)

Color info

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

RGB color model

#6F4A33 color RGB value is (111,74,51).

RGB: (111,74,51) (44%, 29%, 20%)

RGB channels and saturation

R 111 of 255 = 44%
G 74 of 255 = 29%
B 51 of 255 = 20%

111
74
51

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

Portions of RGB colors in percentages

R + G + B = 111 + 74 + 51 = 236 (100%)
R 111 of 236 ~ 47.03%
G 74 of 236 ~ 31.36%
B 51 of 236 ~ 21.61'%

%47.03
%31.36
%21.61

CMYK color model

#6F4A33 color CMYK value is (0,33,54,56).

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

CMYK: (0,33,54,56)
C0M33Y54K56 (0%, 33%, 54%, 56%)
(0.00 / 0.33 / 0.54 / 0.56)

CMYK percentages

%0
%33.33
%54.05
%56.47

Codes

Color #6F4A33 in popluar color models

6F 4A 33
RGB 111 74 51
HSL 23° 37.04% 31.76%
HSB/HSV 23° 54.05% 43.53%
CMYK 0.00% 33.33% 54.05%
56.47%

Color #6F4A33 in popluar number systems.

HEX 6F 4A 33
Decimal 111 74 51
Binary 1101111 1001010 110011
Octal 157 112 63

Shades and tints

Shades of #6F4A33

#6F4A33
(111,74,51)
#65442F
(101,68,47)
#5B3E2B
(91,62,43)
#513827
(81,56,39)
#473223
(71,50,35)
#3D2C1F
(61,44,31)
#33261B
(51,38,27)
#292017
(41,32,23)
#1F1A13
(31,26,19)
#15140F
(21,20,15)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F4A33

#6F4A33
(111,74,51)
#7C5A45
(124,90,69)
#896A57
(137,106,87)
#967A69
(150,122,105)
#A38A7B
(163,138,123)
#B09A8D
(176,154,141)
#BDAA9F
(189,170,159)
#CABAB1
(202,186,177)
#D7CAC3
(215,202,195)
#E4DAD5
(228,218,213)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4A33; }

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

This text font color is #6F4A33.

Background Color

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

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

This div background color is #6F4A33.

Border color

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

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

This div border color is #6F4A33.

Opacity

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

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

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

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

This text has shadow with #6F4A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4A33.

Preview

Color preview on black background

This text has color #6F4A33 on black background.


Color preview on white background

This text has color #6F4A33 on white background.


Black color preview on #6F4A33 background

This text has black color on #6F4A33 background.


White color preview on #6F4A33 background

This text has white color on #6F4A33 background.


Related colors

Complementary color

Complementary color for #hex is #90B5CC.


I love getcolorcode.com

Triadic colors

1 #336F4A and #4A336F with #6F4A33 are triadic colors.

2 #334A6F and #4A6F33 with #6F4A33 are triadic colors.