#996368

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

Shades of Mauve Taupe #996368

Tints of Mauve Taupe #996368

Color information

#996368 (or 0x996368) is unknown color: approx Mauve Taupe. HEX triplet: 99, 63 and 68. RGB value is (153,99,104). Sum of RGB (Red+Green+Blue) = 153+99+104=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996368 is #669C97. Grayscale: #737373. Windows color (decimal): -6724760 or 6841241. OLE color: 6841241.

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

Color convert

RGB15399104-
CMYK00.350.320.4
HSL354.44º21.43%49.41%-
HSV(B)354.44º35.29%60%-
XYZ20.116.715.26-
YUV115.72121.39154.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=42.98%
G=27.81%
B=29.21%

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
Decimal1539910400.350.320.4354.4421.4349.41
Hex99636802320281621531
Octal23114315004340505422561
Binary1001100111000111101000010001110000010100010110001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996368; }

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

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

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

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

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

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

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

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