COLOR #90672B

HEX: #90672B RGB: (144,103,43)

Color info

#90672B contains mainly red and green colors. Web safe color of #90672B is #996633 (or #963).

RGB color model

#90672B color RGB value is (144,103,43).

RGB: (144,103,43) (56%, 40%, 17%)

RGB channels and saturation

R 144 of 255 = 56%
G 103 of 255 = 40%
B 43 of 255 = 17%

144
103
43

R + G + B ~ 38%. #90672B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 144 + 103 + 43 = 290 (100%)
R 144 of 290 ~ 49.66%
G 103 of 290 ~ 35.52%
B 43 of 290 ~ 14.83'%

%49.66
%35.52
%14.83

CMYK color model

#90672B color CMYK value is (0,28,70,44).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 70.14%
  • key color value is 43.53%

CMYK: (0,28,70,44)
C0M28Y70K44 (0%, 28%, 70%, 44%)
(0.00 / 0.28 / 0.70 / 0.44)

CMYK percentages

%0
%28.47
%70.14
%43.53

Codes

Color #90672B in popluar color models

90 67 2B
RGB 144 103 43
HSL 36° 54.01% 36.67%
HSB/HSV 36° 70.14% 56.47%
CMYK 0.00% 28.47% 70.14%
43.53%

Color #90672B in popluar number systems.

HEX 90 67 2B
Decimal 144 103 43
Binary 10010000 1100111 101011
Octal 220 147 53

Shades and tints

Shades of #90672B

#90672B
(144,103,43)
#835E28
(131,94,40)
#765525
(118,85,37)
#694C22
(105,76,34)
#5C431F
(92,67,31)
#4F3A1C
(79,58,28)
#423119
(66,49,25)
#352816
(53,40,22)
#281F13
(40,31,19)
#1B1610
(27,22,16)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #90672B

#90672B
(144,103,43)
#9A743E
(154,116,62)
#A48151
(164,129,81)
#AE8E64
(174,142,100)
#B89B77
(184,155,119)
#C2A88A
(194,168,138)
#CCB59D
(204,181,157)
#D6C2B0
(214,194,176)
#E0CFC3
(224,207,195)
#EADCD6
(234,220,214)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90672B color. Also use rgb(144,103,43) instead hex code.

Text Font Color

.myTextColor { color: #90672B; }

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

This text font color is #90672B.

Background Color

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

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

This div background color is #90672B.

Border color

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

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

This div border color is #90672B.

Opacity

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

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

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

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

This text has shadow with #90672B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90672B.

Preview

Color preview on black background

This text has color #90672B on black background.


Color preview on white background

This text has color #90672B on white background.


Black color preview on #90672B background

This text has black color on #90672B background.


White color preview on #90672B background

This text has white color on #90672B background.


Related colors

Complementary color

Complementary color for #hex is #6F98D4.


I love getcolorcode.com

Triadic colors

1 #2B9067 and #672B90 with #90672B are triadic colors.

2 #2B6790 and #67902B with #90672B are triadic colors.