Html Css Color HEX #916166 Mauve Taupe

📋 copy color: '#916166'

red 145 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #916166

Tints of Mauve Taupe #916166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 42.15%
G = 28.2%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#916166 (or 0x916166) is known color: Mauve Taupe. HEX triplet: 91, 61 and 66. RGB value is (145,97,102). Sum of RGB (Red+Green+Blue) = 145+97+102=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #916166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916166 is #6E9E99. Grayscale: #6F6F6F. Windows color (decimal): -7249562 or 6709649. OLE color: 6709649.

HSL color Cylindrical-coordinate representation of color #916166: hue angle of 353.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916166 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 97 102 -
CMYK 0 0.33 0.30 0.43
HSL 353.75º 0.2% 0.47% -
HSV(B) 353.75º 0.33% 0.57% -
XYZ 18.35 15.53 14.6 -
YUV 111.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 145 97 102 0 0.33 0.30 0.43 353.75 0.2 0.47
Hex 91 61 66 0 21 1E 2B 162 14 2F
Octal 221 141 146 0 41 36 53 542 24 57
Binary 10010001 1100001 1100110 0 100001 11110 101011 101100010 10100 101111

Color Harmonies of #916166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916166

Black with #916166

Text Example


Text Example

White with #916166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916166; }

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

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

background-color css

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

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

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

border-color css

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

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

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