COLOR #6A694D

HEX: #6A694D
RGB: (106,105,77)

Color info

#6A694D contains red, green and blue colors in about the same proportion. Web safe color of #6A694D is #666633 (or #663).

RGB color model

#6A694D color RGB value is (106,105,77).

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

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 77 of 255 = 30%

106
105
77

R + G + B ~ 38%. #6A694D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 77 = 288 (100%)
R 106 of 288 ~ 36.81%
G 105 of 288 ~ 36.46%
B 77 of 288 ~ 26.74%

%36.81
%36.46
%26.74

CMYK color model

#6A694D color CMYK value is (0,1,27,58).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK: (0,1,27,58) C0M1Y27K58 (0%,1%,27%,58%) (0.00/0.01/0.27/0.58)

CMYK percentages

%0
%0.94
%27.36
%58.43

Codes

Color #6A694D in popluar color models

6A694D
RGB10610577
HSL58°15.85%35.88%
HSB/HSV58°27.36%41.57%
CMYK0.00%0.94%27.36%
58.43%

Color #6A694D in popluar number systems.

HEX6A694D
Decimal10610577
Binary110101011010011001101
Octal152151115

Shades and tints

Shades of #6A694D

#6A694D
(106,105,77)
#616046
(97,96,70)
#58573F
(88,87,63)
#4F4E38
(79,78,56)
#464531
(70,69,49)
#3D3C2A
(61,60,42)
#343323
(52,51,35)
#2B2A1C
(43,42,28)
#222115
(34,33,21)
#19180E
(25,24,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #6A694D

#6A694D
(106,105,77)
#77765D
(119,118,93)
#84836D
(132,131,109)
#91907D
(145,144,125)
#9E9D8D
(158,157,141)
#ABAA9D
(171,170,157)
#B8B7AD
(184,183,173)
#C5C4BD
(197,196,189)
#D2D1CD
(210,209,205)
#DFDEDD
(223,222,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A694D; }

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

This text font color is #6A694D.


Background Color

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

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

This div background color is #6A694D.


Border color

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

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

This div border color is #6A694D.


Opacity

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

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

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

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

This text has shadow with #6A694D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A694D on black background.


Color preview on white background

This text has color #6A694D on white background.



Black color preview on #6A694D background

This text has black color on #6A694D background.


White color preview on #6A694D background

This text has white color on #6A694D background.