COLOR #6C4238

HEX: #6C4238
RGB: (108,66,56)

Color info

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

RGB color model

#6C4238 color RGB value is (108,66,56).

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

RGB channels and saturation

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

108
66
56

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

Portions of RGB colors in percentages

R + G + B =
108 + 66 + 56 = 230 (100%)
R 108 of 230 ~ 46.96%
G 66 of 230 ~ 28.7%
B 56 of 230 ~ 24.35%

%46.96
%28.7
%24.35

CMYK color model

#6C4238 color CMYK value is (0,39,48,58).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 48.15%
  • key color value is 57.65%
CMYK:
(0,39,48,58)
C0M39Y48K58 
(0%,39%,48%,58%)
(0.00/0.39/0.48/0.58)	

CMYK percentages

%0
%38.89
%48.15
%57.65

Codes

Color #6C4238 in popluar color models

6C4238
RGB1086656
HSL12°31.71%32.16%
HSB/HSV12°48.15%42.35%
CMYK0.00%38.89%48.15%
57.65%

Color #6C4238 in popluar number systems.

HEX6C4238
Decimal1086656
Binary11011001000010111000
Octal15410270

Shades and tints

Shades of #6C4238

#6C4238
(108,66,56)
#633C33
(99,60,51)
#5A362E
(90,54,46)
#513029
(81,48,41)
#482A24
(72,42,36)
#3F241F
(63,36,31)
#361E1A
(54,30,26)
#2D1815
(45,24,21)
#241210
(36,18,16)
#1B0C0B
(27,12,11)
#120606
(18,6,6)
#000000
(0,0,0)

Tints of #6C4238

#6C4238
(108,66,56)
#79534A
(121,83,74)
#86645C
(134,100,92)
#93756E
(147,117,110)
#A08680
(160,134,128)
#AD9792
(173,151,146)
#BAA8A4
(186,168,164)
#C7B9B6
(199,185,182)
#D4CAC8
(212,202,200)
#E1DBDA
(225,219,218)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4238; }

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

This text font color is #6C4238.


Background Color

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

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

This div background color is #6C4238.


Border color

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

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

This div border color is #6C4238.


Opacity

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

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

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

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

This text has shadow with #6C4238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4238 on black background.


Color preview on white background

This text has color #6C4238 on white background.



Black color preview on #6C4238 background

This text has black color on #6C4238 background.


White color preview on #6C4238 background

This text has white color on #6C4238 background.