#92596E

Color #92596E Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #92596E

Tints of Mauve Taupe #92596E

Color information

#92596E (or 0x92596E) is unknown color: approx Mauve Taupe. HEX triplet: 92, 59 and 6E. RGB value is (146,89,110). Sum of RGB (Red+Green+Blue) = 146+89+110=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #92596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92596E is #6DA691. Grayscale: #6C6C6C. Windows color (decimal): -7186066 or 7231890. OLE color: 7231890.

HSL color Cylindrical-coordinate representation of color #92596E: hue angle of 337.89º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92596E is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14689110-
CMYK00.390.250.43
HSL337.89º24.26%46.08%-
HSV(B)337.89º39.04%57.25%-
XYZ18.2414.3816.57-
YUV108.44128.88154.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=42.32%
G=25.80%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468911000.390.250.43337.8924.2646.08
Hex92596E027192B152182e
Octal22213115604731535223056
Binary100100101011001110111001001111100110101110101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92596E; }

 p { color: rgb(146,89,110); }

 H1.HeaderClassName
 {
   color: #92596E;
 }
 .AnyTagClassName
 {
   color: #92596E;
 }
</style>
background-color css

<style>
 a { background-color: #92596E; }

 a { background-color: rgb(146,89,110); }

 div.DivClassName
 {
   background-color: #92596E;
 }
 .BgClassName
 {
   background-color: #92596E;
 }
</style>
border-color css

<style>
 span { border-color: #92596E; }

 span { border-color: rgb(146,89,110); }

 td.TdClassName
 {
   border-color: #92596E;
 }
 .TagClassName
 {
   border-color: #92596E;
 }
</style>