#925675

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

Shades of Mauve Taupe #925675

Tints of Mauve Taupe #925675

Color information

#925675 (or 0x925675) is unknown color: approx Mauve Taupe. HEX triplet: 92, 56 and 75. RGB value is (146,86,117). Sum of RGB (Red+Green+Blue) = 146+86+117=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #925675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925675 is #6DA98A. Grayscale: #6B6B6B. Windows color (decimal): -7186827 or 7689874. OLE color: 7689874.

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

Color convert

RGB14686117-
CMYK00.410.200.43
HSL329º25.86%45.49%-
HSV(B)329º41.1%57.25%-
XYZ18.3914.0518.57-
YUV107.47133.38155.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=41.83%
G=24.64%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468611700.410.200.4332925.8645.49
Hex925675029142B1491a2d
Octal22212616505124535113255
Binary100100101010110111010101010011010010101110100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925675; }

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

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

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

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

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

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

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

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