COLOR #6B1511

HEX: #6B1511
RGB: (107,21,17)

Color info

#6B1511 contains mainly red color. Web safe color of #6B1511 is #660000 (or #600).

RGB color model

#6B1511 color RGB value is (107,21,17).

  • red value is 107;
  • green value is 21;
  • blue value is 17.
RGB:
(107,21,17)
(42%,8%,7%)

RGB channels and saturation

R 107 of 255 = 42%
G 21 of 255 = 8%
B 17 of 255 = 7%

107
21
17

R + G + B ~ 19%. #6B1511 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 21 + 17 = 145 (100%)
R 107 of 145 ~ 73.79%
G 21 of 145 ~ 14.48%
B 17 of 145 ~ 11.72%

%73.79
%14.48
%11.72

CMYK color model

#6B1511 color CMYK value is (0,80,84,58).

  • cyan value is 0.00%
  • magenta value is 80.37%
  • yellow value is 84.11%
  • key color value is 58.04%
CMYK:
(0,80,84,58)
C0M80Y84K58 
(0%,80%,84%,58%)
(0.00/0.80/0.84/0.58)	

CMYK percentages

%0
%80.37
%84.11
%58.04

Codes

Color #6B1511 in popluar color models

6B1511
RGB1072117
HSL72.58%24.31%
HSB/HSV84.11%41.96%
CMYK0.00%80.37%84.11%
58.04%

Color #6B1511 in popluar number systems.

HEX6B1511
Decimal1072117
Binary11010111010110001
Octal1532521

Shades and tints

Shades of #6B1511

#6B1511
(107,21,17)
#621410
(98,20,16)
#59130F
(89,19,15)
#50120E
(80,18,14)
#47110D
(71,17,13)
#3E100C
(62,16,12)
#350F0B
(53,15,11)
#2C0E0A
(44,14,10)
#230D09
(35,13,9)
#1A0C08
(26,12,8)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #6B1511

#6B1511
(107,21,17)
#782A26
(120,42,38)
#853F3B
(133,63,59)
#925450
(146,84,80)
#9F6965
(159,105,101)
#AC7E7A
(172,126,122)
#B9938F
(185,147,143)
#C6A8A4
(198,168,164)
#D3BDB9
(211,189,185)
#E0D2CE
(224,210,206)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1511 color. Also use rgb(107,21,17) instead hex code.

Text Font Color

.myTextColor { color: #6B1511; }

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

This text font color is #6B1511.


Background Color

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

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

This div background color is #6B1511.


Border color

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

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

This div border color is #6B1511.


Opacity

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

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

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

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

This text has shadow with #6B1511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1511 on black background.


Color preview on white background

This text has color #6B1511 on white background.



Black color preview on #6B1511 background

This text has black color on #6B1511 background.


White color preview on #6B1511 background

This text has white color on #6B1511 background.