COLOR #6B1A10

HEX: #6B1A10 RGB: (107,26,16)

Color info

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

RGB color model

#6B1A10 color RGB value is (107,26,16).

RGB: (107,26,16) (42%, 10%, 6%)

RGB channels and saturation

R 107 of 255 = 42%
G 26 of 255 = 10%
B 16 of 255 = 6%

107
26
16

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

Portions of RGB colors in percentages

R + G + B = 107 + 26 + 16 = 149 (100%)
R 107 of 149 ~ 71.81%
G 26 of 149 ~ 17.45%
B 16 of 149 ~ 10.74'%

%71.81
%17.45
%10.74

CMYK color model

#6B1A10 color CMYK value is (0,76,85,58).

  • cyan value is 0.00%
  • magenta value is 75.70%
  • yellow value is 85.05%
  • key color value is 58.04%

CMYK: (0,76,85,58)
C0M76Y85K58 (0%, 76%, 85%, 58%)
(0.00 / 0.76 / 0.85 / 0.58)

CMYK percentages

%0
%75.7
%85.05
%58.04

Codes

Color #6B1A10 in popluar color models

6B 1A 10
RGB 107 26 16
HSL 73.98% 24.12%
HSB/HSV 85.05% 41.96%
CMYK 0.00% 75.70% 85.05%
58.04%

Color #6B1A10 in popluar number systems.

HEX 6B 1A 10
Decimal 107 26 16
Binary 1101011 11010 10000
Octal 153 32 20

Shades and tints

Shades of #6B1A10

#6B1A10
(107,26,16)
#62180F
(98,24,15)
#59160E
(89,22,14)
#50140D
(80,20,13)
#47120C
(71,18,12)
#3E100B
(62,16,11)
#350E0A
(53,14,10)
#2C0C09
(44,12,9)
#230A08
(35,10,8)
#1A0807
(26,8,7)
#110606
(17,6,6)
#000000
(0,0,0)

Tints of #6B1A10

#6B1A10
(107,26,16)
#782E25
(120,46,37)
#85423A
(133,66,58)
#92564F
(146,86,79)
#9F6A64
(159,106,100)
#AC7E79
(172,126,121)
#B9928E
(185,146,142)
#C6A6A3
(198,166,163)
#D3BAB8
(211,186,184)
#E0CECD
(224,206,205)
#EDE2E2
(237,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1A10 color. Also use rgb(107,26,16) instead hex code.

Text Font Color

.myTextColor { color: #6B1A10; }

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

This text font color is #6B1A10.

Background Color

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

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

This div background color is #6B1A10.

Border color

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

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

This div border color is #6B1A10.

Opacity

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

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

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

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

This text has shadow with #6B1A10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B1A10.

Preview

Color preview on black background

This text has color #6B1A10 on black background.


Color preview on white background

This text has color #6B1A10 on white background.


Black color preview on #6B1A10 background

This text has black color on #6B1A10 background.


White color preview on #6B1A10 background

This text has white color on #6B1A10 background.


Related colors

Complementary color

Complementary color for #hex is #94E5EF.


I love getcolorcode.com

Triadic colors

1 #106B1A and #1A106B with #6B1A10 are triadic colors.

2 #101A6B and #1A6B10 with #6B1A10 are triadic colors.