#99616B

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

Shades of Mauve Taupe #99616B

Tints of Mauve Taupe #99616B

Color information

#99616B (or 0x99616B) is unknown color: approx Mauve Taupe. HEX triplet: 99, 61 and 6B. RGB value is (153,97,107). Sum of RGB (Red+Green+Blue) = 153+97+107=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99616B is #669E94. Grayscale: #727272. Windows color (decimal): -6725269 or 7037337. OLE color: 7037337.

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

Color convert

RGB15397107-
CMYK00.370.300.4
HSL349.29º22.4%49.02%-
HSV(B)349.29º36.6%60%-
XYZ20.0716.3816.01-
YUV114.88123.55155.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=42.86%
G=27.17%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539710700.370.300.4349.2922.449.02
Hex99616B0251E2815d1631
Octal23114115304536505352661
Binary100110011100001110101101001011111010100010101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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