#925A6F

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

Shades of Mauve Taupe #925A6F

Tints of Mauve Taupe #925A6F

Color information

#925A6F (or 0x925A6F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5A and 6F. RGB value is (146,90,111). Sum of RGB (Red+Green+Blue) = 146+90+111=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #925A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A6F is #6DA590. Grayscale: #6D6D6D. Windows color (decimal): -7185809 or 7297682. OLE color: 7297682.

HSL color Cylindrical-coordinate representation of color #925A6F: hue angle of 337.5º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A6F is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14690111-
CMYK00.380.240.43
HSL337.5º23.73%46.27%-
HSV(B)337.5º38.36%57.25%-
XYZ18.3814.5716.88-
YUV109.14129.05154.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=42.07%
G=25.94%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469011100.380.240.43337.523.7346.27
Hex925A6F026182B152182e
Octal22213215704630535223056
Binary100100101011010110111101001101100010101110101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A6F; }

 p { color: rgb(146,90,111); }

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

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

 a { background-color: rgb(146,90,111); }

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

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

 span { border-color: rgb(146,90,111); }

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