COLOR #6A5533

HEX: #6A5533
RGB: (106,85,51)

Color info

#6A5533 contains red, green and blue colors in about the same proportion. Web safe color of #6A5533 is #666633 (or #663).

RGB color model

#6A5533 color RGB value is (106,85,51).

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

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 51 of 255 = 20%

106
85
51

R + G + B ~ 32%. #6A5533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 51 = 242 (100%)
R 106 of 242 ~ 43.8%
G 85 of 242 ~ 35.12%
B 51 of 242 ~ 21.07%

%43.8
%35.12
%21.07

CMYK color model

#6A5533 color CMYK value is (0,20,52,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 51.89%
  • key color value is 58.43%
CMYK:
(0,20,52,58)
C0M20Y52K58 
(0%,20%,52%,58%)
(0.00/0.20/0.52/0.58)	

CMYK percentages

%0
%19.81
%51.89
%58.43

Codes

Color #6A5533 in popluar color models

6A5533
RGB1068551
HSL37°35.03%30.78%
HSB/HSV37°51.89%41.57%
CMYK0.00%19.81%51.89%
58.43%

Color #6A5533 in popluar number systems.

HEX6A5533
Decimal1068551
Binary11010101010101110011
Octal15212563

Shades and tints

Shades of #6A5533

#6A5533
(106,85,51)
#614E2F
(97,78,47)
#58472B
(88,71,43)
#4F4027
(79,64,39)
#463923
(70,57,35)
#3D321F
(61,50,31)
#342B1B
(52,43,27)
#2B2417
(43,36,23)
#221D13
(34,29,19)
#19160F
(25,22,15)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6A5533

#6A5533
(106,85,51)
#776445
(119,100,69)
#847357
(132,115,87)
#918269
(145,130,105)
#9E917B
(158,145,123)
#ABA08D
(171,160,141)
#B8AF9F
(184,175,159)
#C5BEB1
(197,190,177)
#D2CDC3
(210,205,195)
#DFDCD5
(223,220,213)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5533; }

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

This text font color is #6A5533.


Background Color

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

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

This div background color is #6A5533.


Border color

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

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

This div border color is #6A5533.


Opacity

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

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

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

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

This text has shadow with #6A5533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5533 on black background.


Color preview on white background

This text has color #6A5533 on white background.



Black color preview on #6A5533 background

This text has black color on #6A5533 background.


White color preview on #6A5533 background

This text has white color on #6A5533 background.