COLOR #6C5938

HEX: #6C5938
RGB: (108,89,56)

Color info

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

RGB color model

#6C5938 color RGB value is (108,89,56).

  • red value is 108;
  • green value is 89;
  • blue value is 56.
RGB:
(108,89,56)
(42%,35%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 56 of 255 = 22%

108
89
56

R + G + B ~ 33%. #6C5938 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 56 = 253 (100%)
R 108 of 253 ~ 42.69%
G 89 of 253 ~ 35.18%
B 56 of 253 ~ 22.13%

%42.69
%35.18
%22.13

CMYK color model

#6C5938 color CMYK value is (0,18,48,58).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 48.15%
  • key color value is 57.65%
CMYK:
(0,18,48,58)
C0M18Y48K58 
(0%,18%,48%,58%)
(0.00/0.18/0.48/0.58)	

CMYK percentages

%0
%17.59
%48.15
%57.65

Codes

Color #6C5938 in popluar color models

6C5938
RGB1088956
HSL38°31.71%32.16%
HSB/HSV38°48.15%42.35%
CMYK0.00%17.59%48.15%
57.65%

Color #6C5938 in popluar number systems.

HEX6C5938
Decimal1088956
Binary11011001011001111000
Octal15413170

Shades and tints

Shades of #6C5938

#6C5938
(108,89,56)
#635133
(99,81,51)
#5A492E
(90,73,46)
#514129
(81,65,41)
#483924
(72,57,36)
#3F311F
(63,49,31)
#36291A
(54,41,26)
#2D2115
(45,33,21)
#241910
(36,25,16)
#1B110B
(27,17,11)
#120906
(18,9,6)
#000000
(0,0,0)

Tints of #6C5938

#6C5938
(108,89,56)
#79684A
(121,104,74)
#86775C
(134,119,92)
#93866E
(147,134,110)
#A09580
(160,149,128)
#ADA492
(173,164,146)
#BAB3A4
(186,179,164)
#C7C2B6
(199,194,182)
#D4D1C8
(212,209,200)
#E1E0DA
(225,224,218)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5938 color. Also use rgb(108,89,56) instead hex code.

Text Font Color

.myTextColor { color: #6C5938; }

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

This text font color is #6C5938.


Background Color

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

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

This div background color is #6C5938.


Border color

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

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

This div border color is #6C5938.


Opacity

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

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

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

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

This text has shadow with #6C5938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5938 on black background.


Color preview on white background

This text has color #6C5938 on white background.



Black color preview on #6C5938 background

This text has black color on #6C5938 background.


White color preview on #6C5938 background

This text has white color on #6C5938 background.