Html Css Color HEX #996377 Mauve Taupe

📋 copy color: '#996377'

red 153 ◦ green 99 ◦ blue 119

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

Shades of Mauve Taupe #996377

Tints of Mauve Taupe #996377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 41.24%
G = 26.68%
B = 32.08%

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

#996377 (or 0x996377) is known color: Mauve Taupe. HEX triplet: 99, 63 and 77. RGB value is (153,99,119). Sum of RGB (Red+Green+Blue) = 153+99+119=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996377 is #669C88. Grayscale: #757575. Windows color (decimal): -6724745 or 7824281. OLE color: 7824281.

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

Color convert

RGB 153 99 119 -
CMYK 0 0.35 0.22 0.4
HSL 337.78º 0.21% 0.49% -
HSV(B) 337.78º 0.35% 0.6% -
XYZ 20.93 17.03 19.64 -
YUV 117.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 153 99 119 0 0.35 0.22 0.4 337.78 0.21 0.49
Hex 99 63 77 0 23 16 28 152 15 31
Octal 231 143 167 0 43 26 50 522 25 61
Binary 10011001 1100011 1110111 0 100011 10110 101000 101010010 10101 110001

Color Harmonies of #996377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996377

Black with #996377

Text Example


Text Example

White with #996377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996377; }

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

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

background-color css

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

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

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

border-color css

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

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

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