COLOR #6F6633

HEX: #6F6633 RGB: (111,102,51)

Color info

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

RGB color model

#6F6633 color RGB value is (111,102,51).

RGB: (111,102,51) (44%, 40%, 20%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 51 of 255 = 20%

111
102
51

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

Portions of RGB colors in percentages

R + G + B = 111 + 102 + 51 = 264 (100%)
R 111 of 264 ~ 42.05%
G 102 of 264 ~ 38.64%
B 51 of 264 ~ 19.32'%

%42.05
%38.64
%19.32

CMYK color model

#6F6633 color CMYK value is (0,8,54,56).

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

CMYK: (0,8,54,56)
C0M8Y54K56 (0%, 8%, 54%, 56%)
(0.00 / 0.08 / 0.54 / 0.56)

CMYK percentages

%0
%8.11
%54.05
%56.47

Codes

Color #6F6633 in popluar color models

6F 66 33
RGB 111 102 51
HSL 51° 37.04% 31.76%
HSB/HSV 51° 54.05% 43.53%
CMYK 0.00% 8.11% 54.05%
56.47%

Color #6F6633 in popluar number systems.

HEX 6F 66 33
Decimal 111 102 51
Binary 1101111 1100110 110011
Octal 157 146 63

Shades and tints

Shades of #6F6633

#6F6633
(111,102,51)
#655D2F
(101,93,47)
#5B542B
(91,84,43)
#514B27
(81,75,39)
#474223
(71,66,35)
#3D391F
(61,57,31)
#33301B
(51,48,27)
#292717
(41,39,23)
#1F1E13
(31,30,19)
#15150F
(21,21,15)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F6633

#6F6633
(111,102,51)
#7C7345
(124,115,69)
#898057
(137,128,87)
#968D69
(150,141,105)
#A39A7B
(163,154,123)
#B0A78D
(176,167,141)
#BDB49F
(189,180,159)
#CAC1B1
(202,193,177)
#D7CEC3
(215,206,195)
#E4DBD5
(228,219,213)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6633; }

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

This text font color is #6F6633.

Background Color

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

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

This div background color is #6F6633.

Border color

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

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

This div border color is #6F6633.

Opacity

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

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

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

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

This text has shadow with #6F6633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6633.

Preview

Color preview on black background

This text has color #6F6633 on black background.


Color preview on white background

This text has color #6F6633 on white background.


Black color preview on #6F6633 background

This text has black color on #6F6633 background.


White color preview on #6F6633 background

This text has white color on #6F6633 background.


Related colors

Complementary color

Complementary color for #hex is #9099CC.


I love getcolorcode.com

Triadic colors

1 #336F66 and #66336F with #6F6633 are triadic colors.

2 #33666F and #666F33 with #6F6633 are triadic colors.