COLOR #6A695D

HEX: #6A695D
RGB: (106,105,93)

Color info

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

RGB color model

#6A695D color RGB value is (106,105,93).

  • red value is 106;
  • green value is 105;
  • blue value is 93.
RGB:
(106,105,93)
(42%,41%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 93 of 255 = 36%

106
105
93

R + G + B ~ 40%. #6A695D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 93 = 304 (100%)
R 106 of 304 ~ 34.87%
G 105 of 304 ~ 34.54%
B 93 of 304 ~ 30.59%

%34.87
%34.54
%30.59

CMYK color model

#6A695D color CMYK value is (0,1,12,58).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(0,1,12,58)
C0M1Y12K58 
(0%,1%,12%,58%)
(0.00/0.01/0.12/0.58)	

CMYK percentages

%0
%0.94
%12.26
%58.43

Codes

Color #6A695D in popluar color models

6A695D
RGB10610593
HSL55°6.53%39.02%
HSB/HSV55°12.26%41.57%
CMYK0.00%0.94%12.26%
58.43%

Color #6A695D in popluar number systems.

HEX6A695D
Decimal10610593
Binary110101011010011011101
Octal152151135

Shades and tints

Shades of #6A695D

#6A695D
(106,105,93)
#616055
(97,96,85)
#58574D
(88,87,77)
#4F4E45
(79,78,69)
#46453D
(70,69,61)
#3D3C35
(61,60,53)
#34332D
(52,51,45)
#2B2A25
(43,42,37)
#22211D
(34,33,29)
#191815
(25,24,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A695D

#6A695D
(106,105,93)
#77766B
(119,118,107)
#848379
(132,131,121)
#919087
(145,144,135)
#9E9D95
(158,157,149)
#ABAAA3
(171,170,163)
#B8B7B1
(184,183,177)
#C5C4BF
(197,196,191)
#D2D1CD
(210,209,205)
#DFDEDB
(223,222,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A695D color. Also use rgb(106,105,93) instead hex code.

Text Font Color

.myTextColor { color: #6A695D; }

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

This text font color is #6A695D.


Background Color

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

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

This div background color is #6A695D.


Border color

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

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

This div border color is #6A695D.


Opacity

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

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

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

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

This text has shadow with #6A695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A695D on black background.


Color preview on white background

This text has color #6A695D on white background.



Black color preview on #6A695D background

This text has black color on #6A695D background.


White color preview on #6A695D background

This text has white color on #6A695D background.