#925673

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

Shades of Mauve Taupe #925673

Tints of Mauve Taupe #925673

Color information

#925673 (or 0x925673) is unknown color: approx Mauve Taupe. HEX triplet: 92, 56 and 73. RGB value is (146,86,115). Sum of RGB (Red+Green+Blue) = 146+86+115=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #925673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925673 is #6DA98C. Grayscale: #6B6B6B. Windows color (decimal): -7186829 or 7558802. OLE color: 7558802.

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

Color convert

RGB14686115-
CMYK00.410.210.43
HSL331º25.86%45.49%-
HSV(B)331º41.1%57.25%-
XYZ18.281417.96-
YUV107.25132.38155.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=42.07%
G=24.78%
B=33.14%

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
Decimal1468611500.410.210.4333125.8645.49
Hex925673029152B14b1a2d
Octal22212616305125535133255
Binary100100101010110111001101010011010110101110100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925673; }

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

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

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

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

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

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

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

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