COLOR #6B2306

HEX: #6B2306
RGB: (107,35,6)

Color info

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

RGB color model

#6B2306 color RGB value is (107,35,6).

  • red value is 107;
  • green value is 35;
  • blue value is 6.
RGB:
(107,35,6)
(42%,14%,2%)

RGB channels and saturation

R 107 of 255 = 42%
G 35 of 255 = 14%
B 6 of 255 = 2%

107
35
6

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

Portions of RGB colors in percentages

R + G + B =
107 + 35 + 6 = 148 (100%)
R 107 of 148 ~ 72.3%
G 35 of 148 ~ 23.65%
B 6 of 148 ~ 4.05%

%72.3
%23.65

CMYK color model

#6B2306 color CMYK value is (0,67,94,58).

  • cyan value is 0.00%
  • magenta value is 67.29%
  • yellow value is 94.39%
  • key color value is 58.04%
CMYK:
(0,67,94,58)
C0M67Y94K58 
(0%,67%,94%,58%)
(0.00/0.67/0.94/0.58)	

CMYK percentages

%0
%67.29
%94.39
%58.04

Codes

Color #6B2306 in popluar color models

6B2306
RGB107356
HSL17°89.38%22.16%
HSB/HSV17°94.39%41.96%
CMYK0.00%67.29%94.39%
58.04%

Color #6B2306 in popluar number systems.

HEX6B2306
Decimal107356
Binary1101011100011110
Octal153436

Shades and tints

Shades of #6B2306

#6B2306
(107,35,6)
#622006
(98,32,6)
#591D06
(89,29,6)
#501A06
(80,26,6)
#471706
(71,23,6)
#3E1406
(62,20,6)
#351106
(53,17,6)
#2C0E06
(44,14,6)
#230B06
(35,11,6)
#1A0806
(26,8,6)
#110506
(17,5,6)
#000000
(0,0,0)

Tints of #6B2306

#6B2306
(107,35,6)
#78371C
(120,55,28)
#854B32
(133,75,50)
#925F48
(146,95,72)
#9F735E
(159,115,94)
#AC8774
(172,135,116)
#B99B8A
(185,155,138)
#C6AFA0
(198,175,160)
#D3C3B6
(211,195,182)
#E0D7CC
(224,215,204)
#EDEBE2
(237,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2306; }

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

This text font color is #6B2306.


Background Color

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

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

This div background color is #6B2306.


Border color

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

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

This div border color is #6B2306.


Opacity

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

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

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

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

This text has shadow with #6B2306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2306 on black background.


Color preview on white background

This text has color #6B2306 on white background.



Black color preview on #6B2306 background

This text has black color on #6B2306 background.


White color preview on #6B2306 background

This text has white color on #6B2306 background.