COLOR #6C6442

HEX: #6C6442
RGB: (108,100,66)

Color info

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

RGB color model

#6C6442 color RGB value is (108,100,66).

  • red value is 108;
  • green value is 100;
  • blue value is 66.
RGB:
(108,100,66)
(42%,39%,26%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 66 of 255 = 26%

108
100
66

R + G + B ~ 36%. #6C6442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 66 = 274 (100%)
R 108 of 274 ~ 39.42%
G 100 of 274 ~ 36.5%
B 66 of 274 ~ 24.09%

%39.42
%36.5
%24.09

CMYK color model

#6C6442 color CMYK value is (0,7,39,58).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(0,7,39,58)
C0M7Y39K58 
(0%,7%,39%,58%)
(0.00/0.07/0.39/0.58)	

CMYK percentages

%0
%7.41
%38.89
%57.65

Codes

Color #6C6442 in popluar color models

6C6442
RGB10810066
HSL49°24.14%34.12%
HSB/HSV49°38.89%42.35%
CMYK0.00%7.41%38.89%
57.65%

Color #6C6442 in popluar number systems.

HEX6C6442
Decimal10810066
Binary110110011001001000010
Octal154144102

Shades and tints

Shades of #6C6442

#6C6442
(108,100,66)
#635B3C
(99,91,60)
#5A5236
(90,82,54)
#514930
(81,73,48)
#48402A
(72,64,42)
#3F3724
(63,55,36)
#362E1E
(54,46,30)
#2D2518
(45,37,24)
#241C12
(36,28,18)
#1B130C
(27,19,12)
#120A06
(18,10,6)
#000000
(0,0,0)

Tints of #6C6442

#6C6442
(108,100,66)
#797253
(121,114,83)
#868064
(134,128,100)
#938E75
(147,142,117)
#A09C86
(160,156,134)
#ADAA97
(173,170,151)
#BAB8A8
(186,184,168)
#C7C6B9
(199,198,185)
#D4D4CA
(212,212,202)
#E1E2DB
(225,226,219)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6442 color. Also use rgb(108,100,66) instead hex code.

Text Font Color

.myTextColor { color: #6C6442; }

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

This text font color is #6C6442.


Background Color

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

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

This div background color is #6C6442.


Border color

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

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

This div border color is #6C6442.


Opacity

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

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

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

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

This text has shadow with #6C6442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6442 on black background.


Color preview on white background

This text has color #6C6442 on white background.



Black color preview on #6C6442 background

This text has black color on #6C6442 background.


White color preview on #6C6442 background

This text has white color on #6C6442 background.