#966669

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

Shades of Mauve Taupe #966669

Tints of Mauve Taupe #966669

Color information

#966669 (or 0x966669) is unknown color: approx Mauve Taupe. HEX triplet: 96, 66 and 69. RGB value is (150,102,105). Sum of RGB (Red+Green+Blue) = 150+102+105=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966669 is #699996. Grayscale: #747474. Windows color (decimal): -6920599 or 6907542. OLE color: 6907542.

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

Color convert

RGB150102105-
CMYK00.320.300.41
HSL356.25º19.05%49.41%-
HSV(B)356.25º32%58.82%-
XYZ19.8817.0115.6-
YUV116.69121.4151.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=42.02%
G=28.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010210500.320.300.41356.2519.0549.41
Hex9666690201E291641331
Octal22614615104036515442361
Binary100101101100110110100101000001111010100110110010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966669; }

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

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

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

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

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

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

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

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