COLOR #6A2606

HEX: #6A2606
RGB: (106,38,6)

Color info

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

RGB color model

#6A2606 color RGB value is (106,38,6).

  • red value is 106;
  • green value is 38;
  • blue value is 6.
RGB:
(106,38,6)
(42%,15%,2%)

RGB channels and saturation

R 106 of 255 = 42%
G 38 of 255 = 15%
B 6 of 255 = 2%

106
38
6

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

Portions of RGB colors in percentages

R + G + B =
106 + 38 + 6 = 150 (100%)
R 106 of 150 ~ 70.67%
G 38 of 150 ~ 25.33%
B 6 of 150 ~ 4%

%70.67
%25.33

CMYK color model

#6A2606 color CMYK value is (0,64,94,58).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 94.34%
  • key color value is 58.43%
CMYK:
(0,64,94,58)
C0M64Y94K58 
(0%,64%,94%,58%)
(0.00/0.64/0.94/0.58)	

CMYK percentages

%0
%64.15
%94.34
%58.43

Codes

Color #6A2606 in popluar color models

6A2606
RGB106386
HSL19°89.29%21.96%
HSB/HSV19°94.34%41.57%
CMYK0.00%64.15%94.34%
58.43%

Color #6A2606 in popluar number systems.

HEX6A2606
Decimal106386
Binary1101010100110110
Octal152466

Shades and tints

Shades of #6A2606

#6A2606
(106,38,6)
#612306
(97,35,6)
#582006
(88,32,6)
#4F1D06
(79,29,6)
#461A06
(70,26,6)
#3D1706
(61,23,6)
#341406
(52,20,6)
#2B1106
(43,17,6)
#220E06
(34,14,6)
#190B06
(25,11,6)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #6A2606

#6A2606
(106,38,6)
#77391C
(119,57,28)
#844C32
(132,76,50)
#915F48
(145,95,72)
#9E725E
(158,114,94)
#AB8574
(171,133,116)
#B8988A
(184,152,138)
#C5ABA0
(197,171,160)
#D2BEB6
(210,190,182)
#DFD1CC
(223,209,204)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2606 color. Also use rgb(106,38,6) instead hex code.

Text Font Color

.myTextColor { color: #6A2606; }

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

This text font color is #6A2606.


Background Color

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

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

This div background color is #6A2606.


Border color

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

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

This div border color is #6A2606.


Opacity

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

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

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

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

This text has shadow with #6A2606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2606 on black background.


Color preview on white background

This text has color #6A2606 on white background.



Black color preview on #6A2606 background

This text has black color on #6A2606 background.


White color preview on #6A2606 background

This text has white color on #6A2606 background.