Html Css Color HEX #996477 Mauve Taupe

📋 copy color: '#996477'

red 153 ◦ green 100 ◦ blue 119

#996477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #996477

Tints of Mauve Taupe #996477

RGB

 RED value IS 153 (60.16% from 255) = 41.13%

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 41.13%
G = 26.88%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#996477 (or 0x996477) is known color: Mauve Taupe. HEX triplet: 99, 64 and 77. RGB value is (153,100,119). Sum of RGB (Red+Green+Blue) = 153+100+119=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #996477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996477 is #669B88. Grayscale: #757575. Windows color (decimal): -6724489 or 7824537. OLE color: 7824537.

HSL color Cylindrical-coordinate representation of color #996477: hue angle of 338.49º 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 #996477 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 119 -
CMYK 0 0.35 0.22 0.4
HSL 338.49º 0.21% 0.5% -
HSV(B) 338.49º 0.35% 0.6% -
XYZ 21.02 17.22 19.67 -
YUV 118.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 153 100 119 0 0.35 0.22 0.4 338.49 0.21 0.5
Hex 99 64 77 0 23 16 28 152 15 32
Octal 231 144 167 0 43 26 50 522 25 62
Binary 10011001 1100100 1110111 0 100011 10110 101000 101010010 10101 110010

Color Harmonies of #996477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996477

Black with #996477

Text Example


Text Example

White with #996477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996477; }

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

 H1.HeaderClassName
 {
   color: #996477;
 }
 .AnyTagClassName
 {
   color: #996477;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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