#915B65

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

Shades of Mauve Taupe #915B65

Tints of Mauve Taupe #915B65

Color information

#915B65 (or 0x915B65) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5B and 65. RGB value is (145,91,101). Sum of RGB (Red+Green+Blue) = 145+91+101=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #915B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B65 is #6EA49A. Grayscale: #6C6C6C. Windows color (decimal): -7251099 or 6642577. OLE color: 6642577.

HSL color Cylindrical-coordinate representation of color #915B65: hue angle of 348.89º degrees, saturation: 0.23, 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 #915B65 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14591101-
CMYK00.370.300.43
HSL348.89º22.88%46.27%-
HSV(B)348.89º37.24%56.86%-
XYZ17.7714.4414.16-
YUV108.29123.89154.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=43.03%
G=27.00%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459110100.370.300.43348.8922.8846.27
Hex915B650251E2B15d172e
Octal22113314504536535352756
Binary100100011011011110010101001011111010101110101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,91,101); }

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

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

 a { background-color: rgb(145,91,101); }

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

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

 span { border-color: rgb(145,91,101); }

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