Html Css Color HEX #916170 Mauve Taupe

📋 copy color: '#916170'

red 145 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #916170

Tints of Mauve Taupe #916170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 40.96%
G = 27.4%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#916170 (or 0x916170) is known color: Mauve Taupe. HEX triplet: 91, 61 and 70. RGB value is (145,97,112). Sum of RGB (Red+Green+Blue) = 145+97+112=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #916170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916170 is #6E9E8F. Grayscale: #717171. Windows color (decimal): -7249552 or 7365009. OLE color: 7365009.

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

Color convert

RGB 145 97 112 -
CMYK 0 0.33 0.23 0.43
HSL 341.25º 0.2% 0.47% -
HSV(B) 341.25º 0.33% 0.57% -
XYZ 18.88 15.74 17.37 -
YUV 113.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 145 97 112 0 0.33 0.23 0.43 341.25 0.2 0.47
Hex 91 61 70 0 21 17 2B 155 14 2F
Octal 221 141 160 0 41 27 53 525 24 57
Binary 10010001 1100001 1110000 0 100001 10111 101011 101010101 10100 101111

Color Harmonies of #916170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916170

Black with #916170

Text Example


Text Example

White with #916170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916170; }

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

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

background-color css

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

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

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

border-color css

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

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

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