COLOR #6A695B

HEX: #6A695B RGB: (106,105,91)

Color info

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

RGB color model

#6A695B color RGB value is (106,105,91).

RGB: (106,105,91) (42%, 41%, 36%)

RGB channels and saturation

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

106
105
91

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

Portions of RGB colors in percentages

R + G + B = 106 + 105 + 91 = 302 (100%)
R 106 of 302 ~ 35.1%
G 105 of 302 ~ 34.77%
B 91 of 302 ~ 30.13'%

%35.1
%34.77
%30.13

CMYK color model

#6A695B color CMYK value is (0,1,14,58).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 14.15%
  • key color value is 58.43%

CMYK: (0,1,14,58)
C0M1Y14K58 (0%, 1%, 14%, 58%)
(0.00 / 0.01 / 0.14 / 0.58)

CMYK percentages

%0
%0.94
%14.15
%58.43

Codes

Color #6A695B in popluar color models

6A 69 5B
RGB 106 105 91
HSL 56° 7.61% 38.63%
HSB/HSV 56° 14.15% 41.57%
CMYK 0.00% 0.94% 14.15%
58.43%

Color #6A695B in popluar number systems.

HEX 6A 69 5B
Decimal 106 105 91
Binary 1101010 1101001 1011011
Octal 152 151 133

Shades and tints

Shades of #6A695B

#6A695B
(106,105,91)
#616053
(97,96,83)
#58574B
(88,87,75)
#4F4E43
(79,78,67)
#46453B
(70,69,59)
#3D3C33
(61,60,51)
#34332B
(52,51,43)
#2B2A23
(43,42,35)
#22211B
(34,33,27)
#191813
(25,24,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6A695B

#6A695B
(106,105,91)
#777669
(119,118,105)
#848377
(132,131,119)
#919085
(145,144,133)
#9E9D93
(158,157,147)
#ABAAA1
(171,170,161)
#B8B7AF
(184,183,175)
#C5C4BD
(197,196,189)
#D2D1CB
(210,209,203)
#DFDED9
(223,222,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A695B; }

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

This text font color is #6A695B.

Background Color

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

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

This div background color is #6A695B.

Border color

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

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

This div border color is #6A695B.

Opacity

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

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

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

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

This text has shadow with #6A695B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A695B.

Preview

Color preview on black background

This text has color #6A695B on black background.


Color preview on white background

This text has color #6A695B on white background.


Black color preview on #6A695B background

This text has black color on #6A695B background.


White color preview on #6A695B background

This text has white color on #6A695B background.


Related colors

Complementary color

Complementary color for #hex is #9596A4.


I love getcolorcode.com

Triadic colors

1 #5B6A69 and #695B6A with #6A695B are triadic colors.

2 #5B696A and #696A5B with #6A695B are triadic colors.