#965B69

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

Shades of Mauve Taupe #965B69

Tints of Mauve Taupe #965B69

Color information

#965B69 (or 0x965B69) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5B and 69. RGB value is (150,91,105). Sum of RGB (Red+Green+Blue) = 150+91+105=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #965B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B69 is #69A496. Grayscale: #6E6E6E. Windows color (decimal): -6923415 or 6904726. OLE color: 6904726.

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

Color convert

RGB15091105-
CMYK00.390.300.41
HSL345.76º24.48%47.25%-
HSV(B)345.76º39.33%58.82%-
XYZ18.8714.9915.26-
YUV110.24125.05156.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=43.35%
G=26.30%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509110500.390.300.41345.7624.4847.25
Hex965B690271E2915a182f
Octal22613315104736515323057
Binary100101101011011110100101001111111010100110101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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