COLOR #6A6C4D

HEX: #6A6C4D
RGB: (106,108,77)

Color info

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

RGB color model

#6A6C4D color RGB value is (106,108,77).

  • red value is 106;
  • green value is 108;
  • blue value is 77.
RGB:
(106,108,77)
(42%,42%,30%)

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 77 of 255 = 30%

106
108
77

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

Portions of RGB colors in percentages

R + G + B =
106 + 108 + 77 = 291 (100%)
R 106 of 291 ~ 36.43%
G 108 of 291 ~ 37.11%
B 77 of 291 ~ 26.46%

%36.43
%37.11
%26.46

CMYK color model

#6A6C4D color CMYK value is (2,0,29,58).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(2,0,29,58)
C2M0Y29K58 
(2%,0%,29%,58%)
(0.02/0.00/0.29/0.58)	

CMYK percentages

%1.85
%0
%28.7
%57.65

Codes

Color #6A6C4D in popluar color models

6A6C4D
RGB10610877
HSL64°16.76%36.27%
HSB/HSV64°28.70%42.35%
CMYK1.85%0.00%28.70%
57.65%

Color #6A6C4D in popluar number systems.

HEX6A6C4D
Decimal10610877
Binary110101011011001001101
Octal152154115

Shades and tints

Shades of #6A6C4D

#6A6C4D
(106,108,77)
#616346
(97,99,70)
#585A3F
(88,90,63)
#4F5138
(79,81,56)
#464831
(70,72,49)
#3D3F2A
(61,63,42)
#343623
(52,54,35)
#2B2D1C
(43,45,28)
#222415
(34,36,21)
#191B0E
(25,27,14)
#101207
(16,18,7)
#000000
(0,0,0)

Tints of #6A6C4D

#6A6C4D
(106,108,77)
#77795D
(119,121,93)
#84866D
(132,134,109)
#91937D
(145,147,125)
#9EA08D
(158,160,141)
#ABAD9D
(171,173,157)
#B8BAAD
(184,186,173)
#C5C7BD
(197,199,189)
#D2D4CD
(210,212,205)
#DFE1DD
(223,225,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6C4D color. Also use rgb(106,108,77) instead hex code.

Text Font Color

.myTextColor { color: #6A6C4D; }

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

This text font color is #6A6C4D.


Background Color

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

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

This div background color is #6A6C4D.


Border color

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

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

This div border color is #6A6C4D.


Opacity

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

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

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

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

This text has shadow with #6A6C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6C4D on black background.


Color preview on white background

This text has color #6A6C4D on white background.



Black color preview on #6A6C4D background

This text has black color on #6A6C4D background.


White color preview on #6A6C4D background

This text has white color on #6A6C4D background.