Html Css Color HEX #91586C Mauve Taupe

📋 copy color: '#91586C'

red 145 ◦ green 88 ◦ blue 108

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

Shades of Mauve Taupe #91586C

Tints of Mauve Taupe #91586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

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

R = 42.52%
G = 25.81%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#91586C (or 0x91586C) is known color: Mauve Taupe. HEX triplet: 91, 58 and 6C. RGB value is (145,88,108). Sum of RGB (Red+Green+Blue) = 145+88+108=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #91586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91586C is #6EA793. Grayscale: #6B6B6B. Windows color (decimal): -7251860 or 7100561. OLE color: 7100561.

HSL color Cylindrical-coordinate representation of color #91586C: hue angle of 338.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91586C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 88 108 -
CMYK 0 0.39 0.26 0.43
HSL 338.95º 0.24% 0.46% -
HSV(B) 338.95º 0.39% 0.57% -
XYZ 17.87 14.08 15.96 -
YUV 107.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 145 88 108 0 0.39 0.26 0.43 338.95 0.24 0.46
Hex 91 58 6C 0 27 1A 2B 153 18 2E
Octal 221 130 154 0 47 32 53 523 30 56
Binary 10010001 1011000 1101100 0 100111 11010 101011 101010011 11000 101110

Color Harmonies of #91586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91586C

Black with #91586C

Text Example


Text Example

White with #91586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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