#92576F

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

Shades of Mauve Taupe #92576F

Tints of Mauve Taupe #92576F

Color information

#92576F (or 0x92576F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 57 and 6F. RGB value is (146,87,111). Sum of RGB (Red+Green+Blue) = 146+87+111=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #92576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92576F is #6DA890. Grayscale: #6B6B6B. Windows color (decimal): -7186577 or 7296914. OLE color: 7296914.

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

Color convert

RGB14687111-
CMYK00.400.240.43
HSL335.59º25.32%45.69%-
HSV(B)335.59º40.41%57.25%-
XYZ18.1314.0816.8-
YUV107.38130.05155.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.44%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=42.44%
G=25.29%
B=32.27%

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
Decimal1468711100.400.240.43335.5925.3245.69
Hex92576F028182B150192e
Octal22212715705030535203156
Binary100100101010111110111101010001100010101110101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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