#965F67

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

Shades of Mauve Taupe #965F67

Tints of Mauve Taupe #965F67

Color information

#965F67 (or 0x965F67) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5F and 67. RGB value is (150,95,103). Sum of RGB (Red+Green+Blue) = 150+95+103=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F67 is #69A098. Grayscale: #707070. Windows color (decimal): -6922393 or 6774678. OLE color: 6774678.

HSL color Cylindrical-coordinate representation of color #965F67: hue angle of 351.27º 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 #965F67 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15095103-
CMYK00.370.310.41
HSL351.27º22.45%48.04%-
HSV(B)351.27º36.67%58.82%-
XYZ19.1215.6514.84-
YUV112.36122.72154.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=43.10%
G=27.30%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509510300.370.310.41351.2722.4548.04
Hex965F670251F2915f1630
Octal22613714704537515372660
Binary100101101011111110011101001011111110100110101111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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