COLOR #6A3436

HEX: #6A3436
RGB: (106,52,54)

Color info

#6A3436 contains red, green and blue colors in about the same proportion. Web safe color of #6A3436 is #663333 (or #633).

RGB color model

#6A3436 color RGB value is (106,52,54).

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

RGB channels and saturation

R 106 of 255 = 42%
G 52 of 255 = 20%
B 54 of 255 = 21%

106
52
54

R + G + B ~ 28%. #6A3436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 52 + 54 = 212 (100%)
R 106 of 212 ~ 50%
G 52 of 212 ~ 24.53%
B 54 of 212 ~ 25.47%

%50
%24.53
%25.47

CMYK color model

#6A3436 color CMYK value is (0,51,49,58).

  • cyan value is 0.00%
  • magenta value is 50.94%
  • yellow value is 49.06%
  • key color value is 58.43%
CMYK:
(0,51,49,58)
C0M51Y49K58 
(0%,51%,49%,58%)
(0.00/0.51/0.49/0.58)	

CMYK percentages

%0
%50.94
%49.06
%58.43

Codes

Color #6A3436 in popluar color models

6A3436
RGB1065254
HSL358°34.18%30.98%
HSB/HSV358°50.94%41.57%
CMYK0.00%50.94%49.06%
58.43%

Color #6A3436 in popluar number systems.

HEX6A3436
Decimal1065254
Binary1101010110100110110
Octal1526466

Shades and tints

Shades of #6A3436

#6A3436
(106,52,54)
#613032
(97,48,50)
#582C2E
(88,44,46)
#4F282A
(79,40,42)
#462426
(70,36,38)
#3D2022
(61,32,34)
#341C1E
(52,28,30)
#2B181A
(43,24,26)
#221416
(34,20,22)
#191012
(25,16,18)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #6A3436

#6A3436
(106,52,54)
#774648
(119,70,72)
#84585A
(132,88,90)
#916A6C
(145,106,108)
#9E7C7E
(158,124,126)
#AB8E90
(171,142,144)
#B8A0A2
(184,160,162)
#C5B2B4
(197,178,180)
#D2C4C6
(210,196,198)
#DFD6D8
(223,214,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3436; }

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

This text font color is #6A3436.


Background Color

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

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

This div background color is #6A3436.


Border color

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

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

This div border color is #6A3436.


Opacity

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

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

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

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

This text has shadow with #6A3436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3436 on black background.


Color preview on white background

This text has color #6A3436 on white background.



Black color preview on #6A3436 background

This text has black color on #6A3436 background.


White color preview on #6A3436 background

This text has white color on #6A3436 background.