#925E70

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

Shades of Mauve Taupe #925E70

Tints of Mauve Taupe #925E70

Color information

#925E70 (or 0x925E70) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5E and 70. RGB value is (146,94,112). Sum of RGB (Red+Green+Blue) = 146+94+112=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #925E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E70 is #6DA18F. Grayscale: #6F6F6F. Windows color (decimal): -7184784 or 7364242. OLE color: 7364242.

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

Color convert

RGB14694112-
CMYK00.360.230.43
HSL339.23º21.67%47.06%-
HSV(B)339.23º35.62%57.25%-
XYZ18.7815.2917.29-
YUV111.6128.23152.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=41.48%
G=26.70%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469411200.360.230.43339.2321.6747.06
Hex925E70024172B153162f
Octal22213616004427535232657
Binary100100101011110111000001001001011110101110101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,94,112); }

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

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

 a { background-color: rgb(146,94,112); }

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

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

 span { border-color: rgb(146,94,112); }

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