COLOR #6A674B

HEX: #6A674B
RGB: (106,103,75)

Color info

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

RGB color model

#6A674B color RGB value is (106,103,75).

  • red value is 106;
  • green value is 103;
  • blue value is 75.
RGB:
(106,103,75)
(42%,40%,29%)

RGB channels and saturation

R 106 of 255 = 42%
G 103 of 255 = 40%
B 75 of 255 = 29%

106
103
75

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

Portions of RGB colors in percentages

R + G + B =
106 + 103 + 75 = 284 (100%)
R 106 of 284 ~ 37.32%
G 103 of 284 ~ 36.27%
B 75 of 284 ~ 26.41%

%37.32
%36.27
%26.41

CMYK color model

#6A674B color CMYK value is (0,3,29,58).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 29.25%
  • key color value is 58.43%
CMYK:
(0,3,29,58)
C0M3Y29K58 
(0%,3%,29%,58%)
(0.00/0.03/0.29/0.58)	

CMYK percentages

%0
%2.83
%29.25
%58.43

Codes

Color #6A674B in popluar color models

6A674B
RGB10610375
HSL54°17.13%35.49%
HSB/HSV54°29.25%41.57%
CMYK0.00%2.83%29.25%
58.43%

Color #6A674B in popluar number systems.

HEX6A674B
Decimal10610375
Binary110101011001111001011
Octal152147113

Shades and tints

Shades of #6A674B

#6A674B
(106,103,75)
#615E45
(97,94,69)
#58553F
(88,85,63)
#4F4C39
(79,76,57)
#464333
(70,67,51)
#3D3A2D
(61,58,45)
#343127
(52,49,39)
#2B2821
(43,40,33)
#221F1B
(34,31,27)
#191615
(25,22,21)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #6A674B

#6A674B
(106,103,75)
#77745B
(119,116,91)
#84816B
(132,129,107)
#918E7B
(145,142,123)
#9E9B8B
(158,155,139)
#ABA89B
(171,168,155)
#B8B5AB
(184,181,171)
#C5C2BB
(197,194,187)
#D2CFCB
(210,207,203)
#DFDCDB
(223,220,219)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A674B color. Also use rgb(106,103,75) instead hex code.

Text Font Color

.myTextColor { color: #6A674B; }

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

This text font color is #6A674B.


Background Color

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

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

This div background color is #6A674B.


Border color

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

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

This div border color is #6A674B.


Opacity

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

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

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

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

This text has shadow with #6A674B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A674B on black background.


Color preview on white background

This text has color #6A674B on white background.



Black color preview on #6A674B background

This text has black color on #6A674B background.


White color preview on #6A674B background

This text has white color on #6A674B background.