#925F6D

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

Shades of Mauve Taupe #925F6D

Tints of Mauve Taupe #925F6D

Color information

#925F6D (or 0x925F6D) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5F and 6D. RGB value is (146,95,109). Sum of RGB (Red+Green+Blue) = 146+95+109=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925F6D is #6DA092. Grayscale: #6F6F6F. Windows color (decimal): -7184531 or 7167890. OLE color: 7167890.

HSL color Cylindrical-coordinate representation of color #925F6D: hue angle of 343.53º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #925F6D is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14695109-
CMYK00.350.250.43
HSL343.53º21.16%47.25%-
HSV(B)343.53º34.93%57.25%-
XYZ18.7115.416.45-
YUV111.84126.4152.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=41.71%
G=27.14%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469510900.350.250.43343.5321.1647.25
Hex925F6D023192B158152f
Octal22213715504331535302557
Binary100100101011111110110101000111100110101110101100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,95,109); }

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

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

 a { background-color: rgb(146,95,109); }

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

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

 span { border-color: rgb(146,95,109); }

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