#925969

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

Shades of Mauve Taupe #925969

Tints of Mauve Taupe #925969

Color information

#925969 (or 0x925969) is unknown color: approx Mauve Taupe. HEX triplet: 92, 59 and 69. RGB value is (146,89,105). Sum of RGB (Red+Green+Blue) = 146+89+105=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #925969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925969 is #6DA696. Grayscale: #6B6B6B. Windows color (decimal): -7186071 or 6904210. OLE color: 6904210.

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

Color convert

RGB14689105-
CMYK00.390.280.43
HSL343.16º24.26%46.08%-
HSV(B)343.16º39.04%57.25%-
XYZ17.9814.2815.17-
YUV107.87126.38155.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=42.94%
G=26.18%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468910500.390.280.43343.1624.2646.08
Hex9259690271C2B157182e
Octal22213115104734535273056
Binary100100101011001110100101001111110010101110101011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925969; }

 p { color: rgb(146,89,105); }

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

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

 a { background-color: rgb(146,89,105); }

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

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

 span { border-color: rgb(146,89,105); }

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