COLOR #6C6349

HEX: #6C6349
RGB: (108,99,73)

Color info

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

RGB color model

#6C6349 color RGB value is (108,99,73).

  • red value is 108;
  • green value is 99;
  • blue value is 73.
RGB:
(108,99,73)
(42%,39%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 73 of 255 = 29%

108
99
73

R + G + B ~ 37%. #6C6349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 99 + 73 = 280 (100%)
R 108 of 280 ~ 38.57%
G 99 of 280 ~ 35.36%
B 73 of 280 ~ 26.07%

%38.57
%35.36
%26.07

CMYK color model

#6C6349 color CMYK value is (0,8,32,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 32.41%
  • key color value is 57.65%
CMYK:
(0,8,32,58)
C0M8Y32K58 
(0%,8%,32%,58%)
(0.00/0.08/0.32/0.58)	

CMYK percentages

%0
%8.33
%32.41
%57.65

Codes

Color #6C6349 in popluar color models

6C6349
RGB1089973
HSL45°19.34%35.49%
HSB/HSV45°32.41%42.35%
CMYK0.00%8.33%32.41%
57.65%

Color #6C6349 in popluar number systems.

HEX6C6349
Decimal1089973
Binary110110011000111001001
Octal154143111

Shades and tints

Shades of #6C6349

#6C6349
(108,99,73)
#635A43
(99,90,67)
#5A513D
(90,81,61)
#514837
(81,72,55)
#483F31
(72,63,49)
#3F362B
(63,54,43)
#362D25
(54,45,37)
#2D241F
(45,36,31)
#241B19
(36,27,25)
#1B1213
(27,18,19)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #6C6349

#6C6349
(108,99,73)
#797159
(121,113,89)
#867F69
(134,127,105)
#938D79
(147,141,121)
#A09B89
(160,155,137)
#ADA999
(173,169,153)
#BAB7A9
(186,183,169)
#C7C5B9
(199,197,185)
#D4D3C9
(212,211,201)
#E1E1D9
(225,225,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6349 color. Also use rgb(108,99,73) instead hex code.

Text Font Color

.myTextColor { color: #6C6349; }

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

This text font color is #6C6349.


Background Color

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

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

This div background color is #6C6349.


Border color

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

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

This div border color is #6C6349.


Opacity

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

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

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

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

This text has shadow with #6C6349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6349 on black background.


Color preview on white background

This text has color #6C6349 on white background.



Black color preview on #6C6349 background

This text has black color on #6C6349 background.


White color preview on #6C6349 background

This text has white color on #6C6349 background.