COLOR #6A685A

HEX: #6A685A
RGB: (106,104,90)

Color info

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

RGB color model

#6A685A color RGB value is (106,104,90).

  • red value is 106;
  • green value is 104;
  • blue value is 90.
RGB:
(106,104,90)
(42%,41%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 104 of 255 = 41%
B 90 of 255 = 35%

106
104
90

R + G + B ~ 39%. #6A685A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 90 = 300 (100%)
R 106 of 300 ~ 35.33%
G 104 of 300 ~ 34.67%
B 90 of 300 ~ 30%

%35.33
%34.67
%30

CMYK color model

#6A685A color CMYK value is (0,2,15,58).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(0,2,15,58)
C0M2Y15K58 
(0%,2%,15%,58%)
(0.00/0.02/0.15/0.58)	

CMYK percentages

%0
%1.89
%15.09
%58.43

Codes

Color #6A685A in popluar color models

6A685A
RGB10610490
HSL53°8.16%38.43%
HSB/HSV53°15.09%41.57%
CMYK0.00%1.89%15.09%
58.43%

Color #6A685A in popluar number systems.

HEX6A685A
Decimal10610490
Binary110101011010001011010
Octal152150132

Shades and tints

Shades of #6A685A

#6A685A
(106,104,90)
#615F52
(97,95,82)
#58564A
(88,86,74)
#4F4D42
(79,77,66)
#46443A
(70,68,58)
#3D3B32
(61,59,50)
#34322A
(52,50,42)
#2B2922
(43,41,34)
#22201A
(34,32,26)
#191712
(25,23,18)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #6A685A

#6A685A
(106,104,90)
#777569
(119,117,105)
#848278
(132,130,120)
#918F87
(145,143,135)
#9E9C96
(158,156,150)
#ABA9A5
(171,169,165)
#B8B6B4
(184,182,180)
#C5C3C3
(197,195,195)
#D2D0D2
(210,208,210)
#DFDDE1
(223,221,225)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A685A color. Also use rgb(106,104,90) instead hex code.

Text Font Color

.myTextColor { color: #6A685A; }

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

This text font color is #6A685A.


Background Color

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

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

This div background color is #6A685A.


Border color

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

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

This div border color is #6A685A.


Opacity

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

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

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

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

This text has shadow with #6A685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A685A on black background.


Color preview on white background

This text has color #6A685A on white background.



Black color preview on #6A685A background

This text has black color on #6A685A background.


White color preview on #6A685A background

This text has white color on #6A685A background.