#935874

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

Shades of Mauve Taupe #935874

Tints of Mauve Taupe #935874

Color information

#935874 (or 0x935874) is unknown color: approx Mauve Taupe. HEX triplet: 93, 58 and 74. RGB value is (147,88,116). Sum of RGB (Red+Green+Blue) = 147+88+116=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935874 is #6CA78B. Grayscale: #6C6C6C. Windows color (decimal): -7120780 or 7624851. OLE color: 7624851.

HSL color Cylindrical-coordinate representation of color #935874: hue angle of 331.53º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #935874 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14788116-
CMYK00.400.210.42
HSL331.53º25.11%46.08%-
HSV(B)331.53º40.14%57.65%-
XYZ18.6714.4418.33-
YUV108.83132.05155.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=41.88%
G=25.07%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478811600.400.210.42331.5325.1146.08
Hex935874028152A14c192e
Octal22313016405025525143156
Binary100100111011000111010001010001010110101010100110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935874; }

 p { color: rgb(147,88,116); }

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

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

 a { background-color: rgb(147,88,116); }

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

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

 span { border-color: rgb(147,88,116); }

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