Html Css Color HEX #91616C Mauve Taupe

📋 copy color: '#91616C'

red 145 ◦ green 97 ◦ blue 108

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

Shades of Mauve Taupe #91616C

Tints of Mauve Taupe #91616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 41.43%
G = 27.71%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#91616C (or 0x91616C) is known color: Mauve Taupe. HEX triplet: 91, 61 and 6C. RGB value is (145,97,108). Sum of RGB (Red+Green+Blue) = 145+97+108=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #91616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616C is #6E9E93. Grayscale: #707070. Windows color (decimal): -7249556 or 7102865. OLE color: 7102865.

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

Color convert

RGB 145 97 108 -
CMYK 0 0.33 0.26 0.43
HSL 346.25º 0.2% 0.47% -
HSV(B) 346.25º 0.33% 0.57% -
XYZ 18.66 15.65 16.23 -
YUV 112.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 145 97 108 0 0.33 0.26 0.43 346.25 0.2 0.47
Hex 91 61 6C 0 21 1A 2B 15A 14 2F
Octal 221 141 154 0 41 32 53 532 24 57
Binary 10010001 1100001 1101100 0 100001 11010 101011 101011010 10100 101111

Color Harmonies of #91616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91616C

Black with #91616C

Text Example


Text Example

White with #91616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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