#99646C

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

Shades of Mauve Taupe #99646C

Tints of Mauve Taupe #99646C

Color information

#99646C (or 0x99646C) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 6C. RGB value is (153,100,108). Sum of RGB (Red+Green+Blue) = 153+100+108=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99646C is #669B93. Grayscale: #747474. Windows color (decimal): -6724500 or 7103641. OLE color: 7103641.

HSL color Cylindrical-coordinate representation of color #99646C: hue angle of 350.94º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99646C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153100108-
CMYK00.350.290.4
HSL350.94º20.95%49.61%-
HSV(B)350.94º34.64%60%-
XYZ20.416.9716.39-
YUV116.76123.06153.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=42.38%
G=27.70%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310010800.350.290.4350.9420.9549.61
Hex99646C0231D2815f1532
Octal23114415404335505372562
Binary100110011100100110110001000111110110100010101111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99646C; }

 p { color: rgb(153,100,108); }

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

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

 a { background-color: rgb(153,100,108); }

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

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

 span { border-color: rgb(153,100,108); }

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