COLOR #6A6549

HEX: #6A6549
RGB: (106,101,73)

Color info

#6A6549 contains red, green and blue colors in about the same proportion. Web safe color of #6A6549 is #666633 (or #663).

RGB color model

#6A6549 color RGB value is (106,101,73).

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

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 73 of 255 = 29%

106
101
73

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

Portions of RGB colors in percentages

R + G + B =
106 + 101 + 73 = 280 (100%)
R 106 of 280 ~ 37.86%
G 101 of 280 ~ 36.07%
B 73 of 280 ~ 26.07%

%37.86
%36.07
%26.07

CMYK color model

#6A6549 color CMYK value is (0,5,31,58).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(0,5,31,58)
C0M5Y31K58 
(0%,5%,31%,58%)
(0.00/0.05/0.31/0.58)	

CMYK percentages

%0
%4.72
%31.13
%58.43

Codes

Color #6A6549 in popluar color models

6A6549
RGB10610173
HSL51°18.44%35.10%
HSB/HSV51°31.13%41.57%
CMYK0.00%4.72%31.13%
58.43%

Color #6A6549 in popluar number systems.

HEX6A6549
Decimal10610173
Binary110101011001011001001
Octal152145111

Shades and tints

Shades of #6A6549

#6A6549
(106,101,73)
#615C43
(97,92,67)
#58533D
(88,83,61)
#4F4A37
(79,74,55)
#464131
(70,65,49)
#3D382B
(61,56,43)
#342F25
(52,47,37)
#2B261F
(43,38,31)
#221D19
(34,29,25)
#191413
(25,20,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A6549

#6A6549
(106,101,73)
#777359
(119,115,89)
#848169
(132,129,105)
#918F79
(145,143,121)
#9E9D89
(158,157,137)
#ABAB99
(171,171,153)
#B8B9A9
(184,185,169)
#C5C7B9
(197,199,185)
#D2D5C9
(210,213,201)
#DFE3D9
(223,227,217)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6549; }

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

This text font color is #6A6549.


Background Color

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

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

This div background color is #6A6549.


Border color

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

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

This div border color is #6A6549.


Opacity

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

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

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

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

This text has shadow with #6A6549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6549 on black background.


Color preview on white background

This text has color #6A6549 on white background.



Black color preview on #6A6549 background

This text has black color on #6A6549 background.


White color preview on #6A6549 background

This text has white color on #6A6549 background.