Html Css Color HEX #916571 Mauve Taupe

📋 copy color: '#916571'

red 145 ◦ green 101 ◦ blue 113

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

Shades of Mauve Taupe #916571

Tints of Mauve Taupe #916571

RGB

 RED value IS 145 (57.03% from 255) = 40.39%

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 40.39%
G = 28.13%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#916571 (or 0x916571) is known color: Mauve Taupe. HEX triplet: 91, 65 and 71. RGB value is (145,101,113). Sum of RGB (Red+Green+Blue) = 145+101+113=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #916571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916571 is #6E9A8E. Grayscale: #737373. Windows color (decimal): -7248527 or 7431569. OLE color: 7431569.

HSL color Cylindrical-coordinate representation of color #916571: hue angle of 343.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916571 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 101 113 -
CMYK 0 0.30 0.22 0.43
HSL 343.64º 0.18% 0.48% -
HSV(B) 343.64º 0.3% 0.57% -
XYZ 19.31 16.52 17.79 -
YUV 115.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 145 101 113 0 0.30 0.22 0.43 343.64 0.18 0.48
Hex 91 65 71 0 1E 16 2B 158 12 30
Octal 221 145 161 0 36 26 53 530 22 60
Binary 10010001 1100101 1110001 0 11110 10110 101011 101011000 10010 110000

Color Harmonies of #916571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916571

Black with #916571

Text Example


Text Example

White with #916571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916571; }

 p { color: rgb(145,101,113); }

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

background-color css

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

 a { background-color: rgb(145,101,113); }

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

border-color css

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

 span { border-color: rgb(145,101,113); }

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