Html Css Color HEX #916173 Mauve Taupe

📋 copy color: '#916173'

red 145 ◦ green 97 ◦ blue 115

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

Shades of Mauve Taupe #916173

Tints of Mauve Taupe #916173

RGB

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

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

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

R = 40.62%
G = 27.17%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#916173 (or 0x916173) is known color: Mauve Taupe. HEX triplet: 91, 61 and 73. RGB value is (145,97,115). Sum of RGB (Red+Green+Blue) = 145+97+115=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916173 is #6E9E8C. Grayscale: #717171. Windows color (decimal): -7249549 or 7561617. OLE color: 7561617.

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

Color convert

RGB 145 97 115 -
CMYK 0 0.33 0.21 0.43
HSL 337.5º 0.2% 0.47% -
HSV(B) 337.5º 0.33% 0.57% -
XYZ 19.05 15.81 18.27 -
YUV 113.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 145 97 115 0 0.33 0.21 0.43 337.5 0.2 0.47
Hex 91 61 73 0 21 15 2B 152 14 2F
Octal 221 141 163 0 41 25 53 522 24 57
Binary 10010001 1100001 1110011 0 100001 10101 101011 101010010 10100 101111

Color Harmonies of #916173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916173

Black with #916173

Text Example


Text Example

White with #916173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916173; }

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

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

background-color css

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

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

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

border-color css

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

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

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