COLOR #916C6D

HEX: #916C6D
RGB: (145,108,109)

Color info

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

RGB color model

#916C6D color RGB value is (145,108,109).

  • red value is 145;
  • green value is 108;
  • blue value is 109.
RGB:
(145,108,109)
(57%,42%,43%)

RGB channels and saturation

R 145 of 255 = 57%
G 108 of 255 = 42%
B 109 of 255 = 43%

145
108
109

R + G + B ~ 47%. #916C6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 108 + 109 = 362 (100%)
R 145 of 362 ~ 40.06%
G 108 of 362 ~ 29.83%
B 109 of 362 ~ 30.11%

%40.06
%29.83
%30.11

CMYK color model

#916C6D color CMYK value is (0,26,25,43).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 24.83%
  • key color value is 43.14%
CMYK:
(0,26,25,43)
C0M26Y25K43 
(0%,26%,25%,43%)
(0.00/0.26/0.25/0.43)	

CMYK percentages

%0
%25.52
%24.83
%43.14

Codes

Color #916C6D in popluar color models

916C6D
RGB145108109
HSL358°14.62%49.61%
HSB/HSV358°25.52%56.86%
CMYK0.00%25.52%24.83%
43.14%

Color #916C6D in popluar number systems.

HEX916C6D
Decimal145108109
Binary1001000111011001101101
Octal221154155

Shades and tints

Shades of #916C6D

#916C6D
(145,108,109)
#846364
(132,99,100)
#775A5B
(119,90,91)
#6A5152
(106,81,82)
#5D4849
(93,72,73)
#503F40
(80,63,64)
#433637
(67,54,55)
#362D2E
(54,45,46)
#292425
(41,36,37)
#1C1B1C
(28,27,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #916C6D

#916C6D
(145,108,109)
#9B797A
(155,121,122)
#A58687
(165,134,135)
#AF9394
(175,147,148)
#B9A0A1
(185,160,161)
#C3ADAE
(195,173,174)
#CDBABB
(205,186,187)
#D7C7C8
(215,199,200)
#E1D4D5
(225,212,213)
#EBE1E2
(235,225,226)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #916C6D color. Also use rgb(145,108,109) instead hex code.

Text Font Color

.myTextColor { color: #916C6D; }

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

This text font color is #916C6D.


Background Color

.myBgColor { background-color: #916C6D; }

<div style="background-color:#916C6D">Inner text</div>

This div background color is #916C6D.


Border color

.myBorderColor { border: 1px solid #916C6D; }

<div style="border:3px solid #916C6D">Div</div>

This div border color is #916C6D.


Opacity

.myOpacity80 { color: #916C6D; opacity: 0.8; }

<p style="color:#916C6D;opacity:0.8;">80%</p>

Text with #916C6D 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 #916C6D;}

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

This text has shadow with #916C6D color.

.textShadow {text-shadow: 3px 3px 1px #916C6D, 3px 3px 1px red;}

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

This text has shadow with #916C6D primary color and red secondary color.


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

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

This text has shadow with #916C6D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #916C6D;
-webkit-box-shadow: 1px 1px 3px 2px #916C6D;
box-shadow:1px 1px 3px 2px #916C6D;">
Div content here</div>
This div box has shadow with color #916C6D.

Preview

Color preview on black background

This text has color #916C6D on black background.


Color preview on white background

This text has color #916C6D on white background.



Black color preview on #916C6D background

This text has black color on #916C6D background.


White color preview on #916C6D background

This text has white color on #916C6D background.