Html Css Color HEX #916573 Mauve Taupe

📋 copy color: '#916573'

red 145 ◦ green 101 ◦ blue 115

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

Shades of Mauve Taupe #916573

Tints of Mauve Taupe #916573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 40.17%
G = 27.98%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#916573 (or 0x916573) is known color: Mauve Taupe. HEX triplet: 91, 65 and 73. RGB value is (145,101,115). Sum of RGB (Red+Green+Blue) = 145+101+115=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916573 is #6E9A8C. Grayscale: #737373. Windows color (decimal): -7248525 or 7562641. OLE color: 7562641.

HSL color Cylindrical-coordinate representation of color #916573: hue angle of 340.91º 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 #916573 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 101 115 -
CMYK 0 0.30 0.21 0.43
HSL 340.91º 0.18% 0.48% -
HSV(B) 340.91º 0.3% 0.57% -
XYZ 19.43 16.56 18.39 -
YUV 115.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 145 101 115 0 0.30 0.21 0.43 340.91 0.18 0.48
Hex 91 65 73 0 1E 15 2B 155 12 30
Octal 221 145 163 0 36 25 53 525 22 60
Binary 10010001 1100101 1110011 0 11110 10101 101011 101010101 10010 110000

Color Harmonies of #916573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916573

Black with #916573

Text Example


Text Example

White with #916573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916573; }

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

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

background-color css

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

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

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

border-color css

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

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

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