Html Css Color HEX #91616A Mauve Taupe

📋 copy color: '#91616A'

red 145 ◦ green 97 ◦ blue 106

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

Shades of Mauve Taupe #91616A

Tints of Mauve Taupe #91616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 41.67%
G = 27.87%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#91616A (or 0x91616A) is known color: Mauve Taupe. HEX triplet: 91, 61 and 6A. RGB value is (145,97,106). Sum of RGB (Red+Green+Blue) = 145+97+106=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #91616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616A is #6E9E95. Grayscale: #707070. Windows color (decimal): -7249558 or 6971793. OLE color: 6971793.

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

Color convert

RGB 145 97 106 -
CMYK 0 0.33 0.27 0.43
HSL 348.75º 0.2% 0.47% -
HSV(B) 348.75º 0.33% 0.57% -
XYZ 18.55 15.61 15.67 -
YUV 112.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 145 97 106 0 0.33 0.27 0.43 348.75 0.2 0.47
Hex 91 61 6A 0 21 1B 2B 15D 14 2F
Octal 221 141 152 0 41 33 53 535 24 57
Binary 10010001 1100001 1101010 0 100001 11011 101011 101011101 10100 101111

Color Harmonies of #91616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91616A

Black with #91616A

Text Example


Text Example

White with #91616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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