#925574

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

Shades of Mauve Taupe #925574

Tints of Mauve Taupe #925574

Color information

#925574 (or 0x925574) is unknown color: approx Mauve Taupe. HEX triplet: 92, 55 and 74. RGB value is (146,85,116). Sum of RGB (Red+Green+Blue) = 146+85+116=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #925574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925574 is #6DAA8B. Grayscale: #6A6A6A. Windows color (decimal): -7187084 or 7624082. OLE color: 7624082.

HSL color Cylindrical-coordinate representation of color #925574: hue angle of 329.51º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925574 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14685116-
CMYK00.420.210.43
HSL329.51º26.41%45.29%-
HSV(B)329.51º41.78%57.25%-
XYZ18.2513.8718.24-
YUV106.77133.21155.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=42.07%
G=24.50%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468511600.420.210.43329.5126.4145.29
Hex92557402A152B14a1a2d
Octal22212516405225535123255
Binary100100101010101111010001010101010110101110100101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925574; }

 p { color: rgb(146,85,116); }

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

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

 a { background-color: rgb(146,85,116); }

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

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

 span { border-color: rgb(146,85,116); }

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