COLOR #6A6553

HEX: #6A6553
RGB: (106,101,83)

Color info

#6A6553 contains red, green and blue colors in about the same proportion. Web safe color of #6A6553 is #666666 (or #666).

RGB color model

#6A6553 color RGB value is (106,101,83).

  • red value is 106;
  • green value is 101;
  • blue value is 83.
RGB:
(106,101,83)
(42%,40%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 83 of 255 = 33%

106
101
83

R + G + B ~ 38%. #6A6553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 101 + 83 = 290 (100%)
R 106 of 290 ~ 36.55%
G 101 of 290 ~ 34.83%
B 83 of 290 ~ 28.62%

%36.55
%34.83
%28.62

CMYK color model

#6A6553 color CMYK value is (0,5,22,58).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(0,5,22,58)
C0M5Y22K58 
(0%,5%,22%,58%)
(0.00/0.05/0.22/0.58)	

CMYK percentages

%0
%4.72
%21.7
%58.43

Codes

Color #6A6553 in popluar color models

6A6553
RGB10610183
HSL47°12.17%37.06%
HSB/HSV47°21.70%41.57%
CMYK0.00%4.72%21.70%
58.43%

Color #6A6553 in popluar number systems.

HEX6A6553
Decimal10610183
Binary110101011001011010011
Octal152145123

Shades and tints

Shades of #6A6553

#6A6553
(106,101,83)
#615C4C
(97,92,76)
#585345
(88,83,69)
#4F4A3E
(79,74,62)
#464137
(70,65,55)
#3D3830
(61,56,48)
#342F29
(52,47,41)
#2B2622
(43,38,34)
#221D1B
(34,29,27)
#191414
(25,20,20)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A6553

#6A6553
(106,101,83)
#777362
(119,115,98)
#848171
(132,129,113)
#918F80
(145,143,128)
#9E9D8F
(158,157,143)
#ABAB9E
(171,171,158)
#B8B9AD
(184,185,173)
#C5C7BC
(197,199,188)
#D2D5CB
(210,213,203)
#DFE3DA
(223,227,218)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6553 color. Also use rgb(106,101,83) instead hex code.

Text Font Color

.myTextColor { color: #6A6553; }

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

This text font color is #6A6553.


Background Color

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

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

This div background color is #6A6553.


Border color

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

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

This div border color is #6A6553.


Opacity

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

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

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

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

This text has shadow with #6A6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6553 on black background.


Color preview on white background

This text has color #6A6553 on white background.



Black color preview on #6A6553 background

This text has black color on #6A6553 background.


White color preview on #6A6553 background

This text has white color on #6A6553 background.