#965C75

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

Shades of Mauve Taupe #965C75

Tints of Mauve Taupe #965C75

Color information

#965C75 (or 0x965C75) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5C and 75. RGB value is (150,92,117). Sum of RGB (Red+Green+Blue) = 150+92+117=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #965C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C75 is #69A38A. Grayscale: #707070. Windows color (decimal): -6923147 or 7691414. OLE color: 7691414.

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

Color convert

RGB15092117-
CMYK00.390.220.41
HSL334.14º23.97%47.45%-
HSV(B)334.14º38.67%58.82%-
XYZ19.6215.4218.77-
YUV112.19130.72154.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=41.78%
G=25.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509211700.390.220.41334.1423.9747.45
Hex965C75027162914e182f
Octal22613416504726515163057
Binary100101101011100111010101001111011010100110100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,117); }

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

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

 a { background-color: rgb(150,92,117); }

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

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

 span { border-color: rgb(150,92,117); }

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