Html Css Color HEX #916168 Mauve Taupe

📋 copy color: '#916168'

red 145 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #916168

Tints of Mauve Taupe #916168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 41.91%
G = 28.03%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916168 (or 0x916168) is known color: Mauve Taupe. HEX triplet: 91, 61 and 68. RGB value is (145,97,104). Sum of RGB (Red+Green+Blue) = 145+97+104=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #916168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916168 is #6E9E97. Grayscale: #707070. Windows color (decimal): -7249560 or 6840721. OLE color: 6840721.

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

Color convert

RGB 145 97 104 -
CMYK 0 0.33 0.28 0.43
HSL 351.25º 0.2% 0.47% -
HSV(B) 351.25º 0.33% 0.57% -
XYZ 18.45 15.57 15.13 -
YUV 112.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 145 97 104 0 0.33 0.28 0.43 351.25 0.2 0.47
Hex 91 61 68 0 21 1C 2B 15F 14 2F
Octal 221 141 150 0 41 34 53 537 24 57
Binary 10010001 1100001 1101000 0 100001 11100 101011 101011111 10100 101111

Color Harmonies of #916168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916168

Black with #916168

Text Example


Text Example

White with #916168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916168; }

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

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

background-color css

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

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

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

border-color css

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

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

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