#92596F

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

Shades of Mauve Taupe #92596F

Tints of Mauve Taupe #92596F

Color information

#92596F (or 0x92596F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 59 and 6F. RGB value is (146,89,111). Sum of RGB (Red+Green+Blue) = 146+89+111=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #92596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92596F is #6DA690. Grayscale: #6C6C6C. Windows color (decimal): -7186065 or 7297426. OLE color: 7297426.

HSL color Cylindrical-coordinate representation of color #92596F: hue angle of 336.84º 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 #92596F is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14689111-
CMYK00.390.240.43
HSL336.84º24.26%46.08%-
HSV(B)336.84º39.04%57.25%-
XYZ18.314.416.85-
YUV108.55129.38154.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=42.20%
G=25.72%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468911100.390.240.43336.8424.2646.08
Hex92596F027182B151182e
Octal22213115704730535213056
Binary100100101011001110111101001111100010101110101000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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