#996278

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

Shades of Mauve Taupe #996278

Tints of Mauve Taupe #996278

Color information

#996278 (or 0x996278) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 78. RGB value is (153,98,120). Sum of RGB (Red+Green+Blue) = 153+98+120=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996278 is #669D87. Grayscale: #747474. Windows color (decimal): -6725000 or 7889561. OLE color: 7889561.

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

Color convert

RGB15398120-
CMYK00.360.220.4
HSL336º21.91%49.22%-
HSV(B)336º35.95%60%-
XYZ20.8916.8619.92-
YUV116.95129.72153.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=41.24%
G=26.42%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539812000.360.220.433621.9149.22
Hex99627802416281501631
Octal23114217004426505202661
Binary100110011100010111100001001001011010100010101000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996278; }

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

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

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

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

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

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

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

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