COLOR #915C6A

HEX: #915C6A RGB: (145,92,106)

Color info

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

RGB color model

#915C6A color RGB value is (145,92,106).

RGB: (145,92,106) (57%, 36%, 42%)

RGB channels and saturation

R 145 of 255 = 57%
G 92 of 255 = 36%
B 106 of 255 = 42%

145
92
106

R + G + B ~ 45%. #915C6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 92 + 106 = 343 (100%)
R 145 of 343 ~ 42.27%
G 92 of 343 ~ 26.82%
B 106 of 343 ~ 30.9'%

%42.27
%26.82
%30.9

CMYK color model

#915C6A color CMYK value is (0,37,27,43).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 26.90%
  • key color value is 43.14%

CMYK: (0,37,27,43)
C0M37Y27K43 (0%, 37%, 27%, 43%)
(0.00 / 0.37 / 0.27 / 0.43)

CMYK percentages

%0
%36.55
%26.9
%43.14

Codes

Color #915C6A in popluar color models

91 5C 6A
RGB 145 92 106
HSL 344° 22.36% 46.47%
HSB/HSV 344° 36.55% 56.86%
CMYK 0.00% 36.55% 26.90%
43.14%

Color #915C6A in popluar number systems.

HEX 91 5C 6A
Decimal 145 92 106
Binary 10010001 1011100 1101010
Octal 221 134 152

Shades and tints

Shades of #915C6A

#915C6A
(145,92,106)
#845461
(132,84,97)
#774C58
(119,76,88)
#6A444F
(106,68,79)
#5D3C46
(93,60,70)
#50343D
(80,52,61)
#432C34
(67,44,52)
#36242B
(54,36,43)
#291C22
(41,28,34)
#1C1419
(28,20,25)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #915C6A

#915C6A
(145,92,106)
#9B6A77
(155,106,119)
#A57884
(165,120,132)
#AF8691
(175,134,145)
#B9949E
(185,148,158)
#C3A2AB
(195,162,171)
#CDB0B8
(205,176,184)
#D7BEC5
(215,190,197)
#E1CCD2
(225,204,210)
#EBDADF
(235,218,223)
#F5E8EC
(245,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915C6A color. Also use rgb(145,92,106) instead hex code.

Text Font Color

.myTextColor { color: #915C6A; }

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

This text font color is #915C6A.

Background Color

.myBgColor { background-color: #915C6A; }

<div style="background-color:#915C6A">Inner text</div>

This div background color is #915C6A.

Border color

.myBorderColor { border: 1px solid #915C6A; }

<div style="border:3px solid #915C6A">Div</div>

This div border color is #915C6A.

Opacity

.myOpacity80 { color: #915C6A; opacity: 0.8; }

<p style="color:#915C6A;opacity:0.8;">80%</p>

Text with #915C6A 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 #915C6A;}

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

This text has shadow with #915C6A color.


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

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

This text has shadow with #915C6A primary color and red secondary color.


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

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

This text has shadow with #915C6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #915C6A.

Preview

Color preview on black background

This text has color #915C6A on black background.


Color preview on white background

This text has color #915C6A on white background.


Black color preview on #915C6A background

This text has black color on #915C6A background.


White color preview on #915C6A background

This text has white color on #915C6A background.


Related colors

Complementary color

Complementary color for #hex is #6EA395.


I love getcolorcode.com

Triadic colors

1 #6A915C and #5C6A91 with #915C6A are triadic colors.

2 #6A5C91 and #5C916A with #915C6A are triadic colors.