COLOR #6A6150

HEX: #6A6150
RGB: (106,97,80)

Color info

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

RGB color model

#6A6150 color RGB value is (106,97,80).

  • red value is 106;
  • green value is 97;
  • blue value is 80.
RGB:
(106,97,80)
(42%,38%,31%)

RGB channels and saturation

R 106 of 255 = 42%
G 97 of 255 = 38%
B 80 of 255 = 31%

106
97
80

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

Portions of RGB colors in percentages

R + G + B =
106 + 97 + 80 = 283 (100%)
R 106 of 283 ~ 37.46%
G 97 of 283 ~ 34.28%
B 80 of 283 ~ 28.27%

%37.46
%34.28
%28.27

CMYK color model

#6A6150 color CMYK value is (0,8,25,58).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(0,8,25,58)
C0M8Y25K58 
(0%,8%,25%,58%)
(0.00/0.08/0.25/0.58)	

CMYK percentages

%0
%8.49
%24.53
%58.43

Codes

Color #6A6150 in popluar color models

6A6150
RGB1069780
HSL39°13.98%36.47%
HSB/HSV39°24.53%41.57%
CMYK0.00%8.49%24.53%
58.43%

Color #6A6150 in popluar number systems.

HEX6A6150
Decimal1069780
Binary110101011000011010000
Octal152141120

Shades and tints

Shades of #6A6150

#6A6150
(106,97,80)
#615949
(97,89,73)
#585142
(88,81,66)
#4F493B
(79,73,59)
#464134
(70,65,52)
#3D392D
(61,57,45)
#343126
(52,49,38)
#2B291F
(43,41,31)
#222118
(34,33,24)
#191911
(25,25,17)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #6A6150

#6A6150
(106,97,80)
#776F5F
(119,111,95)
#847D6E
(132,125,110)
#918B7D
(145,139,125)
#9E998C
(158,153,140)
#ABA79B
(171,167,155)
#B8B5AA
(184,181,170)
#C5C3B9
(197,195,185)
#D2D1C8
(210,209,200)
#DFDFD7
(223,223,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6150; }

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

This text font color is #6A6150.


Background Color

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

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

This div background color is #6A6150.


Border color

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

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

This div border color is #6A6150.


Opacity

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

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

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

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

This text has shadow with #6A6150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6150 on black background.


Color preview on white background

This text has color #6A6150 on white background.



Black color preview on #6A6150 background

This text has black color on #6A6150 background.


White color preview on #6A6150 background

This text has white color on #6A6150 background.