Html Css Color HEX #996879 Mauve Taupe

📋 copy color: '#996879'

red 153 ◦ green 104 ◦ blue 121

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

Shades of Mauve Taupe #996879

Tints of Mauve Taupe #996879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.51%

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 40.48%
G = 27.51%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#996879 (or 0x996879) is known color: Mauve Taupe. HEX triplet: 99, 68 and 79. RGB value is (153,104,121). Sum of RGB (Red+Green+Blue) = 153+104+121=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #996879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996879 is #669786. Grayscale: #787878. Windows color (decimal): -6723463 or 7956633. OLE color: 7956633.

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

Color convert

RGB 153 104 121 -
CMYK 0 0.32 0.21 0.4
HSL 339.18º 0.19% 0.5% -
HSV(B) 339.18º 0.32% 0.6% -
XYZ 21.54 18.05 20.44 -
YUV 120.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 153 104 121 0 0.32 0.21 0.4 339.18 0.19 0.5
Hex 99 68 79 0 20 15 28 153 13 32
Octal 231 150 171 0 40 25 50 523 23 62
Binary 10011001 1101000 1111001 0 100000 10101 101000 101010011 10011 110010

Color Harmonies of #996879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996879

Black with #996879

Text Example


Text Example

White with #996879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996879; }

 p { color: rgb(153,104,121); }

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

background-color css

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

 a { background-color: rgb(153,104,121); }

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

border-color css

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

 span { border-color: rgb(153,104,121); }

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