COLOR #925C6A

HEX: #925C6A RGB: (146,92,106)

Color info

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

RGB color model

#925C6A color RGB value is (146,92,106).

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

RGB channels and saturation

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

146
92
106

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

Portions of RGB colors in percentages

R + G + B = 146 + 92 + 106 = 344 (100%)
R 146 of 344 ~ 42.44%
G 92 of 344 ~ 26.74%
B 106 of 344 ~ 30.81'%

%42.44
%26.74
%30.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 27.40%
  • key color value is 42.75%
CMYK: (0,37,27,43) C0M37Y27K43 (0%,37%,27%,43%) (0.00/0.37/0.27/0.43) 

CMYK percentages

%0
%36.99
%27.4
%42.75

Codes

Color #925C6A in popluar color models

92 5C 6A
RGB 146 92 106
HSL 344° 22.69% 46.67%
HSB/HSV 344° 36.99% 57.25%
CMYK 0.00% 36.99% 27.40%
42.75%

Color #925C6A in popluar number systems.

HEX 92 5C 6A
Decimal 146 92 106
Binary 10010010 1011100 1101010
Octal 222 134 152

Shades and tints

Shades of #925C6A

#925C6A
(146,92,106)
#855461
(133,84,97)
#784C58
(120,76,88)
#6B444F
(107,68,79)
#5E3C46
(94,60,70)
#51343D
(81,52,61)
#442C34
(68,44,52)
#37242B
(55,36,43)
#2A1C22
(42,28,34)
#1D1419
(29,20,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #925C6A

#925C6A
(146,92,106)
#9B6A77
(155,106,119)
#A47884
(164,120,132)
#AD8691
(173,134,145)
#B6949E
(182,148,158)
#BFA2AB
(191,162,171)
#C8B0B8
(200,176,184)
#D1BEC5
(209,190,197)
#DACCD2
(218,204,210)
#E3DADF
(227,218,223)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925C6A; }

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

This text font color is #925C6A.

Background Color

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

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

This div background color is #925C6A.

Border color

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

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

This div border color is #925C6A.

Opacity

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

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

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

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

This text has shadow with #925C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #925C6A.

Preview

Color preview on black background

This text has color #925C6A on black background.


Color preview on white background

This text has color #925C6A on white background.


Black color preview on #925C6A background

This text has black color on #925C6A background.


White color preview on #925C6A background

This text has white color on #925C6A background.


Related colors

Complementary color

Complementary color for #hex is #6DA395.


I love getcolorcode.com

Triadic colors

1 #6A925C and #5C6A92 with #925C6A are triadic colors.

2 #6A5C92 and #5C926A with #925C6A are triadic colors.