COLOR #6B220E

HEX: #6B220E RGB: (107,34,14)

Color info

#6B220E contains mainly red color. Web safe color of #6B220E is #663300 (or #630).

RGB color model

#6B220E color RGB value is (107,34,14).

RGB: (107,34,14) (42%, 13%, 5%)

RGB channels and saturation

R 107 of 255 = 42%
G 34 of 255 = 13%
B 14 of 255 = 5%

107
34
14

R + G + B ~ 20%. #6B220E is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 34 + 14 = 155 (100%)
R 107 of 155 ~ 69.03%
G 34 of 155 ~ 21.94%
B 14 of 155 ~ 9.03'%

%69.03
%21.94

CMYK color model

#6B220E color CMYK value is (0,68,87,58).

  • cyan value is 0.00%
  • magenta value is 68.22%
  • yellow value is 86.92%
  • key color value is 58.04%

CMYK: (0,68,87,58)
C0M68Y87K58 (0%, 68%, 87%, 58%)
(0.00 / 0.68 / 0.87 / 0.58)

CMYK percentages

%0
%68.22
%86.92
%58.04

Codes

Color #6B220E in popluar color models

6B 22 0E
RGB 107 34 14
HSL 13° 76.86% 23.73%
HSB/HSV 13° 86.92% 41.96%
CMYK 0.00% 68.22% 86.92%
58.04%

Color #6B220E in popluar number systems.

HEX 6B 22 0E
Decimal 107 34 14
Binary 1101011 100010 1110
Octal 153 42 16

Shades and tints

Shades of #6B220E

#6B220E
(107,34,14)
#621F0D
(98,31,13)
#591C0C
(89,28,12)
#50190B
(80,25,11)
#47160A
(71,22,10)
#3E1309
(62,19,9)
#351008
(53,16,8)
#2C0D07
(44,13,7)
#230A06
(35,10,6)
#1A0705
(26,7,5)
#110404
(17,4,4)
#000000
(0,0,0)

Tints of #6B220E

#6B220E
(107,34,14)
#783623
(120,54,35)
#854A38
(133,74,56)
#925E4D
(146,94,77)
#9F7262
(159,114,98)
#AC8677
(172,134,119)
#B99A8C
(185,154,140)
#C6AEA1
(198,174,161)
#D3C2B6
(211,194,182)
#E0D6CB
(224,214,203)
#EDEAE0
(237,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B220E color. Also use rgb(107,34,14) instead hex code.

Text Font Color

.myTextColor { color: #6B220E; }

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

This text font color is #6B220E.

Background Color

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

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

This div background color is #6B220E.

Border color

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

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

This div border color is #6B220E.

Opacity

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

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

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

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

This text has shadow with #6B220E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B220E.

Preview

Color preview on black background

This text has color #6B220E on black background.


Color preview on white background

This text has color #6B220E on white background.


Black color preview on #6B220E background

This text has black color on #6B220E background.


White color preview on #6B220E background

This text has white color on #6B220E background.


Related colors

Complementary color

Complementary color for #hex is #94DDF1.


I love getcolorcode.com

Triadic colors

1 #0E6B22 and #220E6B with #6B220E are triadic colors.

2 #0E226B and #226B0E with #6B220E are triadic colors.