#99616F

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

Shades of Mauve Taupe #99616F

Tints of Mauve Taupe #99616F

Color information

#99616F (or 0x99616F) is unknown color: approx Mauve Taupe. HEX triplet: 99, 61 and 6F. RGB value is (153,97,111). Sum of RGB (Red+Green+Blue) = 153+97+111=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99616F is #669E90. Grayscale: #737373. Windows color (decimal): -6725265 or 7299481. OLE color: 7299481.

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

Color convert

RGB15397111-
CMYK00.370.270.4
HSL345º22.4%49.02%-
HSV(B)345º36.6%60%-
XYZ20.2816.4717.15-
YUV115.34125.55154.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=42.38%
G=26.87%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539711100.370.270.434522.449.02
Hex99616F0251B281591631
Octal23114115704533505312661
Binary100110011100001110111101001011101110100010101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99616F; }

 p { color: rgb(153,97,111); }

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

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

 a { background-color: rgb(153,97,111); }

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

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

 span { border-color: rgb(153,97,111); }

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