COLOR #6C312C

HEX: #6C312C RGB: (108,49,44)

Color info

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

RGB color model

#6C312C color RGB value is (108,49,44).

RGB: (108,49,44) (42%, 19%, 17%)

RGB channels and saturation

R 108 of 255 = 42%
G 49 of 255 = 19%
B 44 of 255 = 17%

108
49
44

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

Portions of RGB colors in percentages

R + G + B = 108 + 49 + 44 = 201 (100%)
R 108 of 201 ~ 53.73%
G 49 of 201 ~ 24.38%
B 44 of 201 ~ 21.89'%

%53.73
%24.38
%21.89

CMYK color model

#6C312C color CMYK value is (0,55,59,58).

  • cyan value is 0.00%
  • magenta value is 54.63%
  • yellow value is 59.26%
  • key color value is 57.65%

CMYK: (0,55,59,58)
C0M55Y59K58 (0%, 55%, 59%, 58%)
(0.00 / 0.55 / 0.59 / 0.58)

CMYK percentages

%0
%54.63
%59.26
%57.65

Codes

Color #6C312C in popluar color models

6C 31 2C
RGB 108 49 44
HSL 42.11% 29.80%
HSB/HSV 59.26% 42.35%
CMYK 0.00% 54.63% 59.26%
57.65%

Color #6C312C in popluar number systems.

HEX 6C 31 2C
Decimal 108 49 44
Binary 1101100 110001 101100
Octal 154 61 54

Shades and tints

Shades of #6C312C

#6C312C
(108,49,44)
#632D28
(99,45,40)
#5A2924
(90,41,36)
#512520
(81,37,32)
#48211C
(72,33,28)
#3F1D18
(63,29,24)
#361914
(54,25,20)
#2D1510
(45,21,16)
#24110C
(36,17,12)
#1B0D08
(27,13,8)
#120904
(18,9,4)
#000000
(0,0,0)

Tints of #6C312C

#6C312C
(108,49,44)
#79433F
(121,67,63)
#865552
(134,85,82)
#936765
(147,103,101)
#A07978
(160,121,120)
#AD8B8B
(173,139,139)
#BA9D9E
(186,157,158)
#C7AFB1
(199,175,177)
#D4C1C4
(212,193,196)
#E1D3D7
(225,211,215)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C312C; }

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

This text font color is #6C312C.

Background Color

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

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

This div background color is #6C312C.

Border color

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

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

This div border color is #6C312C.

Opacity

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

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

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

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

This text has shadow with #6C312C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C312C.

Preview

Color preview on black background

This text has color #6C312C on black background.


Color preview on white background

This text has color #6C312C on white background.


Black color preview on #6C312C background

This text has black color on #6C312C background.


White color preview on #6C312C background

This text has white color on #6C312C background.


Related colors

Complementary color

Complementary color for #hex is #93CED3.


I love getcolorcode.com

Triadic colors

1 #2C6C31 and #312C6C with #6C312C are triadic colors.

2 #2C316C and #316C2C with #6C312C are triadic colors.