#965B6B

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

Shades of Mauve Taupe #965B6B

Tints of Mauve Taupe #965B6B

Color information

#965B6B (or 0x965B6B) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5B and 6B. RGB value is (150,91,107). Sum of RGB (Red+Green+Blue) = 150+91+107=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B6B is #69A494. Grayscale: #6E6E6E. Windows color (decimal): -6923413 or 7035798. OLE color: 7035798.

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

Color convert

RGB15091107-
CMYK00.390.290.41
HSL343.73º24.48%47.25%-
HSV(B)343.73º39.33%58.82%-
XYZ18.9715.0315.81-
YUV110.46126.05156.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=43.10%
G=26.15%
B=30.75%

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
Decimal1509110700.390.290.41343.7324.4847.25
Hex965B6B0271D29158182f
Octal22613315304735515303057
Binary100101101011011110101101001111110110100110101100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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