COLOR #6A6151

HEX: #6A6151 RGB: (106,97,81)

Color info

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

RGB color model

#6A6151 color RGB value is (106,97,81).

RGB: (106,97,81) (42%, 38%, 32%)

RGB channels and saturation

R 106 of 255 = 42%
G 97 of 255 = 38%
B 81 of 255 = 32%

106
97
81

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

Portions of RGB colors in percentages

R + G + B = 106 + 97 + 81 = 284 (100%)
R 106 of 284 ~ 37.32%
G 97 of 284 ~ 34.15%
B 81 of 284 ~ 28.52'%

%37.32
%34.15
%28.52

CMYK color model

#6A6151 color CMYK value is (0,8,24,58).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 23.58%
  • key color value is 58.43%

CMYK: (0,8,24,58)
C0M8Y24K58 (0%, 8%, 24%, 58%)
(0.00 / 0.08 / 0.24 / 0.58)

CMYK percentages

%0
%8.49
%23.58
%58.43

Codes

Color #6A6151 in popluar color models

6A 61 51
RGB 106 97 81
HSL 38° 13.37% 36.67%
HSB/HSV 38° 23.58% 41.57%
CMYK 0.00% 8.49% 23.58%
58.43%

Color #6A6151 in popluar number systems.

HEX 6A 61 51
Decimal 106 97 81
Binary 1101010 1100001 1010001
Octal 152 141 121

Shades and tints

Shades of #6A6151

#6A6151
(106,97,81)
#61594A
(97,89,74)
#585143
(88,81,67)
#4F493C
(79,73,60)
#464135
(70,65,53)
#3D392E
(61,57,46)
#343127
(52,49,39)
#2B2920
(43,41,32)
#222119
(34,33,25)
#191912
(25,25,18)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #6A6151

#6A6151
(106,97,81)
#776F60
(119,111,96)
#847D6F
(132,125,111)
#918B7E
(145,139,126)
#9E998D
(158,153,141)
#ABA79C
(171,167,156)
#B8B5AB
(184,181,171)
#C5C3BA
(197,195,186)
#D2D1C9
(210,209,201)
#DFDFD8
(223,223,216)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6151; }

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

This text font color is #6A6151.

Background Color

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

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

This div background color is #6A6151.

Border color

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

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

This div border color is #6A6151.

Opacity

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

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

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

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

This text has shadow with #6A6151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6151.

Preview

Color preview on black background

This text has color #6A6151 on black background.


Color preview on white background

This text has color #6A6151 on white background.


Black color preview on #6A6151 background

This text has black color on #6A6151 background.


White color preview on #6A6151 background

This text has white color on #6A6151 background.


Related colors

Complementary color

Complementary color for #hex is #959EAE.


I love getcolorcode.com

Triadic colors

1 #516A61 and #61516A with #6A6151 are triadic colors.

2 #51616A and #616A51 with #6A6151 are triadic colors.