Html Css Color HEX #916671 Mauve Taupe

📋 copy color: '#916671'

red 145 ◦ green 102 ◦ blue 113

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

Shades of Mauve Taupe #916671

Tints of Mauve Taupe #916671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 40.28%
G = 28.33%
B = 31.39%

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

#916671 (or 0x916671) is known color: Mauve Taupe. HEX triplet: 91, 66 and 71. RGB value is (145,102,113). Sum of RGB (Red+Green+Blue) = 145+102+113=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916671 is #6E998E. Grayscale: #747474. Windows color (decimal): -7248271 or 7431825. OLE color: 7431825.

HSL color Cylindrical-coordinate representation of color #916671: hue angle of 344.65º degrees, saturation: 0.17, 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 #916671 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 102 113 -
CMYK 0 0.30 0.22 0.43
HSL 344.65º 0.17% 0.48% -
HSV(B) 344.65º 0.3% 0.57% -
XYZ 19.41 16.71 17.83 -
YUV 116.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 145 102 113 0 0.30 0.22 0.43 344.65 0.17 0.48
Hex 91 66 71 0 1E 16 2B 159 11 30
Octal 221 146 161 0 36 26 53 531 21 60
Binary 10010001 1100110 1110001 0 11110 10110 101011 101011001 10001 110000

Color Harmonies of #916671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916671

Black with #916671

Text Example


Text Example

White with #916671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916671; }

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

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

background-color css

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

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

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

border-color css

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

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

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