Html Css Color HEX #916771 Mauve Taupe

📋 copy color: '#916771'

red 145 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #916771

Tints of Mauve Taupe #916771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 40.17%
G = 28.53%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#916771 (or 0x916771) is known color: Mauve Taupe. HEX triplet: 91, 67 and 71. RGB value is (145,103,113). Sum of RGB (Red+Green+Blue) = 145+103+113=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916771 is #6E988E. Grayscale: #747474. Windows color (decimal): -7248015 or 7432081. OLE color: 7432081.

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

Color convert

RGB 145 103 113 -
CMYK 0 0.29 0.22 0.43
HSL 345.71º 0.17% 0.49% -
HSV(B) 345.71º 0.29% 0.57% -
XYZ 19.51 16.91 17.86 -
YUV 116.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 145 103 113 0 0.29 0.22 0.43 345.71 0.17 0.49
Hex 91 67 71 0 1D 16 2B 15A 11 31
Octal 221 147 161 0 35 26 53 532 21 61
Binary 10010001 1100111 1110001 0 11101 10110 101011 101011010 10001 110001

Color Harmonies of #916771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916771

Black with #916771

Text Example


Text Example

White with #916771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916771; }

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

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

background-color css

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

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

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

border-color css

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

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

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