Html Css Color HEX #916271 Mauve Taupe

📋 copy color: '#916271'

red 145 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #916271

Tints of Mauve Taupe #916271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 40.73%
G = 27.53%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#916271 (or 0x916271) is known color: Mauve Taupe. HEX triplet: 91, 62 and 71. RGB value is (145,98,113). Sum of RGB (Red+Green+Blue) = 145+98+113=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #916271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916271 is #6E9D8E. Grayscale: #717171. Windows color (decimal): -7249295 or 7430801. OLE color: 7430801.

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

Color convert

RGB 145 98 113 -
CMYK 0 0.32 0.22 0.43
HSL 340.85º 0.19% 0.48% -
HSV(B) 340.85º 0.32% 0.57% -
XYZ 19.03 15.95 17.7 -
YUV 113.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 145 98 113 0 0.32 0.22 0.43 340.85 0.19 0.48
Hex 91 62 71 0 20 16 2B 155 13 30
Octal 221 142 161 0 40 26 53 525 23 60
Binary 10010001 1100010 1110001 0 100000 10110 101011 101010101 10011 110000

Color Harmonies of #916271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916271

Black with #916271

Text Example


Text Example

White with #916271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916271; }

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

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

background-color css

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

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

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

border-color css

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

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

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