#92576C

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

Shades of Mauve Taupe #92576C

Tints of Mauve Taupe #92576C

Color information

#92576C (or 0x92576C) is unknown color: approx Mauve Taupe. HEX triplet: 92, 57 and 6C. RGB value is (146,87,108). Sum of RGB (Red+Green+Blue) = 146+87+108=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #92576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92576C is #6DA893. Grayscale: #6B6B6B. Windows color (decimal): -7186580 or 7100306. OLE color: 7100306.

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

Color convert

RGB14687108-
CMYK00.400.260.43
HSL338.64º25.32%45.69%-
HSV(B)338.64º40.41%57.25%-
XYZ17.9714.0115.94-
YUV107.03128.55155.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=42.82%
G=25.51%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468710800.400.260.43338.6425.3245.69
Hex92576C0281A2B153192e
Octal22212715405032535233156
Binary100100101010111110110001010001101010101110101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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