COLOR #917A61

HEX: #917A61 RGB: (145,122,97)

Color info

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

RGB color model

#917A61 color RGB value is (145,122,97).

RGB: (145,122,97) (57%, 48%, 38%)

RGB channels and saturation

R 145 of 255 = 57%
G 122 of 255 = 48%
B 97 of 255 = 38%

145
122
97

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

Portions of RGB colors in percentages

R + G + B = 145 + 122 + 97 = 364 (100%)
R 145 of 364 ~ 39.84%
G 122 of 364 ~ 33.52%
B 97 of 364 ~ 26.65'%

%39.84
%33.52
%26.65

CMYK color model

#917A61 color CMYK value is (0,16,33,43).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 33.10%
  • key color value is 43.14%

CMYK: (0,16,33,43)
C0M16Y33K43 (0%, 16%, 33%, 43%)
(0.00 / 0.16 / 0.33 / 0.43)

CMYK percentages

%0
%15.86
%33.1
%43.14

Codes

Color #917A61 in popluar color models

91 7A 61
RGB 145 122 97
HSL 31° 19.83% 47.45%
HSB/HSV 31° 33.10% 56.86%
CMYK 0.00% 15.86% 33.10%
43.14%

Color #917A61 in popluar number systems.

HEX 91 7A 61
Decimal 145 122 97
Binary 10010001 1111010 1100001
Octal 221 172 141

Shades and tints

Shades of #917A61

#917A61
(145,122,97)
#846F59
(132,111,89)
#776451
(119,100,81)
#6A5949
(106,89,73)
#5D4E41
(93,78,65)
#504339
(80,67,57)
#433831
(67,56,49)
#362D29
(54,45,41)
#292221
(41,34,33)
#1C1719
(28,23,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #917A61

#917A61
(145,122,97)
#9B866F
(155,134,111)
#A5927D
(165,146,125)
#AF9E8B
(175,158,139)
#B9AA99
(185,170,153)
#C3B6A7
(195,182,167)
#CDC2B5
(205,194,181)
#D7CEC3
(215,206,195)
#E1DAD1
(225,218,209)
#EBE6DF
(235,230,223)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917A61 color. Also use rgb(145,122,97) instead hex code.

Text Font Color

.myTextColor { color: #917A61; }

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

This text font color is #917A61.

Background Color

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

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

This div background color is #917A61.

Border color

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

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

This div border color is #917A61.

Opacity

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

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

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

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

This text has shadow with #917A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917A61.

Preview

Color preview on black background

This text has color #917A61 on black background.


Color preview on white background

This text has color #917A61 on white background.


Black color preview on #917A61 background

This text has black color on #917A61 background.


White color preview on #917A61 background

This text has white color on #917A61 background.


Related colors

Complementary color

Complementary color for #hex is #6E859E.


I love getcolorcode.com

Triadic colors

1 #61917A and #7A6191 with #917A61 are triadic colors.

2 #617A91 and #7A9161 with #917A61 are triadic colors.