#966376

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

Shades of Mauve Taupe #966376

Tints of Mauve Taupe #966376

Color information

#966376 (or 0x966376) is unknown color: approx Mauve Taupe. HEX triplet: 96, 63 and 76. RGB value is (150,99,118). Sum of RGB (Red+Green+Blue) = 150+99+118=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966376 is #699C89. Grayscale: #747474. Windows color (decimal): -6921354 or 7758742. OLE color: 7758742.

HSL color Cylindrical-coordinate representation of color #966376: hue angle of 337.65º 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 #966376 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15099118-
CMYK00.340.210.41
HSL337.65º20.48%48.82%-
HSV(B)337.65º34%58.82%-
XYZ20.3116.7219.3-
YUV116.42128.9151.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=40.87%
G=26.98%
B=32.15%

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
Decimal1509911800.340.210.41337.6520.4848.82
Hex96637602215291521431
Octal22614316604225515222461
Binary100101101100011111011001000101010110100110101001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966376; }

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

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

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

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

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

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

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

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