COLOR #6A553F

HEX: #6A553F
RGB: (106,85,63)

Color info

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

RGB color model

#6A553F color RGB value is (106,85,63).

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

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 63 of 255 = 25%

106
85
63

R + G + B ~ 33%. #6A553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 63 = 254 (100%)
R 106 of 254 ~ 41.73%
G 85 of 254 ~ 33.46%
B 63 of 254 ~ 24.8%

%41.73
%33.46
%24.8

CMYK color model

#6A553F color CMYK value is (0,20,41,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 40.57%
  • key color value is 58.43%
CMYK:
(0,20,41,58)
C0M20Y41K58 
(0%,20%,41%,58%)
(0.00/0.20/0.41/0.58)	

CMYK percentages

%0
%19.81
%40.57
%58.43

Codes

Color #6A553F in popluar color models

6A553F
RGB1068563
HSL31°25.44%33.14%
HSB/HSV31°40.57%41.57%
CMYK0.00%19.81%40.57%
58.43%

Color #6A553F in popluar number systems.

HEX6A553F
Decimal1068563
Binary11010101010101111111
Octal15212577

Shades and tints

Shades of #6A553F

#6A553F
(106,85,63)
#614E3A
(97,78,58)
#584735
(88,71,53)
#4F4030
(79,64,48)
#46392B
(70,57,43)
#3D3226
(61,50,38)
#342B21
(52,43,33)
#2B241C
(43,36,28)
#221D17
(34,29,23)
#191612
(25,22,18)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A553F

#6A553F
(106,85,63)
#776450
(119,100,80)
#847361
(132,115,97)
#918272
(145,130,114)
#9E9183
(158,145,131)
#ABA094
(171,160,148)
#B8AFA5
(184,175,165)
#C5BEB6
(197,190,182)
#D2CDC7
(210,205,199)
#DFDCD8
(223,220,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A553F; }

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

This text font color is #6A553F.


Background Color

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

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

This div background color is #6A553F.


Border color

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

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

This div border color is #6A553F.


Opacity

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

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

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

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

This text has shadow with #6A553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A553F on black background.


Color preview on white background

This text has color #6A553F on white background.



Black color preview on #6A553F background

This text has black color on #6A553F background.


White color preview on #6A553F background

This text has white color on #6A553F background.