COLOR #6C4239

HEX: #6C4239
RGB: (108,66,57)

Color info

#6C4239 contains red, green and blue colors in about the same proportion. Web safe color of #6C4239 is #663333 (or #633).

RGB color model

#6C4239 color RGB value is (108,66,57).

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

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 57 of 255 = 22%

108
66
57

R + G + B ~ 30%. #6C4239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 66 + 57 = 231 (100%)
R 108 of 231 ~ 46.75%
G 66 of 231 ~ 28.57%
B 57 of 231 ~ 24.68%

%46.75
%28.57
%24.68

CMYK color model

#6C4239 color CMYK value is (0,39,47,58).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 47.22%
  • key color value is 57.65%
CMYK:
(0,39,47,58)
C0M39Y47K58 
(0%,39%,47%,58%)
(0.00/0.39/0.47/0.58)	

CMYK percentages

%0
%38.89
%47.22
%57.65

Codes

Color #6C4239 in popluar color models

6C4239
RGB1086657
HSL11°30.91%32.35%
HSB/HSV11°47.22%42.35%
CMYK0.00%38.89%47.22%
57.65%

Color #6C4239 in popluar number systems.

HEX6C4239
Decimal1086657
Binary11011001000010111001
Octal15410271

Shades and tints

Shades of #6C4239

#6C4239
(108,66,57)
#633C34
(99,60,52)
#5A362F
(90,54,47)
#51302A
(81,48,42)
#482A25
(72,42,37)
#3F2420
(63,36,32)
#361E1B
(54,30,27)
#2D1816
(45,24,22)
#241211
(36,18,17)
#1B0C0C
(27,12,12)
#120607
(18,6,7)
#000000
(0,0,0)

Tints of #6C4239

#6C4239
(108,66,57)
#79534B
(121,83,75)
#86645D
(134,100,93)
#93756F
(147,117,111)
#A08681
(160,134,129)
#AD9793
(173,151,147)
#BAA8A5
(186,168,165)
#C7B9B7
(199,185,183)
#D4CAC9
(212,202,201)
#E1DBDB
(225,219,219)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4239; }

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

This text font color is #6C4239.


Background Color

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

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

This div background color is #6C4239.


Border color

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

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

This div border color is #6C4239.


Opacity

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

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

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

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

This text has shadow with #6C4239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4239 on black background.


Color preview on white background

This text has color #6C4239 on white background.



Black color preview on #6C4239 background

This text has black color on #6C4239 background.


White color preview on #6C4239 background

This text has white color on #6C4239 background.