COLOR #6B231C

HEX: #6B231C RGB: (107,35,28)

Color info

#6B231C contains mainly red color. Web safe color of #6B231C is #663333 (or #633).

RGB color model

#6B231C color RGB value is (107,35,28).

RGB: (107,35,28) (42%, 14%, 11%)

RGB channels and saturation

R 107 of 255 = 42%
G 35 of 255 = 14%
B 28 of 255 = 11%

107
35
28

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

Portions of RGB colors in percentages

R + G + B = 107 + 35 + 28 = 170 (100%)
R 107 of 170 ~ 62.94%
G 35 of 170 ~ 20.59%
B 28 of 170 ~ 16.47'%

%62.94
%20.59
%16.47

CMYK color model

#6B231C color CMYK value is (0,67,74,58).

  • cyan value is 0.00%
  • magenta value is 67.29%
  • yellow value is 73.83%
  • key color value is 58.04%
CMYK: (0,67,74,58) C0M67Y74K58 (0%,67%,74%,58%) (0.00/0.67/0.74/0.58) 

CMYK percentages

%0
%67.29
%73.83
%58.04

Codes

Color #6B231C in popluar color models

6B 23 1C
RGB 107 35 28
HSL 58.52% 26.47%
HSB/HSV 73.83% 41.96%
CMYK 0.00% 67.29% 73.83%
58.04%

Color #6B231C in popluar number systems.

HEX 6B 23 1C
Decimal 107 35 28
Binary 1101011 100011 11100
Octal 153 43 34

Shades and tints

Shades of #6B231C

#6B231C
(107,35,28)
#62201A
(98,32,26)
#591D18
(89,29,24)
#501A16
(80,26,22)
#471714
(71,23,20)
#3E1412
(62,20,18)
#351110
(53,17,16)
#2C0E0E
(44,14,14)
#230B0C
(35,11,12)
#1A080A
(26,8,10)
#110508
(17,5,8)
#000000
(0,0,0)

Tints of #6B231C

#6B231C
(107,35,28)
#783730
(120,55,48)
#854B44
(133,75,68)
#925F58
(146,95,88)
#9F736C
(159,115,108)
#AC8780
(172,135,128)
#B99B94
(185,155,148)
#C6AFA8
(198,175,168)
#D3C3BC
(211,195,188)
#E0D7D0
(224,215,208)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B231C color. Also use rgb(107,35,28) instead hex code.

Text Font Color

.myTextColor { color: #6B231C; }

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

This text font color is #6B231C.

Background Color

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

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

This div background color is #6B231C.

Border color

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

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

This div border color is #6B231C.

Opacity

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

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

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

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

This text has shadow with #6B231C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B231C.

Preview

Color preview on black background

This text has color #6B231C on black background.


Color preview on white background

This text has color #6B231C on white background.


Black color preview on #6B231C background

This text has black color on #6B231C background.


White color preview on #6B231C background

This text has white color on #6B231C background.


Related colors

Complementary color

Complementary color for #hex is #94DCE3.


I love getcolorcode.com

Triadic colors

1 #1C6B23 and #231C6B with #6B231C are triadic colors.

2 #1C236B and #236B1C with #6B231C are triadic colors.