Html Css Color HEX #91616D Mauve Taupe

📋 copy color: '#91616D'

red 145 ◦ green 97 ◦ blue 109

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

Shades of Mauve Taupe #91616D

Tints of Mauve Taupe #91616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 41.31%
G = 27.64%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#91616D (or 0x91616D) is known color: Mauve Taupe. HEX triplet: 91, 61 and 6D. RGB value is (145,97,109). Sum of RGB (Red+Green+Blue) = 145+97+109=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #91616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616D is #6E9E92. Grayscale: #707070. Windows color (decimal): -7249555 or 7168401. OLE color: 7168401.

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

Color convert

RGB 145 97 109 -
CMYK 0 0.33 0.25 0.43
HSL 345º 0.2% 0.47% -
HSV(B) 345º 0.33% 0.57% -
XYZ 18.71 15.67 16.51 -
YUV 112.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 145 97 109 0 0.33 0.25 0.43 345 0.2 0.47
Hex 91 61 6D 0 21 19 2B 159 14 2F
Octal 221 141 155 0 41 31 53 531 24 57
Binary 10010001 1100001 1101101 0 100001 11001 101011 101011001 10100 101111

Color Harmonies of #91616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91616D

Black with #91616D

Text Example


Text Example

White with #91616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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