#966377

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

Shades of Mauve Taupe #966377

Tints of Mauve Taupe #966377

Color information

#966377 (or 0x966377) is unknown color: approx Mauve Taupe. HEX triplet: 96, 63 and 77. RGB value is (150,99,119). Sum of RGB (Red+Green+Blue) = 150+99+119=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #966377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966377 is #699C88. Grayscale: #747474. Windows color (decimal): -6921353 or 7824278. OLE color: 7824278.

HSL color Cylindrical-coordinate representation of color #966377: hue angle of 336.47º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966377 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15099119-
CMYK00.340.210.41
HSL336.47º20.48%48.82%-
HSV(B)336.47º34%58.82%-
XYZ20.3716.7419.61-
YUV116.53129.4151.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=40.76%
G=26.90%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509911900.340.210.41336.4720.4848.82
Hex96637702215291501431
Octal22614316704225515202461
Binary100101101100011111011101000101010110100110101000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966377; }

 p { color: rgb(150,99,119); }

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

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

 a { background-color: rgb(150,99,119); }

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

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

 span { border-color: rgb(150,99,119); }

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