COLOR #6A5D55

HEX: #6A5D55
RGB: (106,93,85)

Color info

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

RGB color model

#6A5D55 color RGB value is (106,93,85).

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

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 85 of 255 = 33%

106
93
85

R + G + B ~ 37%. #6A5D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 85 = 284 (100%)
R 106 of 284 ~ 37.32%
G 93 of 284 ~ 32.75%
B 85 of 284 ~ 29.93%

%37.32
%32.75
%29.93

CMYK color model

#6A5D55 color CMYK value is (0,12,20,58).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,12,20,58)
C0M12Y20K58 
(0%,12%,20%,58%)
(0.00/0.12/0.20/0.58)	

CMYK percentages

%0
%12.26
%19.81
%58.43

Codes

Color #6A5D55 in popluar color models

6A5D55
RGB1069385
HSL23°10.99%37.45%
HSB/HSV23°19.81%41.57%
CMYK0.00%12.26%19.81%
58.43%

Color #6A5D55 in popluar number systems.

HEX6A5D55
Decimal1069385
Binary110101010111011010101
Octal152135125

Shades and tints

Shades of #6A5D55

#6A5D55
(106,93,85)
#61554E
(97,85,78)
#584D47
(88,77,71)
#4F4540
(79,69,64)
#463D39
(70,61,57)
#3D3532
(61,53,50)
#342D2B
(52,45,43)
#2B2524
(43,37,36)
#221D1D
(34,29,29)
#191516
(25,21,22)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #6A5D55

#6A5D55
(106,93,85)
#776B64
(119,107,100)
#847973
(132,121,115)
#918782
(145,135,130)
#9E9591
(158,149,145)
#ABA3A0
(171,163,160)
#B8B1AF
(184,177,175)
#C5BFBE
(197,191,190)
#D2CDCD
(210,205,205)
#DFDBDC
(223,219,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5D55; }

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

This text font color is #6A5D55.


Background Color

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

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

This div background color is #6A5D55.


Border color

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

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

This div border color is #6A5D55.


Opacity

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

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

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

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

This text has shadow with #6A5D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5D55 on black background.


Color preview on white background

This text has color #6A5D55 on white background.



Black color preview on #6A5D55 background

This text has black color on #6A5D55 background.


White color preview on #6A5D55 background

This text has white color on #6A5D55 background.