Html Css Color HEX #996779 Mauve Taupe

📋 copy color: '#996779'

red 153 ◦ green 103 ◦ blue 121

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

Shades of Mauve Taupe #996779

Tints of Mauve Taupe #996779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

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

R = 40.58%
G = 27.32%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#996779 (or 0x996779) is known color: Mauve Taupe. HEX triplet: 99, 67 and 79. RGB value is (153,103,121). Sum of RGB (Red+Green+Blue) = 153+103+121=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996779 is #669886. Grayscale: #777777. Windows color (decimal): -6723719 or 7956377. OLE color: 7956377.

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

Color convert

RGB 153 103 121 -
CMYK 0 0.33 0.21 0.4
HSL 338.4º 0.2% 0.5% -
HSV(B) 338.4º 0.33% 0.6% -
XYZ 21.44 17.85 20.41 -
YUV 120 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 153 103 121 0 0.33 0.21 0.4 338.4 0.2 0.5
Hex 99 67 79 0 21 15 28 152 14 32
Octal 231 147 171 0 41 25 50 522 24 62
Binary 10011001 1100111 1111001 0 100001 10101 101000 101010010 10100 110010

Color Harmonies of #996779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996779

Black with #996779

Text Example


Text Example

White with #996779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996779; }

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

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

background-color css

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

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

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

border-color css

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

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

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