#996977

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

Shades of Mauve Taupe #996977

Tints of Mauve Taupe #996977

Color information

#996977 (or 0x996977) is unknown color: approx Mauve Taupe. HEX triplet: 99, 69 and 77. RGB value is (153,105,119). Sum of RGB (Red+Green+Blue) = 153+105+119=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996977 is #669688. Grayscale: #787878. Windows color (decimal): -6723209 or 7825817. OLE color: 7825817.

HSL color Cylindrical-coordinate representation of color #996977: hue angle of 342.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996977 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153105119-
CMYK00.310.220.4
HSL342.5º19.05%50.59%-
HSV(B)342.5º31.37%60%-
XYZ21.5218.2119.83-
YUV120.95126.9150.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=40.58%
G=27.85%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310511900.310.220.4342.519.0550.59
Hex99697701F16281561333
Octal23115116703726505262363
Binary10011001110100111101110111111011010100010101011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996977; }

 p { color: rgb(153,105,119); }

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

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

 a { background-color: rgb(153,105,119); }

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

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

 span { border-color: rgb(153,105,119); }

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