COLOR #90716F

HEX: #90716F RGB: (144,113,111)

Color info

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

RGB color model

#90716F color RGB value is (144,113,111).

RGB: (144,113,111) (56%, 44%, 44%)

RGB channels and saturation

R 144 of 255 = 56%
G 113 of 255 = 44%
B 111 of 255 = 44%

144
113
111

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

Portions of RGB colors in percentages

R + G + B = 144 + 113 + 111 = 368 (100%)
R 144 of 368 ~ 39.13%
G 113 of 368 ~ 30.71%
B 111 of 368 ~ 30.16'%

%39.13
%30.71
%30.16

CMYK color model

#90716F color CMYK value is (0,22,23,44).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 22.92%
  • key color value is 43.53%

CMYK: (0,22,23,44)
C0M22Y23K44 (0%, 22%, 23%, 44%)
(0.00 / 0.22 / 0.23 / 0.44)

CMYK percentages

%0
%21.53
%22.92
%43.53

Codes

Color #90716F in popluar color models

90 71 6F
RGB 144 113 111
HSL 12.94% 50.00%
HSB/HSV 22.92% 56.47%
CMYK 0.00% 21.53% 22.92%
43.53%

Color #90716F in popluar number systems.

HEX 90 71 6F
Decimal 144 113 111
Binary 10010000 1110001 1101111
Octal 220 161 157

Shades and tints

Shades of #90716F

#90716F
(144,113,111)
#836765
(131,103,101)
#765D5B
(118,93,91)
#695351
(105,83,81)
#5C4947
(92,73,71)
#4F3F3D
(79,63,61)
#423533
(66,53,51)
#352B29
(53,43,41)
#28211F
(40,33,31)
#1B1715
(27,23,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #90716F

#90716F
(144,113,111)
#9A7D7C
(154,125,124)
#A48989
(164,137,137)
#AE9596
(174,149,150)
#B8A1A3
(184,161,163)
#C2ADB0
(194,173,176)
#CCB9BD
(204,185,189)
#D6C5CA
(214,197,202)
#E0D1D7
(224,209,215)
#EADDE4
(234,221,228)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90716F color. Also use rgb(144,113,111) instead hex code.

Text Font Color

.myTextColor { color: #90716F; }

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

This text font color is #90716F.

Background Color

.myBgColor { background-color: #90716F; }

<div style="background-color:#90716F">Inner text</div>

This div background color is #90716F.

Border color

.myBorderColor { border: 1px solid #90716F; }

<div style="border:3px solid #90716F">Div</div>

This div border color is #90716F.

Opacity

.myOpacity80 { color: #90716F; opacity: 0.8; }

<p style="color:#90716F;opacity:0.8;">80%</p>

Text with #90716F 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 #90716F;}

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

This text has shadow with #90716F color.


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

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

This text has shadow with #90716F primary color and red secondary color.


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

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

This text has shadow with #90716F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90716F.

Preview

Color preview on black background

This text has color #90716F on black background.


Color preview on white background

This text has color #90716F on white background.


Black color preview on #90716F background

This text has black color on #90716F background.


White color preview on #90716F background

This text has white color on #90716F background.


Related colors

Complementary color

Complementary color for #hex is #6F8E90.


I love getcolorcode.com

Triadic colors

1 #6F9071 and #716F90 with #90716F are triadic colors.

2 #6F7190 and #71906F with #90716F are triadic colors.