#925674

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

Shades of Mauve Taupe #925674

Tints of Mauve Taupe #925674

Color information

#925674 (or 0x925674) is unknown color: approx Mauve Taupe. HEX triplet: 92, 56 and 74. RGB value is (146,86,116). Sum of RGB (Red+Green+Blue) = 146+86+116=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925674 is #6DA98B. Grayscale: #6B6B6B. Windows color (decimal): -7186828 or 7624338. OLE color: 7624338.

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

Color convert

RGB14686116-
CMYK00.410.210.43
HSL330º25.86%45.49%-
HSV(B)330º41.1%57.25%-
XYZ18.3314.0318.26-
YUV107.36132.88155.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=41.95%
G=24.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468611600.410.210.4333025.8645.49
Hex925674029152B14a1a2d
Octal22212616405125535123255
Binary100100101010110111010001010011010110101110100101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925674; }

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

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

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

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

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

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

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

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