COLOR #6A5552

HEX: #6A5552
RGB: (106,85,82)

Color info

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

RGB color model

#6A5552 color RGB value is (106,85,82).

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

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 82 of 255 = 32%

106
85
82

R + G + B ~ 36%. #6A5552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 82 = 273 (100%)
R 106 of 273 ~ 38.83%
G 85 of 273 ~ 31.14%
B 82 of 273 ~ 30.04%

%38.83
%31.14
%30.04

CMYK color model

#6A5552 color CMYK value is (0,20,23,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 22.64%
  • key color value is 58.43%
CMYK:
(0,20,23,58)
C0M20Y23K58 
(0%,20%,23%,58%)
(0.00/0.20/0.23/0.58)	

CMYK percentages

%0
%19.81
%22.64
%58.43

Codes

Color #6A5552 in popluar color models

6A5552
RGB1068582
HSL12.77%36.86%
HSB/HSV22.64%41.57%
CMYK0.00%19.81%22.64%
58.43%

Color #6A5552 in popluar number systems.

HEX6A5552
Decimal1068582
Binary110101010101011010010
Octal152125122

Shades and tints

Shades of #6A5552

#6A5552
(106,85,82)
#614E4B
(97,78,75)
#584744
(88,71,68)
#4F403D
(79,64,61)
#463936
(70,57,54)
#3D322F
(61,50,47)
#342B28
(52,43,40)
#2B2421
(43,36,33)
#221D1A
(34,29,26)
#191613
(25,22,19)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A5552

#6A5552
(106,85,82)
#776461
(119,100,97)
#847370
(132,115,112)
#91827F
(145,130,127)
#9E918E
(158,145,142)
#ABA09D
(171,160,157)
#B8AFAC
(184,175,172)
#C5BEBB
(197,190,187)
#D2CDCA
(210,205,202)
#DFDCD9
(223,220,217)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5552; }

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

This text font color is #6A5552.


Background Color

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

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

This div background color is #6A5552.


Border color

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

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

This div border color is #6A5552.


Opacity

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

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

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

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

This text has shadow with #6A5552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5552 on black background.


Color preview on white background

This text has color #6A5552 on white background.



Black color preview on #6A5552 background

This text has black color on #6A5552 background.


White color preview on #6A5552 background

This text has white color on #6A5552 background.