#996065

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

Shades of Mauve Taupe #996065

Tints of Mauve Taupe #996065

Color information

#996065 (or 0x996065) is unknown color: approx Mauve Taupe. HEX triplet: 99, 60 and 65. RGB value is (153,96,101). Sum of RGB (Red+Green+Blue) = 153+96+101=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996065 is #669F9A. Grayscale: #717171. Windows color (decimal): -6725531 or 6643865. OLE color: 6643865.

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

Color convert

RGB15396101-
CMYK00.370.340.4
HSL354.74º22.89%48.82%-
HSV(B)354.74º37.25%60%-
XYZ19.6716.0814.38-
YUV113.61120.88156.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=43.71%
G=27.43%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539610100.370.340.4354.7422.8948.82
Hex99606502522281631731
Octal23114014504542505432761
Binary1001100111000001100101010010110001010100010110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996065; }

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

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

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

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

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

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

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

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