COLOR #90995E

HEX: #90995E RGB: (144,153,94)

Color info

#90995E contains red, green and blue colors in about the same proportion. Web safe color of #90995E is #999966 (or #996).

RGB color model

#90995E color RGB value is (144,153,94).

RGB: (144,153,94) (56%, 60%, 37%)

RGB channels and saturation

R 144 of 255 = 56%
G 153 of 255 = 60%
B 94 of 255 = 37%

144
153
94

R + G + B ~ 51%. #90995E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 153 + 94 = 391 (100%)
R 144 of 391 ~ 36.83%
G 153 of 391 ~ 39.13%
B 94 of 391 ~ 24.04'%

%36.83
%39.13
%24.04

CMYK color model

#90995E color CMYK value is (6,0,39,40).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 38.56%
  • key color value is 40.00%

CMYK: (6,0,39,40)
C6M0Y39K40 (6%, 0%, 39%, 40%)
(0.06 / 0.00 / 0.39 / 0.40)

CMYK percentages

%5.88
%0
%38.56
%40

Codes

Color #90995E in popluar color models

90 99 5E
RGB 144 153 94
HSL 69° 23.89% 48.43%
HSB/HSV 69° 38.56% 60.00%
CMYK 5.88% 0.00% 38.56%
40.00%

Color #90995E in popluar number systems.

HEX 90 99 5E
Decimal 144 153 94
Binary 10010000 10011001 1011110
Octal 220 231 136

Shades and tints

Shades of #90995E

#90995E
(144,153,94)
#838C56
(131,140,86)
#767F4E
(118,127,78)
#697246
(105,114,70)
#5C653E
(92,101,62)
#4F5836
(79,88,54)
#424B2E
(66,75,46)
#353E26
(53,62,38)
#28311E
(40,49,30)
#1B2416
(27,36,22)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #90995E

#90995E
(144,153,94)
#9AA26C
(154,162,108)
#A4AB7A
(164,171,122)
#AEB488
(174,180,136)
#B8BD96
(184,189,150)
#C2C6A4
(194,198,164)
#CCCFB2
(204,207,178)
#D6D8C0
(214,216,192)
#E0E1CE
(224,225,206)
#EAEADC
(234,234,220)
#F4F3EA
(244,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90995E color. Also use rgb(144,153,94) instead hex code.

Text Font Color

.myTextColor { color: #90995E; }

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

This text font color is #90995E.

Background Color

.myBgColor { background-color: #90995E; }

<div style="background-color:#90995E">Inner text</div>

This div background color is #90995E.

Border color

.myBorderColor { border: 1px solid #90995E; }

<div style="border:3px solid #90995E">Div</div>

This div border color is #90995E.

Opacity

.myOpacity80 { color: #90995E; opacity: 0.8; }

<p style="color:#90995E;opacity:0.8;">80%</p>

Text with #90995E 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 #90995E;}

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

This text has shadow with #90995E color.


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

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

This text has shadow with #90995E primary color and red secondary color.


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

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

This text has shadow with #90995E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90995E.

Preview

Color preview on black background

This text has color #90995E on black background.


Color preview on white background

This text has color #90995E on white background.


Black color preview on #90995E background

This text has black color on #90995E background.


White color preview on #90995E background

This text has white color on #90995E background.


Related colors

Complementary color

Complementary color for #hex is #6F66A1.


I love getcolorcode.com

Triadic colors

1 #5E9099 and #995E90 with #90995E are triadic colors.

2 #5E9990 and #99905E with #90995E are triadic colors.