#965875

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

Shades of Mauve Taupe #965875

Tints of Mauve Taupe #965875

Color information

#965875 (or 0x965875) is unknown color: approx Mauve Taupe. HEX triplet: 96, 58 and 75. RGB value is (150,88,117). Sum of RGB (Red+Green+Blue) = 150+88+117=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #965875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965875 is #69A78A. Grayscale: #6D6D6D. Windows color (decimal): -6924171 or 7690390. OLE color: 7690390.

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

Color convert

RGB15088117-
CMYK00.410.220.41
HSL331.94º26.05%46.67%-
HSV(B)331.94º41.33%58.82%-
XYZ19.2814.7518.66-
YUV109.84132.04156.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=42.25%
G=24.79%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508811700.410.220.41331.9426.0546.67
Hex965875029162914c1a2f
Octal22613016505126515143257
Binary100101101011000111010101010011011010100110100110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965875; }

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

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

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

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

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

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

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

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