#92586E

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

Shades of Mauve Taupe #92586E

Tints of Mauve Taupe #92586E

Color information

#92586E (or 0x92586E) is unknown color: approx Mauve Taupe. HEX triplet: 92, 58 and 6E. RGB value is (146,88,110). Sum of RGB (Red+Green+Blue) = 146+88+110=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #92586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92586E is #6DA791. Grayscale: #6B6B6B. Windows color (decimal): -7186322 or 7231634. OLE color: 7231634.

HSL color Cylindrical-coordinate representation of color #92586E: hue angle of 337.24º 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 #92586E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14688110-
CMYK00.400.250.43
HSL337.24º24.79%45.88%-
HSV(B)337.24º39.73%57.25%-
XYZ18.1614.2216.54-
YUV107.85129.22155.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.44%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=42.44%
G=25.58%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468811000.400.250.43337.2424.7945.88
Hex92586E028192B151192e
Octal22213015605031535213156
Binary100100101011000110111001010001100110101110101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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