#965F6A

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

Shades of Mauve Taupe #965F6A

Tints of Mauve Taupe #965F6A

Color information

#965F6A (or 0x965F6A) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5F and 6A. RGB value is (150,95,106). Sum of RGB (Red+Green+Blue) = 150+95+106=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F6A is #69A095. Grayscale: #707070. Windows color (decimal): -6922390 or 6971286. OLE color: 6971286.

HSL color Cylindrical-coordinate representation of color #965F6A: hue angle of 348º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F6A is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15095106-
CMYK00.370.290.41
HSL348º22.45%48.04%-
HSV(B)348º36.67%58.82%-
XYZ19.2715.7115.65-
YUV112.7124.22154.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=42.74%
G=27.07%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509510600.370.290.4134822.4548.04
Hex965F6A0251D2915c1630
Octal22613715204535515342660
Binary100101101011111110101001001011110110100110101110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965F6A; }

 p { color: rgb(150,95,106); }

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

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

 a { background-color: rgb(150,95,106); }

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

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

 span { border-color: rgb(150,95,106); }

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