COLOR #6A5535

HEX: #6A5535
RGB: (106,85,53)

Color info

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

RGB color model

#6A5535 color RGB value is (106,85,53).

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

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 53 of 255 = 21%

106
85
53

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

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 53 = 244 (100%)
R 106 of 244 ~ 43.44%
G 85 of 244 ~ 34.84%
B 53 of 244 ~ 21.72%

%43.44
%34.84
%21.72

CMYK color model

#6A5535 color CMYK value is (0,20,50,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 50.00%
  • key color value is 58.43%
CMYK:
(0,20,50,58)
C0M20Y50K58 
(0%,20%,50%,58%)
(0.00/0.20/0.50/0.58)	

CMYK percentages

%0
%19.81
%50
%58.43

Codes

Color #6A5535 in popluar color models

6A5535
RGB1068553
HSL36°33.33%31.18%
HSB/HSV36°50.00%41.57%
CMYK0.00%19.81%50.00%
58.43%

Color #6A5535 in popluar number systems.

HEX6A5535
Decimal1068553
Binary11010101010101110101
Octal15212565

Shades and tints

Shades of #6A5535

#6A5535
(106,85,53)
#614E31
(97,78,49)
#58472D
(88,71,45)
#4F4029
(79,64,41)
#463925
(70,57,37)
#3D3221
(61,50,33)
#342B1D
(52,43,29)
#2B2419
(43,36,25)
#221D15
(34,29,21)
#191611
(25,22,17)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A5535

#6A5535
(106,85,53)
#776447
(119,100,71)
#847359
(132,115,89)
#91826B
(145,130,107)
#9E917D
(158,145,125)
#ABA08F
(171,160,143)
#B8AFA1
(184,175,161)
#C5BEB3
(197,190,179)
#D2CDC5
(210,205,197)
#DFDCD7
(223,220,215)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5535; }

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

This text font color is #6A5535.


Background Color

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

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

This div background color is #6A5535.


Border color

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

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

This div border color is #6A5535.


Opacity

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

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

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

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

This text has shadow with #6A5535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5535 on black background.


Color preview on white background

This text has color #6A5535 on white background.



Black color preview on #6A5535 background

This text has black color on #6A5535 background.


White color preview on #6A5535 background

This text has white color on #6A5535 background.