#965F64

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

Shades of Mauve Taupe #965F64

Tints of Mauve Taupe #965F64

Color information

#965F64 (or 0x965F64) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5F and 64. RGB value is (150,95,100). Sum of RGB (Red+Green+Blue) = 150+95+100=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F64 is #69A09B. Grayscale: #707070. Windows color (decimal): -6922396 or 6578070. OLE color: 6578070.

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

Color convert

RGB15095100-
CMYK00.370.330.41
HSL354.55º22.45%48.04%-
HSV(B)354.55º36.67%58.82%-
XYZ18.9715.5914.07-
YUV112.02121.22155.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=43.48%
G=27.54%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509510000.370.330.41354.5522.4548.04
Hex965F6402521291631630
Octal22613714404541515432660
Binary1001011010111111100100010010110000110100110110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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