#99606A

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

Shades of Mauve Taupe #99606A

Tints of Mauve Taupe #99606A

Color information

#99606A (or 0x99606A) is unknown color: approx Mauve Taupe. HEX triplet: 99, 60 and 6A. RGB value is (153,96,106). Sum of RGB (Red+Green+Blue) = 153+96+106=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #99606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99606A is #669F95. Grayscale: #727272. Windows color (decimal): -6725526 or 6971545. OLE color: 6971545.

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

Color convert

RGB15396106-
CMYK00.370.310.4
HSL349.47º22.89%48.82%-
HSV(B)349.47º37.25%60%-
XYZ19.9216.1815.71-
YUV114.18123.38155.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=43.10%
G=27.04%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539610600.370.310.4349.4722.8948.82
Hex99606A0251F2815d1731
Octal23114015204537505352761
Binary100110011100000110101001001011111110100010101110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99606A; }

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

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

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

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

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

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

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

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