COLOR #6A6551

HEX: #6A6551 RGB: (106,101,81)

Color info

#6A6551 contains red, green and blue colors in about the same proportion. Web safe color of #6A6551 is #666666 (or #666).

RGB color model

#6A6551 color RGB value is (106,101,81).

RGB: (106,101,81) (42%, 40%, 32%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 81 of 255 = 32%

106
101
81

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

Portions of RGB colors in percentages

R + G + B = 106 + 101 + 81 = 288 (100%)
R 106 of 288 ~ 36.81%
G 101 of 288 ~ 35.07%
B 81 of 288 ~ 28.13'%

%36.81
%35.07
%28.13

CMYK color model

#6A6551 color CMYK value is (0,5,24,58).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 23.58%
  • key color value is 58.43%
CMYK: (0,5,24,58) C0M5Y24K58 (0%,5%,24%,58%) (0.00/0.05/0.24/0.58) 

CMYK percentages

%0
%4.72
%23.58
%58.43

Codes

Color #6A6551 in popluar color models

6A 65 51
RGB 106 101 81
HSL 48° 13.37% 36.67%
HSB/HSV 48° 23.58% 41.57%
CMYK 0.00% 4.72% 23.58%
58.43%

Color #6A6551 in popluar number systems.

HEX 6A 65 51
Decimal 106 101 81
Binary 1101010 1100101 1010001
Octal 152 145 121

Shades and tints

Shades of #6A6551

#6A6551
(106,101,81)
#615C4A
(97,92,74)
#585343
(88,83,67)
#4F4A3C
(79,74,60)
#464135
(70,65,53)
#3D382E
(61,56,46)
#342F27
(52,47,39)
#2B2620
(43,38,32)
#221D19
(34,29,25)
#191412
(25,20,18)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A6551

#6A6551
(106,101,81)
#777360
(119,115,96)
#84816F
(132,129,111)
#918F7E
(145,143,126)
#9E9D8D
(158,157,141)
#ABAB9C
(171,171,156)
#B8B9AB
(184,185,171)
#C5C7BA
(197,199,186)
#D2D5C9
(210,213,201)
#DFE3D8
(223,227,216)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6551 color. Also use rgb(106,101,81) instead hex code.

Text Font Color

.myTextColor { color: #6A6551; }

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

This text font color is #6A6551.

Background Color

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

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

This div background color is #6A6551.

Border color

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

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

This div border color is #6A6551.

Opacity

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

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

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

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

This text has shadow with #6A6551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6551.

Preview

Color preview on black background

This text has color #6A6551 on black background.


Color preview on white background

This text has color #6A6551 on white background.


Black color preview on #6A6551 background

This text has black color on #6A6551 background.


White color preview on #6A6551 background

This text has white color on #6A6551 background.


Related colors

Complementary color

Complementary color for #hex is #959AAE.


I love getcolorcode.com

Triadic colors

1 #516A65 and #65516A with #6A6551 are triadic colors.

2 #51656A and #656A51 with #6A6551 are triadic colors.