COLOR #6A6648

HEX: #6A6648 RGB: (106,102,72)

Color info

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

RGB color model

#6A6648 color RGB value is (106,102,72).

RGB: (106,102,72) (42%, 40%, 28%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 72 of 255 = 28%

106
102
72

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

Portions of RGB colors in percentages

R + G + B = 106 + 102 + 72 = 280 (100%)
R 106 of 280 ~ 37.86%
G 102 of 280 ~ 36.43%
B 72 of 280 ~ 25.71'%

%37.86
%36.43
%25.71

CMYK color model

#6A6648 color CMYK value is (0,4,32,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 32.08%
  • key color value is 58.43%

CMYK: (0,4,32,58)
C0M4Y32K58 (0%, 4%, 32%, 58%)
(0.00 / 0.04 / 0.32 / 0.58)

CMYK percentages

%0
%3.77
%32.08
%58.43

Codes

Color #6A6648 in popluar color models

6A 66 48
RGB 106 102 72
HSL 53° 19.10% 34.90%
HSB/HSV 53° 32.08% 41.57%
CMYK 0.00% 3.77% 32.08%
58.43%

Color #6A6648 in popluar number systems.

HEX 6A 66 48
Decimal 106 102 72
Binary 1101010 1100110 1001000
Octal 152 146 110

Shades and tints

Shades of #6A6648

#6A6648
(106,102,72)
#615D42
(97,93,66)
#58543C
(88,84,60)
#4F4B36
(79,75,54)
#464230
(70,66,48)
#3D392A
(61,57,42)
#343024
(52,48,36)
#2B271E
(43,39,30)
#221E18
(34,30,24)
#191512
(25,21,18)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #6A6648

#6A6648
(106,102,72)
#777358
(119,115,88)
#848068
(132,128,104)
#918D78
(145,141,120)
#9E9A88
(158,154,136)
#ABA798
(171,167,152)
#B8B4A8
(184,180,168)
#C5C1B8
(197,193,184)
#D2CEC8
(210,206,200)
#DFDBD8
(223,219,216)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6648; }

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

This text font color is #6A6648.

Background Color

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

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

This div background color is #6A6648.

Border color

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

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

This div border color is #6A6648.

Opacity

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

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

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

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

This text has shadow with #6A6648 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6648.

Preview

Color preview on black background

This text has color #6A6648 on black background.


Color preview on white background

This text has color #6A6648 on white background.


Black color preview on #6A6648 background

This text has black color on #6A6648 background.


White color preview on #6A6648 background

This text has white color on #6A6648 background.


Related colors

Complementary color

Complementary color for #hex is #9599B7.


I love getcolorcode.com

Triadic colors

1 #486A66 and #66486A with #6A6648 are triadic colors.

2 #48666A and #666A48 with #6A6648 are triadic colors.