#996265

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

Shades of Mauve Taupe #996265

Tints of Mauve Taupe #996265

Color information

#996265 (or 0x996265) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 65. RGB value is (153,98,101). Sum of RGB (Red+Green+Blue) = 153+98+101=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996265 is #669D9A. Grayscale: #727272. Windows color (decimal): -6725019 or 6644377. OLE color: 6644377.

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

Color convert

RGB15398101-
CMYK00.360.340.4
HSL356.73º21.91%49.22%-
HSV(B)356.73º35.95%60%-
XYZ19.8516.4514.44-
YUV114.79120.22155.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=43.47%
G=27.84%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539810100.360.340.4356.7321.9149.22
Hex99626502422281651631
Octal23114214504442505452661
Binary1001100111000101100101010010010001010100010110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996265; }

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

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

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

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

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

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

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

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