#92586F

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

Shades of Mauve Taupe #92586F

Tints of Mauve Taupe #92586F

Color information

#92586F (or 0x92586F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 58 and 6F. RGB value is (146,88,111). Sum of RGB (Red+Green+Blue) = 146+88+111=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #92586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92586F is #6DA790. Grayscale: #6B6B6B. Windows color (decimal): -7186321 or 7297170. OLE color: 7297170.

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

Color convert

RGB14688111-
CMYK00.400.240.43
HSL336.21º24.79%45.88%-
HSV(B)336.21º39.73%57.25%-
XYZ18.2114.2416.83-
YUV107.96129.72155.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=42.32%
G=25.51%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468811100.400.240.43336.2124.7945.88
Hex92586F028182B150192e
Octal22213015705030535203156
Binary100100101011000110111101010001100010101110101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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