Html Css Color HEX #916C71 Mauve Taupe

📋 copy color: '#916C71'

red 145 ◦ green 108 ◦ blue 113

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

Shades of Mauve Taupe #916C71

Tints of Mauve Taupe #916C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 39.62%
G = 29.51%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#916C71 (or 0x916C71) is known color: Mauve Taupe. HEX triplet: 91, 6C and 71. RGB value is (145,108,113). Sum of RGB (Red+Green+Blue) = 145+108+113=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #916C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C71 is #6E938E. Grayscale: #777777. Windows color (decimal): -7246735 or 7433361. OLE color: 7433361.

HSL color Cylindrical-coordinate representation of color #916C71: hue angle of 351.89º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916C71 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 108 113 -
CMYK 0 0.26 0.22 0.43
HSL 351.89º 0.15% 0.5% -
HSV(B) 351.89º 0.26% 0.57% -
XYZ 20.02 17.94 18.03 -
YUV 119.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 145 108 113 0 0.26 0.22 0.43 351.89 0.15 0.5
Hex 91 6C 71 0 1A 16 2B 160 F 32
Octal 221 154 161 0 32 26 53 540 17 62
Binary 10010001 1101100 1110001 0 11010 10110 101011 101100000 1111 110010

Color Harmonies of #916C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C71

Black with #916C71

Text Example


Text Example

White with #916C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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