Html Css Color HEX #91616B Mauve Taupe

📋 copy color: '#91616B'

red 145 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #91616B

Tints of Mauve Taupe #91616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 41.55%
G = 27.79%
B = 30.66%

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

#91616B (or 0x91616B) is known color: Mauve Taupe. HEX triplet: 91, 61 and 6B. RGB value is (145,97,107). Sum of RGB (Red+Green+Blue) = 145+97+107=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #91616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616B is #6E9E94. Grayscale: #707070. Windows color (decimal): -7249557 or 7037329. OLE color: 7037329.

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

Color convert

RGB 145 97 107 -
CMYK 0 0.33 0.26 0.43
HSL 347.5º 0.2% 0.47% -
HSV(B) 347.5º 0.33% 0.57% -
XYZ 18.61 15.63 15.95 -
YUV 112.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 145 97 107 0 0.33 0.26 0.43 347.5 0.2 0.47
Hex 91 61 6B 0 21 1A 2B 15C 14 2F
Octal 221 141 153 0 41 32 53 534 24 57
Binary 10010001 1100001 1101011 0 100001 11010 101011 101011100 10100 101111

Color Harmonies of #91616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91616B

Black with #91616B

Text Example


Text Example

White with #91616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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