#996478

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

Shades of Mauve Taupe #996478

Tints of Mauve Taupe #996478

Color information

#996478 (or 0x996478) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 78. RGB value is (153,100,120). Sum of RGB (Red+Green+Blue) = 153+100+120=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #996478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996478 is #669B87. Grayscale: #767676. Windows color (decimal): -6724488 or 7890073. OLE color: 7890073.

HSL color Cylindrical-coordinate representation of color #996478: hue angle of 337.36º 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 #996478 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153100120-
CMYK00.350.220.4
HSL337.36º20.95%49.61%-
HSV(B)337.36º34.64%60%-
XYZ21.0817.2419.99-
YUV118.13129.06152.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=41.02%
G=26.81%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310012000.350.220.4337.3620.9549.61
Hex99647802316281511532
Octal23114417004326505212562
Binary100110011100100111100001000111011010100010101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996478; }

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

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

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

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

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

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

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

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