COLOR #6C3F3B

HEX: #6C3F3B RGB: (108,63,59)

Color info

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

RGB color model

#6C3F3B color RGB value is (108,63,59).

RGB: (108,63,59) (42%, 25%, 23%)

RGB channels and saturation

R 108 of 255 = 42%
G 63 of 255 = 25%
B 59 of 255 = 23%

108
63
59

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

Portions of RGB colors in percentages

R + G + B = 108 + 63 + 59 = 230 (100%)
R 108 of 230 ~ 46.96%
G 63 of 230 ~ 27.39%
B 59 of 230 ~ 25.65'%

%46.96
%27.39
%25.65

CMYK color model

#6C3F3B color CMYK value is (0,42,45,58).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 45.37%
  • key color value is 57.65%
CMYK: (0,42,45,58) C0M42Y45K58 (0%,42%,45%,58%) (0.00/0.42/0.45/0.58) 

CMYK percentages

%0
%41.67
%45.37
%57.65

Codes

Color #6C3F3B in popluar color models

6C 3F 3B
RGB 108 63 59
HSL 29.34% 32.75%
HSB/HSV 45.37% 42.35%
CMYK 0.00% 41.67% 45.37%
57.65%

Color #6C3F3B in popluar number systems.

HEX 6C 3F 3B
Decimal 108 63 59
Binary 1101100 111111 111011
Octal 154 77 73

Shades and tints

Shades of #6C3F3B

#6C3F3B
(108,63,59)
#633A36
(99,58,54)
#5A3531
(90,53,49)
#51302C
(81,48,44)
#482B27
(72,43,39)
#3F2622
(63,38,34)
#36211D
(54,33,29)
#2D1C18
(45,28,24)
#241713
(36,23,19)
#1B120E
(27,18,14)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C3F3B

#6C3F3B
(108,63,59)
#79504C
(121,80,76)
#86615D
(134,97,93)
#93726E
(147,114,110)
#A0837F
(160,131,127)
#AD9490
(173,148,144)
#BAA5A1
(186,165,161)
#C7B6B2
(199,182,178)
#D4C7C3
(212,199,195)
#E1D8D4
(225,216,212)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3F3B color. Also use rgb(108,63,59) instead hex code.

Text Font Color

.myTextColor { color: #6C3F3B; }

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

This text font color is #6C3F3B.

Background Color

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

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

This div background color is #6C3F3B.

Border color

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

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

This div border color is #6C3F3B.

Opacity

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

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

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

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

This text has shadow with #6C3F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3F3B.

Preview

Color preview on black background

This text has color #6C3F3B on black background.


Color preview on white background

This text has color #6C3F3B on white background.


Black color preview on #6C3F3B background

This text has black color on #6C3F3B background.


White color preview on #6C3F3B background

This text has white color on #6C3F3B background.


Related colors

Complementary color

Complementary color for #hex is #93C0C4.


I love getcolorcode.com

Triadic colors

1 #3B6C3F and #3F3B6C with #6C3F3B are triadic colors.

2 #3B3F6C and #3F6C3B with #6C3F3B are triadic colors.