#996068

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

Shades of Mauve Taupe #996068

Tints of Mauve Taupe #996068

Color information

#996068 (or 0x996068) is unknown color: approx Mauve Taupe. HEX triplet: 99, 60 and 68. RGB value is (153,96,104). Sum of RGB (Red+Green+Blue) = 153+96+104=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996068 is #669F97. Grayscale: #717171. Windows color (decimal): -6725528 or 6840473. OLE color: 6840473.

HSL color Cylindrical-coordinate representation of color #996068: hue angle of 351.58º degrees, saturation: 0.23, 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 #996068 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15396104-
CMYK00.370.320.4
HSL351.58º22.89%48.82%-
HSV(B)351.58º37.25%60%-
XYZ19.8216.1415.17-
YUV113.95122.38155.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=43.34%
G=27.20%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539610400.370.320.4351.5822.8948.82
Hex99606802520281601731
Octal23114015004540505402761
Binary1001100111000001101000010010110000010100010110000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996068; }

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

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

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

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

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

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

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

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