COLOR #6A3633

HEX: #6A3633
RGB: (106,54,51)

Color info

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

RGB color model

#6A3633 color RGB value is (106,54,51).

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

RGB channels and saturation

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

106
54
51

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

Portions of RGB colors in percentages

R + G + B =
106 + 54 + 51 = 211 (100%)
R 106 of 211 ~ 50.24%
G 54 of 211 ~ 25.59%
B 51 of 211 ~ 24.17%

%50.24
%25.59
%24.17

CMYK color model

#6A3633 color CMYK value is (0,49,52,58).

  • cyan value is 0.00%
  • magenta value is 49.06%
  • yellow value is 51.89%
  • key color value is 58.43%
CMYK:
(0,49,52,58)
C0M49Y52K58 
(0%,49%,52%,58%)
(0.00/0.49/0.52/0.58)	

CMYK percentages

%0
%49.06
%51.89
%58.43

Codes

Color #6A3633 in popluar color models

6A3633
RGB1065451
HSL35.03%30.78%
HSB/HSV51.89%41.57%
CMYK0.00%49.06%51.89%
58.43%

Color #6A3633 in popluar number systems.

HEX6A3633
Decimal1065451
Binary1101010110110110011
Octal1526663

Shades and tints

Shades of #6A3633

#6A3633
(106,54,51)
#61322F
(97,50,47)
#582E2B
(88,46,43)
#4F2A27
(79,42,39)
#462623
(70,38,35)
#3D221F
(61,34,31)
#341E1B
(52,30,27)
#2B1A17
(43,26,23)
#221613
(34,22,19)
#19120F
(25,18,15)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #6A3633

#6A3633
(106,54,51)
#774845
(119,72,69)
#845A57
(132,90,87)
#916C69
(145,108,105)
#9E7E7B
(158,126,123)
#AB908D
(171,144,141)
#B8A29F
(184,162,159)
#C5B4B1
(197,180,177)
#D2C6C3
(210,198,195)
#DFD8D5
(223,216,213)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3633; }

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

This text font color is #6A3633.


Background Color

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

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

This div background color is #6A3633.


Border color

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

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

This div border color is #6A3633.


Opacity

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

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

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

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

This text has shadow with #6A3633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3633 on black background.


Color preview on white background

This text has color #6A3633 on white background.



Black color preview on #6A3633 background

This text has black color on #6A3633 background.


White color preview on #6A3633 background

This text has white color on #6A3633 background.