COLOR #6A6348

HEX: #6A6348
RGB: (106,99,72)

Color info

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

RGB color model

#6A6348 color RGB value is (106,99,72).

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

RGB channels and saturation

R 106 of 255 = 42%
G 99 of 255 = 39%
B 72 of 255 = 28%

106
99
72

R + G + B ~ 36%. #6A6348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 99 + 72 = 277 (100%)
R 106 of 277 ~ 38.27%
G 99 of 277 ~ 35.74%
B 72 of 277 ~ 25.99%

%38.27
%35.74
%25.99

CMYK color model

#6A6348 color CMYK value is (0,7,32,58).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,7,32,58)
C0M7Y32K58 
(0%,7%,32%,58%)
(0.00/0.07/0.32/0.58)	

CMYK percentages

%0
%6.6
%32.08
%58.43

Codes

Color #6A6348 in popluar color models

6A6348
RGB1069972
HSL48°19.10%34.90%
HSB/HSV48°32.08%41.57%
CMYK0.00%6.60%32.08%
58.43%

Color #6A6348 in popluar number systems.

HEX6A6348
Decimal1069972
Binary110101011000111001000
Octal152143110

Shades and tints

Shades of #6A6348

#6A6348
(106,99,72)
#615A42
(97,90,66)
#58513C
(88,81,60)
#4F4836
(79,72,54)
#463F30
(70,63,48)
#3D362A
(61,54,42)
#342D24
(52,45,36)
#2B241E
(43,36,30)
#221B18
(34,27,24)
#191212
(25,18,18)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #6A6348

#6A6348
(106,99,72)
#777158
(119,113,88)
#847F68
(132,127,104)
#918D78
(145,141,120)
#9E9B88
(158,155,136)
#ABA998
(171,169,152)
#B8B7A8
(184,183,168)
#C5C5B8
(197,197,184)
#D2D3C8
(210,211,200)
#DFE1D8
(223,225,216)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6348; }

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

This text font color is #6A6348.


Background Color

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

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

This div background color is #6A6348.


Border color

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

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

This div border color is #6A6348.


Opacity

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

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

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

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

This text has shadow with #6A6348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6348 on black background.


Color preview on white background

This text has color #6A6348 on white background.



Black color preview on #6A6348 background

This text has black color on #6A6348 background.


White color preview on #6A6348 background

This text has white color on #6A6348 background.