COLOR #6C6040

HEX: #6C6040
RGB: (108,96,64)

Color info

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

RGB color model

#6C6040 color RGB value is (108,96,64).

  • red value is 108;
  • green value is 96;
  • blue value is 64.
RGB:
(108,96,64)
(42%,38%,25%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 64 of 255 = 25%

108
96
64

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

Portions of RGB colors in percentages

R + G + B =
108 + 96 + 64 = 268 (100%)
R 108 of 268 ~ 40.3%
G 96 of 268 ~ 35.82%
B 64 of 268 ~ 23.88%

%40.3
%35.82
%23.88

CMYK color model

#6C6040 color CMYK value is (0,11,41,58).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 40.74%
  • key color value is 57.65%
CMYK:
(0,11,41,58)
C0M11Y41K58 
(0%,11%,41%,58%)
(0.00/0.11/0.41/0.58)	

CMYK percentages

%0
%11.11
%40.74
%57.65

Codes

Color #6C6040 in popluar color models

6C6040
RGB1089664
HSL44°25.58%33.73%
HSB/HSV44°40.74%42.35%
CMYK0.00%11.11%40.74%
57.65%

Color #6C6040 in popluar number systems.

HEX6C6040
Decimal1089664
Binary110110011000001000000
Octal154140100

Shades and tints

Shades of #6C6040

#6C6040
(108,96,64)
#63583B
(99,88,59)
#5A5036
(90,80,54)
#514831
(81,72,49)
#48402C
(72,64,44)
#3F3827
(63,56,39)
#363022
(54,48,34)
#2D281D
(45,40,29)
#242018
(36,32,24)
#1B1813
(27,24,19)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #6C6040

#6C6040
(108,96,64)
#796E51
(121,110,81)
#867C62
(134,124,98)
#938A73
(147,138,115)
#A09884
(160,152,132)
#ADA695
(173,166,149)
#BAB4A6
(186,180,166)
#C7C2B7
(199,194,183)
#D4D0C8
(212,208,200)
#E1DED9
(225,222,217)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6040 color. Also use rgb(108,96,64) instead hex code.

Text Font Color

.myTextColor { color: #6C6040; }

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

This text font color is #6C6040.


Background Color

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

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

This div background color is #6C6040.


Border color

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

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

This div border color is #6C6040.


Opacity

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

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

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

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

This text has shadow with #6C6040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6040 on black background.


Color preview on white background

This text has color #6C6040 on white background.



Black color preview on #6C6040 background

This text has black color on #6C6040 background.


White color preview on #6C6040 background

This text has white color on #6C6040 background.