#966678

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

Shades of Mauve Taupe #966678

Tints of Mauve Taupe #966678

Color information

#966678 (or 0x966678) is unknown color: approx Mauve Taupe. HEX triplet: 96, 66 and 78. RGB value is (150,102,120). Sum of RGB (Red+Green+Blue) = 150+102+120=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #966678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966678 is #699987. Grayscale: #767676. Windows color (decimal): -6920584 or 7890582. OLE color: 7890582.

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

Color convert

RGB150102120-
CMYK00.320.200.41
HSL337.5º19.05%49.41%-
HSV(B)337.5º32%58.82%-
XYZ20.7217.3420.02-
YUV118.4128.9150.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=40.32%
G=27.42%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010212000.320.200.41337.519.0549.41
Hex96667802014291521331
Octal22614617004024515222361
Binary100101101100110111100001000001010010100110101001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966678; }

 p { color: rgb(150,102,120); }

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

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

 a { background-color: rgb(150,102,120); }

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

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

 span { border-color: rgb(150,102,120); }

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