#925771

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

Shades of Mauve Taupe #925771

Tints of Mauve Taupe #925771

Color information

#925771 (or 0x925771) is unknown color: approx Mauve Taupe. HEX triplet: 92, 57 and 71. RGB value is (146,87,113). Sum of RGB (Red+Green+Blue) = 146+87+113=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925771 is #6DA88E. Grayscale: #6B6B6B. Windows color (decimal): -7186575 or 7427986. OLE color: 7427986.

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

Color convert

RGB14687113-
CMYK00.400.230.43
HSL333.56º25.32%45.69%-
HSV(B)333.56º40.41%57.25%-
XYZ18.2414.1217.39-
YUV107.6131.05155.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=42.20%
G=25.14%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468711300.400.230.43333.5625.3245.69
Hex925771028172B14e192e
Octal22212716105027535163156
Binary100100101010111111000101010001011110101110100111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925771; }

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

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

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

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

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

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

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

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