COLOR #6A552E

HEX: #6A552E
RGB: (106,85,46)

Color info

#6A552E contains mainly red and green colors. Web safe color of #6A552E is #666633 (or #663).

RGB color model

#6A552E color RGB value is (106,85,46).

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

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 46 of 255 = 18%

106
85
46

R + G + B ~ 31%. #6A552E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 46 = 237 (100%)
R 106 of 237 ~ 44.73%
G 85 of 237 ~ 35.86%
B 46 of 237 ~ 19.41%

%44.73
%35.86
%19.41

CMYK color model

#6A552E color CMYK value is (0,20,57,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 56.60%
  • key color value is 58.43%
CMYK:
(0,20,57,58)
C0M20Y57K58 
(0%,20%,57%,58%)
(0.00/0.20/0.57/0.58)	

CMYK percentages

%0
%19.81
%56.6
%58.43

Codes

Color #6A552E in popluar color models

6A552E
RGB1068546
HSL39°39.47%29.80%
HSB/HSV39°56.60%41.57%
CMYK0.00%19.81%56.60%
58.43%

Color #6A552E in popluar number systems.

HEX6A552E
Decimal1068546
Binary11010101010101101110
Octal15212556

Shades and tints

Shades of #6A552E

#6A552E
(106,85,46)
#614E2A
(97,78,42)
#584726
(88,71,38)
#4F4022
(79,64,34)
#46391E
(70,57,30)
#3D321A
(61,50,26)
#342B16
(52,43,22)
#2B2412
(43,36,18)
#221D0E
(34,29,14)
#19160A
(25,22,10)
#100F06
(16,15,6)
#000000
(0,0,0)

Tints of #6A552E

#6A552E
(106,85,46)
#776441
(119,100,65)
#847354
(132,115,84)
#918267
(145,130,103)
#9E917A
(158,145,122)
#ABA08D
(171,160,141)
#B8AFA0
(184,175,160)
#C5BEB3
(197,190,179)
#D2CDC6
(210,205,198)
#DFDCD9
(223,220,217)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A552E; }

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

This text font color is #6A552E.


Background Color

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

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

This div background color is #6A552E.


Border color

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

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

This div border color is #6A552E.


Opacity

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

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

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

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

This text has shadow with #6A552E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A552E on black background.


Color preview on white background

This text has color #6A552E on white background.



Black color preview on #6A552E background

This text has black color on #6A552E background.


White color preview on #6A552E background

This text has white color on #6A552E background.