#925F62

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

Shades of Mauve Taupe #925F62

Tints of Mauve Taupe #925F62

Color information

#925F62 (or 0x925F62) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5F and 62. RGB value is (146,95,98). Sum of RGB (Red+Green+Blue) = 146+95+98=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #925F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925F62 is #6DA09D. Grayscale: #6E6E6E. Windows color (decimal): -7184542 or 6446994. OLE color: 6446994.

HSL color Cylindrical-coordinate representation of color #925F62: hue angle of 356.47º 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 #925F62 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1469598-
CMYK00.350.330.43
HSL356.47º21.16%47.25%-
HSV(B)356.47º34.93%57.25%-
XYZ18.1515.1813.53-
YUV110.59120.9153.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=43.07%
G=28.02%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146959800.350.330.43356.4721.1647.25
Hex925F62023212B164152f
Octal22213714204341535442557
Binary1001001010111111100010010001110000110101110110010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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