COLOR #6C231A

HEX: #6C231A
RGB: (108,35,26)

Color info

#6C231A contains mainly red color. Web safe color of #6C231A is #663300 (or #630).

RGB color model

#6C231A color RGB value is (108,35,26).

  • red value is 108;
  • green value is 35;
  • blue value is 26.
RGB:
(108,35,26)
(42%,14%,10%)

RGB channels and saturation

R 108 of 255 = 42%
G 35 of 255 = 14%
B 26 of 255 = 10%

108
35
26

R + G + B ~ 22%. #6C231A is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 35 + 26 = 169 (100%)
R 108 of 169 ~ 63.91%
G 35 of 169 ~ 20.71%
B 26 of 169 ~ 15.38%

%63.91
%20.71
%15.38

CMYK color model

#6C231A color CMYK value is (0,68,76,58).

  • cyan value is 0.00%
  • magenta value is 67.59%
  • yellow value is 75.93%
  • key color value is 57.65%
CMYK:
(0,68,76,58)
C0M68Y76K58 
(0%,68%,76%,58%)
(0.00/0.68/0.76/0.58)	

CMYK percentages

%0
%67.59
%75.93
%57.65

Codes

Color #6C231A in popluar color models

6C231A
RGB1083526
HSL61.19%26.27%
HSB/HSV75.93%42.35%
CMYK0.00%67.59%75.93%
57.65%

Color #6C231A in popluar number systems.

HEX6C231A
Decimal1083526
Binary110110010001111010
Octal1544332

Shades and tints

Shades of #6C231A

#6C231A
(108,35,26)
#632018
(99,32,24)
#5A1D16
(90,29,22)
#511A14
(81,26,20)
#481712
(72,23,18)
#3F1410
(63,20,16)
#36110E
(54,17,14)
#2D0E0C
(45,14,12)
#240B0A
(36,11,10)
#1B0808
(27,8,8)
#120506
(18,5,6)
#000000
(0,0,0)

Tints of #6C231A

#6C231A
(108,35,26)
#79372E
(121,55,46)
#864B42
(134,75,66)
#935F56
(147,95,86)
#A0736A
(160,115,106)
#AD877E
(173,135,126)
#BA9B92
(186,155,146)
#C7AFA6
(199,175,166)
#D4C3BA
(212,195,186)
#E1D7CE
(225,215,206)
#EEEBE2
(238,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C231A color. Also use rgb(108,35,26) instead hex code.

Text Font Color

.myTextColor { color: #6C231A; }

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

This text font color is #6C231A.


Background Color

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

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

This div background color is #6C231A.


Border color

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

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

This div border color is #6C231A.


Opacity

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

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

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

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

This text has shadow with #6C231A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C231A on black background.


Color preview on white background

This text has color #6C231A on white background.



Black color preview on #6C231A background

This text has black color on #6C231A background.


White color preview on #6C231A background

This text has white color on #6C231A background.