COLOR #6A362B

HEX: #6A362B
RGB: (106,54,43)

Color info

#6A362B contains mainly red and green colors. Web safe color of #6A362B is #663333 (or #633).

RGB color model

#6A362B color RGB value is (106,54,43).

  • red value is 106;
  • green value is 54;
  • blue value is 43.
RGB:
(106,54,43)
(42%,21%,17%)

RGB channels and saturation

R 106 of 255 = 42%
G 54 of 255 = 21%
B 43 of 255 = 17%

106
54
43

R + G + B ~ 27%. #6A362B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 54 + 43 = 203 (100%)
R 106 of 203 ~ 52.22%
G 54 of 203 ~ 26.6%
B 43 of 203 ~ 21.18%

%52.22
%26.6
%21.18

CMYK color model

#6A362B color CMYK value is (0,49,59,58).

  • cyan value is 0.00%
  • magenta value is 49.06%
  • yellow value is 59.43%
  • key color value is 58.43%
CMYK:
(0,49,59,58)
C0M49Y59K58 
(0%,49%,59%,58%)
(0.00/0.49/0.59/0.58)	

CMYK percentages

%0
%49.06
%59.43
%58.43

Codes

Color #6A362B in popluar color models

6A362B
RGB1065443
HSL10°42.28%29.22%
HSB/HSV10°59.43%41.57%
CMYK0.00%49.06%59.43%
58.43%

Color #6A362B in popluar number systems.

HEX6A362B
Decimal1065443
Binary1101010110110101011
Octal1526653

Shades and tints

Shades of #6A362B

#6A362B
(106,54,43)
#613228
(97,50,40)
#582E25
(88,46,37)
#4F2A22
(79,42,34)
#46261F
(70,38,31)
#3D221C
(61,34,28)
#341E19
(52,30,25)
#2B1A16
(43,26,22)
#221613
(34,22,19)
#191210
(25,18,16)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #6A362B

#6A362B
(106,54,43)
#77483E
(119,72,62)
#845A51
(132,90,81)
#916C64
(145,108,100)
#9E7E77
(158,126,119)
#AB908A
(171,144,138)
#B8A29D
(184,162,157)
#C5B4B0
(197,180,176)
#D2C6C3
(210,198,195)
#DFD8D6
(223,216,214)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A362B; }

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

This text font color is #6A362B.


Background Color

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

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

This div background color is #6A362B.


Border color

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

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

This div border color is #6A362B.


Opacity

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

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

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

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

This text has shadow with #6A362B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A362B on black background.


Color preview on white background

This text has color #6A362B on white background.



Black color preview on #6A362B background

This text has black color on #6A362B background.


White color preview on #6A362B background

This text has white color on #6A362B background.