COLOR #6A6948

HEX: #6A6948
RGB: (106,105,72)

Color info

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

RGB color model

#6A6948 color RGB value is (106,105,72).

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

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 72 of 255 = 28%

106
105
72

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

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 72 = 283 (100%)
R 106 of 283 ~ 37.46%
G 105 of 283 ~ 37.1%
B 72 of 283 ~ 25.44%

%37.46
%37.1
%25.44

CMYK color model

#6A6948 color CMYK value is (0,1,32,58).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,1,32,58)
C0M1Y32K58 
(0%,1%,32%,58%)
(0.00/0.01/0.32/0.58)	

CMYK percentages

%0
%0.94
%32.08
%58.43

Codes

Color #6A6948 in popluar color models

6A6948
RGB10610572
HSL58°19.10%34.90%
HSB/HSV58°32.08%41.57%
CMYK0.00%0.94%32.08%
58.43%

Color #6A6948 in popluar number systems.

HEX6A6948
Decimal10610572
Binary110101011010011001000
Octal152151110

Shades and tints

Shades of #6A6948

#6A6948
(106,105,72)
#616042
(97,96,66)
#58573C
(88,87,60)
#4F4E36
(79,78,54)
#464530
(70,69,48)
#3D3C2A
(61,60,42)
#343324
(52,51,36)
#2B2A1E
(43,42,30)
#222118
(34,33,24)
#191812
(25,24,18)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A6948

#6A6948
(106,105,72)
#777658
(119,118,88)
#848368
(132,131,104)
#919078
(145,144,120)
#9E9D88
(158,157,136)
#ABAA98
(171,170,152)
#B8B7A8
(184,183,168)
#C5C4B8
(197,196,184)
#D2D1C8
(210,209,200)
#DFDED8
(223,222,216)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6948; }

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

This text font color is #6A6948.


Background Color

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

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

This div background color is #6A6948.


Border color

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

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

This div border color is #6A6948.


Opacity

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

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

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

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

This text has shadow with #6A6948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6948 on black background.


Color preview on white background

This text has color #6A6948 on white background.



Black color preview on #6A6948 background

This text has black color on #6A6948 background.


White color preview on #6A6948 background

This text has white color on #6A6948 background.