COLOR #90646B

HEX: #90646B RGB: (144,100,107)

Color info

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

RGB color model

#90646B color RGB value is (144,100,107).

RGB: (144,100,107) (56%, 39%, 42%)

RGB channels and saturation

R 144 of 255 = 56%
G 100 of 255 = 39%
B 107 of 255 = 42%

144
100
107

R + G + B ~ 46%. #90646B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 100 + 107 = 351 (100%)
R 144 of 351 ~ 41.03%
G 100 of 351 ~ 28.49%
B 107 of 351 ~ 30.48'%

%41.03
%28.49
%30.48

CMYK color model

#90646B color CMYK value is (0,31,26,44).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK: (0,31,26,44) C0M31Y26K44 (0%,31%,26%,44%) (0.00/0.31/0.26/0.44) 

CMYK percentages

%0
%30.56
%25.69
%43.53

Codes

Color #90646B in popluar color models

90 64 6B
RGB 144 100 107
HSL 350° 18.03% 47.84%
HSB/HSV 350° 30.56% 56.47%
CMYK 0.00% 30.56% 25.69%
43.53%

Color #90646B in popluar number systems.

HEX 90 64 6B
Decimal 144 100 107
Binary 10010000 1100100 1101011
Octal 220 144 153

Shades and tints

Shades of #90646B

#90646B
(144,100,107)
#835B62
(131,91,98)
#765259
(118,82,89)
#694950
(105,73,80)
#5C4047
(92,64,71)
#4F373E
(79,55,62)
#422E35
(66,46,53)
#35252C
(53,37,44)
#281C23
(40,28,35)
#1B131A
(27,19,26)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #90646B

#90646B
(144,100,107)
#9A7278
(154,114,120)
#A48085
(164,128,133)
#AE8E92
(174,142,146)
#B89C9F
(184,156,159)
#C2AAAC
(194,170,172)
#CCB8B9
(204,184,185)
#D6C6C6
(214,198,198)
#E0D4D3
(224,212,211)
#EAE2E0
(234,226,224)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90646B color. Also use rgb(144,100,107) instead hex code.

Text Font Color

.myTextColor { color: #90646B; }

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

This text font color is #90646B.

Background Color

.myBgColor { background-color: #90646B; }

<div style="background-color:#90646B">Inner text</div>

This div background color is #90646B.

Border color

.myBorderColor { border: 1px solid #90646B; }

<div style="border:3px solid #90646B">Div</div>

This div border color is #90646B.

Opacity

.myOpacity80 { color: #90646B; opacity: 0.8; }

<p style="color:#90646B;opacity:0.8;">80%</p>

Text with #90646B 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 #90646B;}

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

This text has shadow with #90646B color.


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

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

This text has shadow with #90646B primary color and red secondary color.


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

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

This text has shadow with #90646B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90646B.

Preview

Color preview on black background

This text has color #90646B on black background.


Color preview on white background

This text has color #90646B on white background.


Black color preview on #90646B background

This text has black color on #90646B background.


White color preview on #90646B background

This text has white color on #90646B background.


Related colors

Complementary color

Complementary color for #hex is #6F9B94.


I love getcolorcode.com

Triadic colors

1 #6B9064 and #646B90 with #90646B are triadic colors.

2 #6B6490 and #64906B with #90646B are triadic colors.