COLOR #6A6450

HEX: #6A6450
RGB: (106,100,80)

Color info

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

RGB color model

#6A6450 color RGB value is (106,100,80).

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

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 80 of 255 = 31%

106
100
80

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

Portions of RGB colors in percentages

R + G + B =
106 + 100 + 80 = 286 (100%)
R 106 of 286 ~ 37.06%
G 100 of 286 ~ 34.97%
B 80 of 286 ~ 27.97%

%37.06
%34.97
%27.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(0,6,25,58)
C0M6Y25K58 
(0%,6%,25%,58%)
(0.00/0.06/0.25/0.58)	

CMYK percentages

%0
%5.66
%24.53
%58.43

Codes

Color #6A6450 in popluar color models

6A6450
RGB10610080
HSL46°13.98%36.47%
HSB/HSV46°24.53%41.57%
CMYK0.00%5.66%24.53%
58.43%

Color #6A6450 in popluar number systems.

HEX6A6450
Decimal10610080
Binary110101011001001010000
Octal152144120

Shades and tints

Shades of #6A6450

#6A6450
(106,100,80)
#615B49
(97,91,73)
#585242
(88,82,66)
#4F493B
(79,73,59)
#464034
(70,64,52)
#3D372D
(61,55,45)
#342E26
(52,46,38)
#2B251F
(43,37,31)
#221C18
(34,28,24)
#191311
(25,19,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #6A6450

#6A6450
(106,100,80)
#77725F
(119,114,95)
#84806E
(132,128,110)
#918E7D
(145,142,125)
#9E9C8C
(158,156,140)
#ABAA9B
(171,170,155)
#B8B8AA
(184,184,170)
#C5C6B9
(197,198,185)
#D2D4C8
(210,212,200)
#DFE2D7
(223,226,215)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6450; }

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

This text font color is #6A6450.


Background Color

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

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

This div background color is #6A6450.


Border color

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

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

This div border color is #6A6450.


Opacity

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

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

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

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

This text has shadow with #6A6450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6450 on black background.


Color preview on white background

This text has color #6A6450 on white background.



Black color preview on #6A6450 background

This text has black color on #6A6450 background.


White color preview on #6A6450 background

This text has white color on #6A6450 background.