Html Css Color HEX #996071 Mauve Taupe

📋 copy color: '#996071'

red 153 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #996071

Tints of Mauve Taupe #996071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 42.27%
G = 26.52%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#996071 (or 0x996071) is known color: Mauve Taupe. HEX triplet: 99, 60 and 71. RGB value is (153,96,113). Sum of RGB (Red+Green+Blue) = 153+96+113=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #996071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996071 is #669F8E. Grayscale: #727272. Windows color (decimal): -6725519 or 7430297. OLE color: 7430297.

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

Color convert

RGB 153 96 113 -
CMYK 0 0.37 0.26 0.4
HSL 342.11º 0.23% 0.49% -
HSV(B) 342.11º 0.37% 0.6% -
XYZ 20.3 16.33 17.7 -
YUV 114.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 153 96 113 0 0.37 0.26 0.4 342.11 0.23 0.49
Hex 99 60 71 0 25 1A 28 156 17 31
Octal 231 140 161 0 45 32 50 526 27 61
Binary 10011001 1100000 1110001 0 100101 11010 101000 101010110 10111 110001

Color Harmonies of #996071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996071

Black with #996071

Text Example


Text Example

White with #996071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996071; }

 p { color: rgb(153,96,113); }

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

background-color css

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

 a { background-color: rgb(153,96,113); }

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

border-color css

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

 span { border-color: rgb(153,96,113); }

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