COLOR #6A6555

HEX: #6A6555
RGB: (106,101,85)

Color info

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

RGB color model

#6A6555 color RGB value is (106,101,85).

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

RGB channels and saturation

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

106
101
85

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

Portions of RGB colors in percentages

R + G + B =
106 + 101 + 85 = 292 (100%)
R 106 of 292 ~ 36.3%
G 101 of 292 ~ 34.59%
B 85 of 292 ~ 29.11%

%36.3
%34.59
%29.11

CMYK color model

#6A6555 color CMYK value is (0,5,20,58).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,5,20,58)
C0M5Y20K58 
(0%,5%,20%,58%)
(0.00/0.05/0.20/0.58)	

CMYK percentages

%0
%4.72
%19.81
%58.43

Codes

Color #6A6555 in popluar color models

6A6555
RGB10610185
HSL46°10.99%37.45%
HSB/HSV46°19.81%41.57%
CMYK0.00%4.72%19.81%
58.43%

Color #6A6555 in popluar number systems.

HEX6A6555
Decimal10610185
Binary110101011001011010101
Octal152145125

Shades and tints

Shades of #6A6555

#6A6555
(106,101,85)
#615C4E
(97,92,78)
#585347
(88,83,71)
#4F4A40
(79,74,64)
#464139
(70,65,57)
#3D3832
(61,56,50)
#342F2B
(52,47,43)
#2B2624
(43,38,36)
#221D1D
(34,29,29)
#191416
(25,20,22)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A6555

#6A6555
(106,101,85)
#777364
(119,115,100)
#848173
(132,129,115)
#918F82
(145,143,130)
#9E9D91
(158,157,145)
#ABABA0
(171,171,160)
#B8B9AF
(184,185,175)
#C5C7BE
(197,199,190)
#D2D5CD
(210,213,205)
#DFE3DC
(223,227,220)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6555; }

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

This text font color is #6A6555.


Background Color

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

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

This div background color is #6A6555.


Border color

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

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

This div border color is #6A6555.


Opacity

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

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

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

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

This text has shadow with #6A6555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6555 on black background.


Color preview on white background

This text has color #6A6555 on white background.



Black color preview on #6A6555 background

This text has black color on #6A6555 background.


White color preview on #6A6555 background

This text has white color on #6A6555 background.