Html Css Color HEX #996876 Mauve Taupe

📋 copy color: '#996876'

red 153 ◦ green 104 ◦ blue 118

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

Shades of Mauve Taupe #996876

Tints of Mauve Taupe #996876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 40.8%
G = 27.73%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#996876 (or 0x996876) is known color: Mauve Taupe. HEX triplet: 99, 68 and 76. RGB value is (153,104,118). Sum of RGB (Red+Green+Blue) = 153+104+118=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996876 is #669789. Grayscale: #787878. Windows color (decimal): -6723466 or 7760025. OLE color: 7760025.

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

Color convert

RGB 153 104 118 -
CMYK 0 0.32 0.23 0.4
HSL 342.86º 0.19% 0.5% -
HSV(B) 342.86º 0.32% 0.6% -
XYZ 21.36 17.98 19.48 -
YUV 120.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 153 104 118 0 0.32 0.23 0.4 342.86 0.19 0.5
Hex 99 68 76 0 20 17 28 157 13 32
Octal 231 150 166 0 40 27 50 527 23 62
Binary 10011001 1101000 1110110 0 100000 10111 101000 101010111 10011 110010

Color Harmonies of #996876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996876

Black with #996876

Text Example


Text Example

White with #996876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996876; }

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

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

background-color css

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

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

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

border-color css

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

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

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