#996468

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

Shades of Mauve Taupe #996468

Tints of Mauve Taupe #996468

Color information

#996468 (or 0x996468) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 68. RGB value is (153,100,104). Sum of RGB (Red+Green+Blue) = 153+100+104=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #996468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996468 is #669B97. Grayscale: #747474. Windows color (decimal): -6724504 or 6841497. OLE color: 6841497.

HSL color Cylindrical-coordinate representation of color #996468: hue angle of 355.47º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996468 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB153100104-
CMYK00.350.320.4
HSL355.47º20.95%49.61%-
HSV(B)355.47º34.64%60%-
XYZ20.1916.8915.29-
YUV116.3121.06154.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=42.86%
G=28.01%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310010400.350.320.4355.4720.9549.61
Hex99646802320281631532
Octal23114415004340505432562
Binary1001100111001001101000010001110000010100010110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996468; }

 p { color: rgb(153,100,104); }

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

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

 a { background-color: rgb(153,100,104); }

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

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

 span { border-color: rgb(153,100,104); }

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