COLOR #6A6D48

HEX: #6A6D48
RGB: (106,109,72)

Color info

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

RGB color model

#6A6D48 color RGB value is (106,109,72).

  • red value is 106;
  • green value is 109;
  • blue value is 72.
RGB:
(106,109,72)
(42%,43%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 109 of 255 = 43%
B 72 of 255 = 28%

106
109
72

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

Portions of RGB colors in percentages

R + G + B =
106 + 109 + 72 = 287 (100%)
R 106 of 287 ~ 36.93%
G 109 of 287 ~ 37.98%
B 72 of 287 ~ 25.09%

%36.93
%37.98
%25.09

CMYK color model

#6A6D48 color CMYK value is (3,0,34,57).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(3,0,34,57)
C3M0Y34K57 
(3%,0%,34%,57%)
(0.03/0.00/0.34/0.57)	

CMYK percentages

%2.75
%0
%33.94
%57.25

Codes

Color #6A6D48 in popluar color models

6A6D48
RGB10610972
HSL65°20.44%35.49%
HSB/HSV65°33.94%42.75%
CMYK2.75%0.00%33.94%
57.25%

Color #6A6D48 in popluar number systems.

HEX6A6D48
Decimal10610972
Binary110101011011011001000
Octal152155110

Shades and tints

Shades of #6A6D48

#6A6D48
(106,109,72)
#616442
(97,100,66)
#585B3C
(88,91,60)
#4F5236
(79,82,54)
#464930
(70,73,48)
#3D402A
(61,64,42)
#343724
(52,55,36)
#2B2E1E
(43,46,30)
#222518
(34,37,24)
#191C12
(25,28,18)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #6A6D48

#6A6D48
(106,109,72)
#777A58
(119,122,88)
#848768
(132,135,104)
#919478
(145,148,120)
#9EA188
(158,161,136)
#ABAE98
(171,174,152)
#B8BBA8
(184,187,168)
#C5C8B8
(197,200,184)
#D2D5C8
(210,213,200)
#DFE2D8
(223,226,216)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6D48 color. Also use rgb(106,109,72) instead hex code.

Text Font Color

.myTextColor { color: #6A6D48; }

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

This text font color is #6A6D48.


Background Color

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

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

This div background color is #6A6D48.


Border color

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

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

This div border color is #6A6D48.


Opacity

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

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

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

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

This text has shadow with #6A6D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6D48 on black background.


Color preview on white background

This text has color #6A6D48 on white background.



Black color preview on #6A6D48 background

This text has black color on #6A6D48 background.


White color preview on #6A6D48 background

This text has white color on #6A6D48 background.