#965B68

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

Shades of Mauve Taupe #965B68

Tints of Mauve Taupe #965B68

Color information

#965B68 (or 0x965B68) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5B and 68. RGB value is (150,91,104). Sum of RGB (Red+Green+Blue) = 150+91+104=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B68 is #69A497. Grayscale: #6E6E6E. Windows color (decimal): -6923416 or 6839190. OLE color: 6839190.

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

Color convert

RGB15091104-
CMYK00.390.310.41
HSL346.78º24.48%47.25%-
HSV(B)346.78º39.33%58.82%-
XYZ18.8214.9714.99-
YUV110.12124.55156.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=43.48%
G=26.38%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509110400.390.310.41346.7824.4847.25
Hex965B680271F2915b182f
Octal22613315004737515333057
Binary100101101011011110100001001111111110100110101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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