Html Css Color HEX #916164 Mauve Taupe

📋 copy color: '#916164'

red 145 ◦ green 97 ◦ blue 100

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

Shades of Mauve Taupe #916164

Tints of Mauve Taupe #916164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 42.4%
G = 28.36%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#916164 (or 0x916164) is known color: Mauve Taupe. HEX triplet: 91, 61 and 64. RGB value is (145,97,100). Sum of RGB (Red+Green+Blue) = 145+97+100=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #916164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916164 is #6E9E9B. Grayscale: #6F6F6F. Windows color (decimal): -7249564 or 6578577. OLE color: 6578577.

HSL color Cylindrical-coordinate representation of color #916164: hue angle of 356.25º 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 #916164 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 97 100 -
CMYK 0 0.33 0.31 0.43
HSL 356.25º 0.2% 0.47% -
HSV(B) 356.25º 0.33% 0.57% -
XYZ 18.25 15.49 14.08 -
YUV 111.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 145 97 100 0 0.33 0.31 0.43 356.25 0.2 0.47
Hex 91 61 64 0 21 1F 2B 164 14 2F
Octal 221 141 144 0 41 37 53 544 24 57
Binary 10010001 1100001 1100100 0 100001 11111 101011 101100100 10100 101111

Color Harmonies of #916164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916164

Black with #916164

Text Example


Text Example

White with #916164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916164; }

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

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

background-color css

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

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

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

border-color css

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

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

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