#965570

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

Shades of Mauve Taupe #965570

Tints of Mauve Taupe #965570

Color information

#965570 (or 0x965570) is unknown color: approx Mauve Taupe. HEX triplet: 96, 55 and 70. RGB value is (150,85,112). Sum of RGB (Red+Green+Blue) = 150+85+112=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965570 is #69AA8F. Grayscale: #6B6B6B. Windows color (decimal): -6924944 or 7361942. OLE color: 7361942.

HSL color Cylindrical-coordinate representation of color #965570: hue angle of 335.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965570 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15085112-
CMYK00.430.250.41
HSL335.08º27.66%46.08%-
HSV(B)335.08º43.33%58.82%-
XYZ18.7514.1517.07-
YUV107.51130.53158.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=43.23%
G=24.50%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508511200.430.250.41335.0827.6646.08
Hex96557002B192914f1c2e
Octal22612516005331515173456
Binary100101101010101111000001010111100110100110100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965570; }

 p { color: rgb(150,85,112); }

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

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

 a { background-color: rgb(150,85,112); }

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

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

 span { border-color: rgb(150,85,112); }

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