COLOR #6B100F

HEX: #6B100F RGB: (107,16,15)

Color info

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

RGB color model

#6B100F color RGB value is (107,16,15).

RGB: (107,16,15) (42%, 6%, 6%)

RGB channels and saturation

R 107 of 255 = 42%
G 16 of 255 = 6%
B 15 of 255 = 6%

107
16
15

R + G + B ~ 18%. #6B100F is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 16 + 15 = 138 (100%)
R 107 of 138 ~ 77.54%
G 16 of 138 ~ 11.59%
B 15 of 138 ~ 10.87'%

%77.54
%11.59
%10.87

CMYK color model

#6B100F color CMYK value is (0,85,86,58).

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

CMYK: (0,85,86,58)
C0M85Y86K58 (0%, 85%, 86%, 58%)
(0.00 / 0.85 / 0.86 / 0.58)

CMYK percentages

%0
%85.05
%85.98
%58.04

Codes

Color #6B100F in popluar color models

6B 10 0F
RGB 107 16 15
HSL 75.41% 23.92%
HSB/HSV 85.98% 41.96%
CMYK 0.00% 85.05% 85.98%
58.04%

Color #6B100F in popluar number systems.

HEX 6B 10 0F
Decimal 107 16 15
Binary 1101011 10000 1111
Octal 153 20 17

Shades and tints

Shades of #6B100F

#6B100F
(107,16,15)
#620F0E
(98,15,14)
#590E0D
(89,14,13)
#500D0C
(80,13,12)
#470C0B
(71,12,11)
#3E0B0A
(62,11,10)
#350A09
(53,10,9)
#2C0908
(44,9,8)
#230807
(35,8,7)
#1A0706
(26,7,6)
#110605
(17,6,5)
#000000
(0,0,0)

Tints of #6B100F

#6B100F
(107,16,15)
#782524
(120,37,36)
#853A39
(133,58,57)
#924F4E
(146,79,78)
#9F6463
(159,100,99)
#AC7978
(172,121,120)
#B98E8D
(185,142,141)
#C6A3A2
(198,163,162)
#D3B8B7
(211,184,183)
#E0CDCC
(224,205,204)
#EDE2E1
(237,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B100F; }

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

This text font color is #6B100F.

Background Color

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

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

This div background color is #6B100F.

Border color

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

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

This div border color is #6B100F.

Opacity

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

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

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

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

This text has shadow with #6B100F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B100F.

Preview

Color preview on black background

This text has color #6B100F on black background.


Color preview on white background

This text has color #6B100F on white background.


Black color preview on #6B100F background

This text has black color on #6B100F background.


White color preview on #6B100F background

This text has white color on #6B100F background.


Related colors

Complementary color

Complementary color for #hex is #94EFF0.


I love getcolorcode.com

Triadic colors

1 #0F6B10 and #100F6B with #6B100F are triadic colors.

2 #0F106B and #106B0F with #6B100F are triadic colors.