COLOR #6A6050

HEX: #6A6050
RGB: (106,96,80)

Color info

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

RGB color model

#6A6050 color RGB value is (106,96,80).

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

RGB channels and saturation

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

106
96
80

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

Portions of RGB colors in percentages

R + G + B =
106 + 96 + 80 = 282 (100%)
R 106 of 282 ~ 37.59%
G 96 of 282 ~ 34.04%
B 80 of 282 ~ 28.37%

%37.59
%34.04
%28.37

CMYK color model

#6A6050 color CMYK value is (0,9,25,58).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(0,9,25,58)
C0M9Y25K58 
(0%,9%,25%,58%)
(0.00/0.09/0.25/0.58)	

CMYK percentages

%0
%9.43
%24.53
%58.43

Codes

Color #6A6050 in popluar color models

6A6050
RGB1069680
HSL37°13.98%36.47%
HSB/HSV37°24.53%41.57%
CMYK0.00%9.43%24.53%
58.43%

Color #6A6050 in popluar number systems.

HEX6A6050
Decimal1069680
Binary110101011000001010000
Octal152140120

Shades and tints

Shades of #6A6050

#6A6050
(106,96,80)
#615849
(97,88,73)
#585042
(88,80,66)
#4F483B
(79,72,59)
#464034
(70,64,52)
#3D382D
(61,56,45)
#343026
(52,48,38)
#2B281F
(43,40,31)
#222018
(34,32,24)
#191811
(25,24,17)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #6A6050

#6A6050
(106,96,80)
#776E5F
(119,110,95)
#847C6E
(132,124,110)
#918A7D
(145,138,125)
#9E988C
(158,152,140)
#ABA69B
(171,166,155)
#B8B4AA
(184,180,170)
#C5C2B9
(197,194,185)
#D2D0C8
(210,208,200)
#DFDED7
(223,222,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6050; }

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

This text font color is #6A6050.


Background Color

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

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

This div background color is #6A6050.


Border color

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

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

This div border color is #6A6050.


Opacity

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

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

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

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

This text has shadow with #6A6050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6050 on black background.


Color preview on white background

This text has color #6A6050 on white background.



Black color preview on #6A6050 background

This text has black color on #6A6050 background.


White color preview on #6A6050 background

This text has white color on #6A6050 background.