COLOR #906D74

HEX: #906D74
RGB: (144,109,116)

Color info

#906D74 contains red, green and blue colors in about the same proportion. Web safe color of #906D74 is #996666 (or #966).

RGB color model

#906D74 color RGB value is (144,109,116).

  • red value is 144;
  • green value is 109;
  • blue value is 116.
RGB:
(144,109,116)
(56%,43%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 109 of 255 = 43%
B 116 of 255 = 45%

144
109
116

R + G + B ~ 48%. #906D74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 109 + 116 = 369 (100%)
R 144 of 369 ~ 39.02%
G 109 of 369 ~ 29.54%
B 116 of 369 ~ 31.44%

%39.02
%29.54
%31.44

CMYK color model

#906D74 color CMYK value is (0,24,19,44).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 19.44%
  • key color value is 43.53%
CMYK:
(0,24,19,44)
C0M24Y19K44 
(0%,24%,19%,44%)
(0.00/0.24/0.19/0.44)	

CMYK percentages

%0
%24.31
%19.44
%43.53

Codes

Color #906D74 in popluar color models

906D74
RGB144109116
HSL348°13.83%49.61%
HSB/HSV348°24.31%56.47%
CMYK0.00%24.31%19.44%
43.53%

Color #906D74 in popluar number systems.

HEX906D74
Decimal144109116
Binary1001000011011011110100
Octal220155164

Shades and tints

Shades of #906D74

#906D74
(144,109,116)
#83646A
(131,100,106)
#765B60
(118,91,96)
#695256
(105,82,86)
#5C494C
(92,73,76)
#4F4042
(79,64,66)
#423738
(66,55,56)
#352E2E
(53,46,46)
#282524
(40,37,36)
#1B1C1A
(27,28,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #906D74

#906D74
(144,109,116)
#9A7A80
(154,122,128)
#A4878C
(164,135,140)
#AE9498
(174,148,152)
#B8A1A4
(184,161,164)
#C2AEB0
(194,174,176)
#CCBBBC
(204,187,188)
#D6C8C8
(214,200,200)
#E0D5D4
(224,213,212)
#EAE2E0
(234,226,224)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #906D74 color. Also use rgb(144,109,116) instead hex code.

Text Font Color

.myTextColor { color: #906D74; }

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

This text font color is #906D74.


Background Color

.myBgColor { background-color: #906D74; }

<div style="background-color:#906D74">Inner text</div>

This div background color is #906D74.


Border color

.myBorderColor { border: 1px solid #906D74; }

<div style="border:3px solid #906D74">Div</div>

This div border color is #906D74.


Opacity

.myOpacity80 { color: #906D74; opacity: 0.8; }

<p style="color:#906D74;opacity:0.8;">80%</p>

Text with #906D74 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 #906D74;}

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

This text has shadow with #906D74 color.

.textShadow {text-shadow: 3px 3px 1px #906D74, 3px 3px 1px red;}

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

This text has shadow with #906D74 primary color and red secondary color.


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

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

This text has shadow with #906D74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #906D74 on black background.


Color preview on white background

This text has color #906D74 on white background.



Black color preview on #906D74 background

This text has black color on #906D74 background.


White color preview on #906D74 background

This text has white color on #906D74 background.