#92576E

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

Shades of Mauve Taupe #92576E

Tints of Mauve Taupe #92576E

Color information

#92576E (or 0x92576E) is unknown color: approx Mauve Taupe. HEX triplet: 92, 57 and 6E. RGB value is (146,87,110). Sum of RGB (Red+Green+Blue) = 146+87+110=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #92576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92576E is #6DA891. Grayscale: #6B6B6B. Windows color (decimal): -7186578 or 7231378. OLE color: 7231378.

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

Color convert

RGB14687110-
CMYK00.400.250.43
HSL336.61º25.32%45.69%-
HSV(B)336.61º40.41%57.25%-
XYZ18.0814.0516.51-
YUV107.26129.55155.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.57%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=42.57%
G=25.36%
B=32.07%

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
Decimal1468711000.400.250.43336.6125.3245.69
Hex92576E028192B151192e
Octal22212715605031535213156
Binary100100101010111110111001010001100110101110101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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