Html Css Color HEX #91636A Mauve Taupe

📋 copy color: '#91636A'

red 145 ◦ green 99 ◦ blue 106

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

Shades of Mauve Taupe #91636A

Tints of Mauve Taupe #91636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 41.43%
G = 28.29%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#91636A (or 0x91636A) is known color: Mauve Taupe. HEX triplet: 91, 63 and 6A. RGB value is (145,99,106). Sum of RGB (Red+Green+Blue) = 145+99+106=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #91636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91636A is #6E9C95. Grayscale: #717171. Windows color (decimal): -7249046 or 6972305. OLE color: 6972305.

HSL color Cylindrical-coordinate representation of color #91636A: hue angle of 350.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91636A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 99 106 -
CMYK 0 0.32 0.27 0.43
HSL 350.87º 0.19% 0.48% -
HSV(B) 350.87º 0.32% 0.57% -
XYZ 18.74 15.98 15.73 -
YUV 113.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 145 99 106 0 0.32 0.27 0.43 350.87 0.19 0.48
Hex 91 63 6A 0 20 1B 2B 15F 13 30
Octal 221 143 152 0 40 33 53 537 23 60
Binary 10010001 1100011 1101010 0 100000 11011 101011 101011111 10011 110000

Color Harmonies of #91636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91636A

Black with #91636A

Text Example


Text Example

White with #91636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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