Html Css Color HEX #916577 Mauve Taupe

📋 copy color: '#916577'

red 145 ◦ green 101 ◦ blue 119

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

Shades of Mauve Taupe #916577

Tints of Mauve Taupe #916577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 39.73%
G = 27.67%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#916577 (or 0x916577) is known color: Mauve Taupe. HEX triplet: 91, 65 and 77. RGB value is (145,101,119). Sum of RGB (Red+Green+Blue) = 145+101+119=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #916577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916577 is #6E9A88. Grayscale: #747474. Windows color (decimal): -7248521 or 7824785. OLE color: 7824785.

HSL color Cylindrical-coordinate representation of color #916577: hue angle of 335.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916577 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 101 119 -
CMYK 0 0.30 0.18 0.43
HSL 335.45º 0.18% 0.48% -
HSV(B) 335.45º 0.3% 0.57% -
XYZ 19.66 16.66 19.63 -
YUV 116.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 145 101 119 0 0.30 0.18 0.43 335.45 0.18 0.48
Hex 91 65 77 0 1E 12 2B 14F 12 30
Octal 221 145 167 0 36 22 53 517 22 60
Binary 10010001 1100101 1110111 0 11110 10010 101011 101001111 10010 110000

Color Harmonies of #916577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916577

Black with #916577

Text Example


Text Example

White with #916577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916577; }

 p { color: rgb(145,101,119); }

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

background-color css

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

 a { background-color: rgb(145,101,119); }

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

border-color css

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

 span { border-color: rgb(145,101,119); }

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