COLOR #6A6848

HEX: #6A6848
RGB: (106,104,72)

Color info

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

RGB color model

#6A6848 color RGB value is (106,104,72).

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

RGB channels and saturation

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

106
104
72

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

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 72 = 282 (100%)
R 106 of 282 ~ 37.59%
G 104 of 282 ~ 36.88%
B 72 of 282 ~ 25.53%

%37.59
%36.88
%25.53

CMYK color model

#6A6848 color CMYK value is (0,2,32,58).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,2,32,58)
C0M2Y32K58 
(0%,2%,32%,58%)
(0.00/0.02/0.32/0.58)	

CMYK percentages

%0
%1.89
%32.08
%58.43

Codes

Color #6A6848 in popluar color models

6A6848
RGB10610472
HSL56°19.10%34.90%
HSB/HSV56°32.08%41.57%
CMYK0.00%1.89%32.08%
58.43%

Color #6A6848 in popluar number systems.

HEX6A6848
Decimal10610472
Binary110101011010001001000
Octal152150110

Shades and tints

Shades of #6A6848

#6A6848
(106,104,72)
#615F42
(97,95,66)
#58563C
(88,86,60)
#4F4D36
(79,77,54)
#464430
(70,68,48)
#3D3B2A
(61,59,42)
#343224
(52,50,36)
#2B291E
(43,41,30)
#222018
(34,32,24)
#191712
(25,23,18)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #6A6848

#6A6848
(106,104,72)
#777558
(119,117,88)
#848268
(132,130,104)
#918F78
(145,143,120)
#9E9C88
(158,156,136)
#ABA998
(171,169,152)
#B8B6A8
(184,182,168)
#C5C3B8
(197,195,184)
#D2D0C8
(210,208,200)
#DFDDD8
(223,221,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6848; }

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

This text font color is #6A6848.


Background Color

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

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

This div background color is #6A6848.


Border color

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

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

This div border color is #6A6848.


Opacity

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

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

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

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

This text has shadow with #6A6848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6848 on black background.


Color preview on white background

This text has color #6A6848 on white background.



Black color preview on #6A6848 background

This text has black color on #6A6848 background.


White color preview on #6A6848 background

This text has white color on #6A6848 background.