#99656D

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

Shades of Mauve Taupe #99656D

Tints of Mauve Taupe #99656D

Color information

#99656D (or 0x99656D) is unknown color: approx Mauve Taupe. HEX triplet: 99, 65 and 6D. RGB value is (153,101,109). Sum of RGB (Red+Green+Blue) = 153+101+109=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99656D is #669A92. Grayscale: #757575. Windows color (decimal): -6724243 or 7169433. OLE color: 7169433.

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

Color convert

RGB153101109-
CMYK00.340.290.4
HSL350.77º20.47%49.8%-
HSV(B)350.77º33.99%60%-
XYZ20.5517.1816.7-
YUV117.46123.23153.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=42.15%
G=27.82%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310110900.340.290.4350.7720.4749.8
Hex99656D0221D2815f1432
Octal23114515504235505372462
Binary100110011100101110110101000101110110100010101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99656D; }

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

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

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

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

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

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

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

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