Html Css Color HEX #996376 Mauve Taupe

📋 copy color: '#996376'

red 153 ◦ green 99 ◦ blue 118

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

Shades of Mauve Taupe #996376

Tints of Mauve Taupe #996376

RGB

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

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

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

R = 41.35%
G = 26.76%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#996376 (or 0x996376) is known color: Mauve Taupe. HEX triplet: 99, 63 and 76. RGB value is (153,99,118). Sum of RGB (Red+Green+Blue) = 153+99+118=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996376 is #669C89. Grayscale: #757575. Windows color (decimal): -6724746 or 7758745. OLE color: 7758745.

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

Color convert

RGB 153 99 118 -
CMYK 0 0.35 0.23 0.4
HSL 338.89º 0.21% 0.49% -
HSV(B) 338.89º 0.35% 0.6% -
XYZ 20.87 17 19.32 -
YUV 117.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 153 99 118 0 0.35 0.23 0.4 338.89 0.21 0.49
Hex 99 63 76 0 23 17 28 153 15 31
Octal 231 143 166 0 43 27 50 523 25 61
Binary 10011001 1100011 1110110 0 100011 10111 101000 101010011 10101 110001

Color Harmonies of #996376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996376

Black with #996376

Text Example


Text Example

White with #996376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996376; }

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

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

background-color css

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

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

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

border-color css

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

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

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