#996178

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

Shades of Mauve Taupe #996178

Tints of Mauve Taupe #996178

Color information

#996178 (or 0x996178) is unknown color: approx Mauve Taupe. HEX triplet: 99, 61 and 78. RGB value is (153,97,120). Sum of RGB (Red+Green+Blue) = 153+97+120=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996178 is #669E87. Grayscale: #747474. Windows color (decimal): -6725256 or 7889305. OLE color: 7889305.

HSL color Cylindrical-coordinate representation of color #996178: hue angle of 335.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996178 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15397120-
CMYK00.370.220.4
HSL335.36º22.4%49.02%-
HSV(B)335.36º36.6%60%-
XYZ20.816.6819.89-
YUV116.37130.05154.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=41.35%
G=26.22%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539712000.370.220.4335.3622.449.02
Hex996178025162814f1631
Octal23114117004526505172661
Binary100110011100001111100001001011011010100010100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996178; }

 p { color: rgb(153,97,120); }

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

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

 a { background-color: rgb(153,97,120); }

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

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

 span { border-color: rgb(153,97,120); }

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