COLOR #6F6B33

HEX: #6F6B33 RGB: (111,107,51)

Color info

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

RGB color model

#6F6B33 color RGB value is (111,107,51).

RGB: (111,107,51) (44%, 42%, 20%)

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 51 of 255 = 20%

111
107
51

R + G + B ~ 35%. #6F6B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 107 + 51 = 269 (100%)
R 111 of 269 ~ 41.26%
G 107 of 269 ~ 39.78%
B 51 of 269 ~ 18.96'%

%41.26
%39.78
%18.96

CMYK color model

#6F6B33 color CMYK value is (0,4,54,56).

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

CMYK: (0,4,54,56)
C0M4Y54K56 (0%, 4%, 54%, 56%)
(0.00 / 0.04 / 0.54 / 0.56)

CMYK percentages

%0
%3.6
%54.05
%56.47

Codes

Color #6F6B33 in popluar color models

6F 6B 33
RGB 111 107 51
HSL 56° 37.04% 31.76%
HSB/HSV 56° 54.05% 43.53%
CMYK 0.00% 3.60% 54.05%
56.47%

Color #6F6B33 in popluar number systems.

HEX 6F 6B 33
Decimal 111 107 51
Binary 1101111 1101011 110011
Octal 157 153 63

Shades and tints

Shades of #6F6B33

#6F6B33
(111,107,51)
#65622F
(101,98,47)
#5B592B
(91,89,43)
#515027
(81,80,39)
#474723
(71,71,35)
#3D3E1F
(61,62,31)
#33351B
(51,53,27)
#292C17
(41,44,23)
#1F2313
(31,35,19)
#151A0F
(21,26,15)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #6F6B33

#6F6B33
(111,107,51)
#7C7845
(124,120,69)
#898557
(137,133,87)
#969269
(150,146,105)
#A39F7B
(163,159,123)
#B0AC8D
(176,172,141)
#BDB99F
(189,185,159)
#CAC6B1
(202,198,177)
#D7D3C3
(215,211,195)
#E4E0D5
(228,224,213)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6B33; }

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

This text font color is #6F6B33.

Background Color

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

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

This div background color is #6F6B33.

Border color

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

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

This div border color is #6F6B33.

Opacity

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

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

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

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

This text has shadow with #6F6B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6B33.

Preview

Color preview on black background

This text has color #6F6B33 on black background.


Color preview on white background

This text has color #6F6B33 on white background.


Black color preview on #6F6B33 background

This text has black color on #6F6B33 background.


White color preview on #6F6B33 background

This text has white color on #6F6B33 background.


Related colors

Complementary color

Complementary color for #hex is #9094CC.


I love getcolorcode.com

Triadic colors

1 #336F6B and #6B336F with #6F6B33 are triadic colors.

2 #336B6F and #6B6F33 with #6F6B33 are triadic colors.