COLOR #6C6B32

HEX: #6C6B32 RGB: (108,107,50)

Color info

#6C6B32 contains red, green and blue colors in about the same proportion. Web safe color of #6C6B32 is #666633 (or #663).

RGB color model

#6C6B32 color RGB value is (108,107,50).

RGB: (108,107,50) (42%, 42%, 20%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 50 of 255 = 20%

108
107
50

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

Portions of RGB colors in percentages

R + G + B = 108 + 107 + 50 = 265 (100%)
R 108 of 265 ~ 40.75%
G 107 of 265 ~ 40.38%
B 50 of 265 ~ 18.87'%

%40.75
%40.38
%18.87

CMYK color model

#6C6B32 color CMYK value is (0,1,54,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 53.70%
  • key color value is 57.65%

CMYK: (0,1,54,58)
C0M1Y54K58 (0%, 1%, 54%, 58%)
(0.00 / 0.01 / 0.54 / 0.58)

CMYK percentages

%0
%0.93
%53.7
%57.65

Codes

Color #6C6B32 in popluar color models

6C 6B 32
RGB 108 107 50
HSL 59° 36.71% 30.98%
HSB/HSV 59° 53.70% 42.35%
CMYK 0.00% 0.93% 53.70%
57.65%

Color #6C6B32 in popluar number systems.

HEX 6C 6B 32
Decimal 108 107 50
Binary 1101100 1101011 110010
Octal 154 153 62

Shades and tints

Shades of #6C6B32

#6C6B32
(108,107,50)
#63622E
(99,98,46)
#5A592A
(90,89,42)
#515026
(81,80,38)
#484722
(72,71,34)
#3F3E1E
(63,62,30)
#36351A
(54,53,26)
#2D2C16
(45,44,22)
#242312
(36,35,18)
#1B1A0E
(27,26,14)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #6C6B32

#6C6B32
(108,107,50)
#797844
(121,120,68)
#868556
(134,133,86)
#939268
(147,146,104)
#A09F7A
(160,159,122)
#ADAC8C
(173,172,140)
#BAB99E
(186,185,158)
#C7C6B0
(199,198,176)
#D4D3C2
(212,211,194)
#E1E0D4
(225,224,212)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6B32 color. Also use rgb(108,107,50) instead hex code.

Text Font Color

.myTextColor { color: #6C6B32; }

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

This text font color is #6C6B32.

Background Color

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

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

This div background color is #6C6B32.

Border color

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

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

This div border color is #6C6B32.

Opacity

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

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

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

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

This text has shadow with #6C6B32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6B32.

Preview

Color preview on black background

This text has color #6C6B32 on black background.


Color preview on white background

This text has color #6C6B32 on white background.


Black color preview on #6C6B32 background

This text has black color on #6C6B32 background.


White color preview on #6C6B32 background

This text has white color on #6C6B32 background.


Related colors

Complementary color

Complementary color for #hex is #9394CD.


I love getcolorcode.com

Triadic colors

1 #326C6B and #6B326C with #6C6B32 are triadic colors.

2 #326B6C and #6B6C32 with #6C6B32 are triadic colors.