#925E63

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

Shades of Mauve Taupe #925E63

Tints of Mauve Taupe #925E63

Color information

#925E63 (or 0x925E63) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5E and 63. RGB value is (146,94,99). Sum of RGB (Red+Green+Blue) = 146+94+99=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #925E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E63 is #6DA19C. Grayscale: #6E6E6E. Windows color (decimal): -7184797 or 6512274. OLE color: 6512274.

HSL color Cylindrical-coordinate representation of color #925E63: hue angle of 354.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E63 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1469499-
CMYK00.360.320.43
HSL354.23º21.67%47.06%-
HSV(B)354.23º35.62%57.25%-
XYZ18.1115.0213.75-
YUV110.12121.73153.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=43.07%
G=27.73%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146949900.360.320.43354.2321.6747.06
Hex925E63024202B162162f
Octal22213614304440535422657
Binary1001001010111101100011010010010000010101110110001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925E63; }

 p { color: rgb(146,94,99); }

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

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

 a { background-color: rgb(146,94,99); }

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

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

 span { border-color: rgb(146,94,99); }

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