COLOR #6C3825

HEX: #6C3825
RGB: (108,56,37)

Color info

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

RGB color model

#6C3825 color RGB value is (108,56,37).

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

RGB channels and saturation

R 108 of 255 = 42%
G 56 of 255 = 22%
B 37 of 255 = 15%

108
56
37

R + G + B ~ 26%. #6C3825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 56 + 37 = 201 (100%)
R 108 of 201 ~ 53.73%
G 56 of 201 ~ 27.86%
B 37 of 201 ~ 18.41%

%53.73
%27.86
%18.41

CMYK color model

#6C3825 color CMYK value is (0,48,66,58).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 65.74%
  • key color value is 57.65%
CMYK:
(0,48,66,58)
C0M48Y66K58 
(0%,48%,66%,58%)
(0.00/0.48/0.66/0.58)	

CMYK percentages

%0
%48.15
%65.74
%57.65

Codes

Color #6C3825 in popluar color models

6C3825
RGB1085637
HSL16°48.97%28.43%
HSB/HSV16°65.74%42.35%
CMYK0.00%48.15%65.74%
57.65%

Color #6C3825 in popluar number systems.

HEX6C3825
Decimal1085637
Binary1101100111000100101
Octal1547045

Shades and tints

Shades of #6C3825

#6C3825
(108,56,37)
#633322
(99,51,34)
#5A2E1F
(90,46,31)
#51291C
(81,41,28)
#482419
(72,36,25)
#3F1F16
(63,31,22)
#361A13
(54,26,19)
#2D1510
(45,21,16)
#24100D
(36,16,13)
#1B0B0A
(27,11,10)
#120607
(18,6,7)
#000000
(0,0,0)

Tints of #6C3825

#6C3825
(108,56,37)
#794A38
(121,74,56)
#865C4B
(134,92,75)
#936E5E
(147,110,94)
#A08071
(160,128,113)
#AD9284
(173,146,132)
#BAA497
(186,164,151)
#C7B6AA
(199,182,170)
#D4C8BD
(212,200,189)
#E1DAD0
(225,218,208)
#EEECE3
(238,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3825; }

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

This text font color is #6C3825.


Background Color

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

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

This div background color is #6C3825.


Border color

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

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

This div border color is #6C3825.


Opacity

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

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

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

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

This text has shadow with #6C3825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3825 on black background.


Color preview on white background

This text has color #6C3825 on white background.



Black color preview on #6C3825 background

This text has black color on #6C3825 background.


White color preview on #6C3825 background

This text has white color on #6C3825 background.