#915C70

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

Shades of Mauve Taupe #915C70

Tints of Mauve Taupe #915C70

Color information

#915C70 (or 0x915C70) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5C and 70. RGB value is (145,92,112). Sum of RGB (Red+Green+Blue) = 145+92+112=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #915C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C70 is #6EA38F. Grayscale: #6E6E6E. Windows color (decimal): -7250832 or 7363729. OLE color: 7363729.

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

Color convert

RGB14592112-
CMYK00.370.230.43
HSL337.36º22.36%46.47%-
HSV(B)337.36º36.55%56.86%-
XYZ18.4314.8417.22-
YUV110.13129.06152.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=41.55%
G=26.36%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459211200.370.230.43337.3622.3646.47
Hex915C70025172B151162e
Octal22113416004527535212656
Binary100100011011100111000001001011011110101110101000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915C70; }

 p { color: rgb(145,92,112); }

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

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

 a { background-color: rgb(145,92,112); }

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

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

 span { border-color: rgb(145,92,112); }

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