COLOR #917B64

HEX: #917B64 RGB: (145,123,100)

Color info

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

RGB color model

#917B64 color RGB value is (145,123,100).

RGB: (145,123,100) (57%, 48%, 39%)

RGB channels and saturation

R 145 of 255 = 57%
G 123 of 255 = 48%
B 100 of 255 = 39%

145
123
100

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

Portions of RGB colors in percentages

R + G + B = 145 + 123 + 100 = 368 (100%)
R 145 of 368 ~ 39.4%
G 123 of 368 ~ 33.42%
B 100 of 368 ~ 27.17'%

%39.4
%33.42
%27.17

CMYK color model

#917B64 color CMYK value is (0,15,31,43).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 31.03%
  • key color value is 43.14%

CMYK: (0,15,31,43)
C0M15Y31K43 (0%, 15%, 31%, 43%)
(0.00 / 0.15 / 0.31 / 0.43)

CMYK percentages

%0
%15.17
%31.03
%43.14

Codes

Color #917B64 in popluar color models

91 7B 64
RGB 145 123 100
HSL 31° 18.37% 48.04%
HSB/HSV 31° 31.03% 56.86%
CMYK 0.00% 15.17% 31.03%
43.14%

Color #917B64 in popluar number systems.

HEX 91 7B 64
Decimal 145 123 100
Binary 10010001 1111011 1100100
Octal 221 173 144

Shades and tints

Shades of #917B64

#917B64
(145,123,100)
#84705B
(132,112,91)
#776552
(119,101,82)
#6A5A49
(106,90,73)
#5D4F40
(93,79,64)
#504437
(80,68,55)
#43392E
(67,57,46)
#362E25
(54,46,37)
#29231C
(41,35,28)
#1C1813
(28,24,19)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #917B64

#917B64
(145,123,100)
#9B8772
(155,135,114)
#A59380
(165,147,128)
#AF9F8E
(175,159,142)
#B9AB9C
(185,171,156)
#C3B7AA
(195,183,170)
#CDC3B8
(205,195,184)
#D7CFC6
(215,207,198)
#E1DBD4
(225,219,212)
#EBE7E2
(235,231,226)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917B64 color. Also use rgb(145,123,100) instead hex code.

Text Font Color

.myTextColor { color: #917B64; }

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

This text font color is #917B64.

Background Color

.myBgColor { background-color: #917B64; }

<div style="background-color:#917B64">Inner text</div>

This div background color is #917B64.

Border color

.myBorderColor { border: 1px solid #917B64; }

<div style="border:3px solid #917B64">Div</div>

This div border color is #917B64.

Opacity

.myOpacity80 { color: #917B64; opacity: 0.8; }

<p style="color:#917B64;opacity:0.8;">80%</p>

Text with #917B64 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 #917B64;}

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

This text has shadow with #917B64 color.


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

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

This text has shadow with #917B64 primary color and red secondary color.


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

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

This text has shadow with #917B64 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #917B64.

Preview

Color preview on black background

This text has color #917B64 on black background.


Color preview on white background

This text has color #917B64 on white background.


Black color preview on #917B64 background

This text has black color on #917B64 background.


White color preview on #917B64 background

This text has white color on #917B64 background.


Related colors

Complementary color

Complementary color for #hex is #6E849B.


I love getcolorcode.com

Triadic colors

1 #64917B and #7B6491 with #917B64 are triadic colors.

2 #647B91 and #7B9164 with #917B64 are triadic colors.