COLOR #6C402C

HEX: #6C402C RGB: (108,64,44)

Color info

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

RGB color model

#6C402C color RGB value is (108,64,44).

RGB: (108,64,44) (42%, 25%, 17%)

RGB channels and saturation

R 108 of 255 = 42%
G 64 of 255 = 25%
B 44 of 255 = 17%

108
64
44

R + G + B ~ 28%. #6C402C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 64 + 44 = 216 (100%)
R 108 of 216 ~ 50%
G 64 of 216 ~ 29.63%
B 44 of 216 ~ 20.37'%

%50
%29.63
%20.37

CMYK color model

#6C402C color CMYK value is (0,41,59,58).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 59.26%
  • key color value is 57.65%
CMYK: (0,41,59,58) C0M41Y59K58 (0%,41%,59%,58%) (0.00/0.41/0.59/0.58) 

CMYK percentages

%0
%40.74
%59.26
%57.65

Codes

Color #6C402C in popluar color models

6C 40 2C
RGB 108 64 44
HSL 19° 42.11% 29.80%
HSB/HSV 19° 59.26% 42.35%
CMYK 0.00% 40.74% 59.26%
57.65%

Color #6C402C in popluar number systems.

HEX 6C 40 2C
Decimal 108 64 44
Binary 1101100 1000000 101100
Octal 154 100 54

Shades and tints

Shades of #6C402C

#6C402C
(108,64,44)
#633B28
(99,59,40)
#5A3624
(90,54,36)
#513120
(81,49,32)
#482C1C
(72,44,28)
#3F2718
(63,39,24)
#362214
(54,34,20)
#2D1D10
(45,29,16)
#24180C
(36,24,12)
#1B1308
(27,19,8)
#120E04
(18,14,4)
#000000
(0,0,0)

Tints of #6C402C

#6C402C
(108,64,44)
#79513F
(121,81,63)
#866252
(134,98,82)
#937365
(147,115,101)
#A08478
(160,132,120)
#AD958B
(173,149,139)
#BAA69E
(186,166,158)
#C7B7B1
(199,183,177)
#D4C8C4
(212,200,196)
#E1D9D7
(225,217,215)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C402C color. Also use rgb(108,64,44) instead hex code.

Text Font Color

.myTextColor { color: #6C402C; }

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

This text font color is #6C402C.


Background Color

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

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

This div background color is #6C402C.


Border color

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

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

This div border color is #6C402C.


Opacity

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

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

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

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

This text has shadow with #6C402C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C402C on black background.


Color preview on white background

This text has color #6C402C on white background.



Black color preview on #6C402C background

This text has black color on #6C402C background.


White color preview on #6C402C background

This text has white color on #6C402C background.