COLOR #6B371C

HEX: #6B371C RGB: (107,55,28)

Color info

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

RGB color model

#6B371C color RGB value is (107,55,28).

RGB: (107,55,28) (42%, 22%, 11%)

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 28 of 255 = 11%

107
55
28

R + G + B ~ 25%. #6B371C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 55 + 28 = 190 (100%)
R 107 of 190 ~ 56.32%
G 55 of 190 ~ 28.95%
B 28 of 190 ~ 14.74'%

%56.32
%28.95
%14.74

CMYK color model

#6B371C color CMYK value is (0,49,74,58).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 73.83%
  • key color value is 58.04%

CMYK: (0,49,74,58)
C0M49Y74K58 (0%, 49%, 74%, 58%)
(0.00 / 0.49 / 0.74 / 0.58)

CMYK percentages

%0
%48.6
%73.83
%58.04

Codes

Color #6B371C in popluar color models

6B 37 1C
RGB 107 55 28
HSL 21° 58.52% 26.47%
HSB/HSV 21° 73.83% 41.96%
CMYK 0.00% 48.60% 73.83%
58.04%

Color #6B371C in popluar number systems.

HEX 6B 37 1C
Decimal 107 55 28
Binary 1101011 110111 11100
Octal 153 67 34

Shades and tints

Shades of #6B371C

#6B371C
(107,55,28)
#62321A
(98,50,26)
#592D18
(89,45,24)
#502816
(80,40,22)
#472314
(71,35,20)
#3E1E12
(62,30,18)
#351910
(53,25,16)
#2C140E
(44,20,14)
#230F0C
(35,15,12)
#1A0A0A
(26,10,10)
#110508
(17,5,8)
#000000
(0,0,0)

Tints of #6B371C

#6B371C
(107,55,28)
#784930
(120,73,48)
#855B44
(133,91,68)
#926D58
(146,109,88)
#9F7F6C
(159,127,108)
#AC9180
(172,145,128)
#B9A394
(185,163,148)
#C6B5A8
(198,181,168)
#D3C7BC
(211,199,188)
#E0D9D0
(224,217,208)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B371C; }

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

This text font color is #6B371C.

Background Color

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

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

This div background color is #6B371C.

Border color

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

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

This div border color is #6B371C.

Opacity

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

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

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

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

This text has shadow with #6B371C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B371C.

Preview

Color preview on black background

This text has color #6B371C on black background.


Color preview on white background

This text has color #6B371C on white background.


Black color preview on #6B371C background

This text has black color on #6B371C background.


White color preview on #6B371C background

This text has white color on #6B371C background.


Related colors

Complementary color

Complementary color for #hex is #94C8E3.


I love getcolorcode.com

Triadic colors

1 #1C6B37 and #371C6B with #6B371C are triadic colors.

2 #1C376B and #376B1C with #6B371C are triadic colors.