Html Css Color HEX #996979 Mauve Taupe

📋 copy color: '#996979'

red 153 ◦ green 105 ◦ blue 121

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

Shades of Mauve Taupe #996979

Tints of Mauve Taupe #996979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 40.37%
G = 27.7%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#996979 (or 0x996979) is known color: Mauve Taupe. HEX triplet: 99, 69 and 79. RGB value is (153,105,121). Sum of RGB (Red+Green+Blue) = 153+105+121=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996979 is #669686. Grayscale: #797979. Windows color (decimal): -6723207 or 7956889. OLE color: 7956889.

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

Color convert

RGB 153 105 121 -
CMYK 0 0.31 0.21 0.4
HSL 340º 0.19% 0.51% -
HSV(B) 340º 0.31% 0.6% -
XYZ 21.64 18.26 20.47 -
YUV 121.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 153 105 121 0 0.31 0.21 0.4 340 0.19 0.51
Hex 99 69 79 0 1F 15 28 154 13 33
Octal 231 151 171 0 37 25 50 524 23 63
Binary 10011001 1101001 1111001 0 11111 10101 101000 101010100 10011 110011

Color Harmonies of #996979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996979

Black with #996979

Text Example


Text Example

White with #996979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996979; }

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

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

background-color css

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

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

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

border-color css

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

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

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