COLOR #6C4B2B

HEX: #6C4B2B
RGB: (108,75,43)

Color info

#6C4B2B contains mainly red and green colors. Web safe color of #6C4B2B is #663333 (or #633).

RGB color model

#6C4B2B color RGB value is (108,75,43).

  • red value is 108;
  • green value is 75;
  • blue value is 43.
RGB:
(108,75,43)
(42%,29%,17%)

RGB channels and saturation

R 108 of 255 = 42%
G 75 of 255 = 29%
B 43 of 255 = 17%

108
75
43

R + G + B ~ 29%. #6C4B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 75 + 43 = 226 (100%)
R 108 of 226 ~ 47.79%
G 75 of 226 ~ 33.19%
B 43 of 226 ~ 19.03%

%47.79
%33.19
%19.03

CMYK color model

#6C4B2B color CMYK value is (0,31,60,58).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 60.19%
  • key color value is 57.65%
CMYK:
(0,31,60,58)
C0M31Y60K58 
(0%,31%,60%,58%)
(0.00/0.31/0.60/0.58)	

CMYK percentages

%0
%30.56
%60.19
%57.65

Codes

Color #6C4B2B in popluar color models

6C4B2B
RGB1087543
HSL30°43.05%29.61%
HSB/HSV30°60.19%42.35%
CMYK0.00%30.56%60.19%
57.65%

Color #6C4B2B in popluar number systems.

HEX6C4B2B
Decimal1087543
Binary11011001001011101011
Octal15411353

Shades and tints

Shades of #6C4B2B

#6C4B2B
(108,75,43)
#634528
(99,69,40)
#5A3F25
(90,63,37)
#513922
(81,57,34)
#48331F
(72,51,31)
#3F2D1C
(63,45,28)
#362719
(54,39,25)
#2D2116
(45,33,22)
#241B13
(36,27,19)
#1B1510
(27,21,16)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C4B2B

#6C4B2B
(108,75,43)
#795B3E
(121,91,62)
#866B51
(134,107,81)
#937B64
(147,123,100)
#A08B77
(160,139,119)
#AD9B8A
(173,155,138)
#BAAB9D
(186,171,157)
#C7BBB0
(199,187,176)
#D4CBC3
(212,203,195)
#E1DBD6
(225,219,214)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4B2B color. Also use rgb(108,75,43) instead hex code.

Text Font Color

.myTextColor { color: #6C4B2B; }

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

This text font color is #6C4B2B.


Background Color

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

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

This div background color is #6C4B2B.


Border color

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

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

This div border color is #6C4B2B.


Opacity

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

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

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

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

This text has shadow with #6C4B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4B2B on black background.


Color preview on white background

This text has color #6C4B2B on white background.



Black color preview on #6C4B2B background

This text has black color on #6C4B2B background.


White color preview on #6C4B2B background

This text has white color on #6C4B2B background.