#925671

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

Shades of Mauve Taupe #925671

Tints of Mauve Taupe #925671

Color information

#925671 (or 0x925671) is unknown color: approx Mauve Taupe. HEX triplet: 92, 56 and 71. RGB value is (146,86,113). Sum of RGB (Red+Green+Blue) = 146+86+113=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925671 is #6DA98E. Grayscale: #6A6A6A. Windows color (decimal): -7186831 or 7427730. OLE color: 7427730.

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

Color convert

RGB14686113-
CMYK00.410.230.43
HSL333º25.86%45.49%-
HSV(B)333º41.1%57.25%-
XYZ18.1613.9617.36-
YUV107.02131.38155.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=42.32%
G=24.93%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468611300.410.230.4333325.8645.49
Hex925671029172B14d1a2d
Octal22212616105127535153255
Binary100100101010110111000101010011011110101110100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925671; }

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

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

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

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

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

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

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

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