#965B6A

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

Shades of Mauve Taupe #965B6A

Tints of Mauve Taupe #965B6A

Color information

#965B6A (or 0x965B6A) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5B and 6A. RGB value is (150,91,106). Sum of RGB (Red+Green+Blue) = 150+91+106=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B6A is #69A495. Grayscale: #6E6E6E. Windows color (decimal): -6923414 or 6970262. OLE color: 6970262.

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

Color convert

RGB15091106-
CMYK00.390.290.41
HSL344.75º24.48%47.25%-
HSV(B)344.75º39.33%58.82%-
XYZ18.9215.0115.54-
YUV110.35125.55156.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=43.23%
G=26.22%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509110600.390.290.41344.7524.4847.25
Hex965B6A0271D29159182f
Octal22613315204735515313057
Binary100101101011011110101001001111110110100110101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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