Html Css Color HEX #916870 Mauve Taupe

📋 copy color: '#916870'

red 145 ◦ green 104 ◦ blue 112

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

Shades of Mauve Taupe #916870

Tints of Mauve Taupe #916870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 40.17%
G = 28.81%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#916870 (or 0x916870) is known color: Mauve Taupe. HEX triplet: 91, 68 and 70. RGB value is (145,104,112). Sum of RGB (Red+Green+Blue) = 145+104+112=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916870 is #6E978F. Grayscale: #757575. Windows color (decimal): -7247760 or 7366801. OLE color: 7366801.

HSL color Cylindrical-coordinate representation of color #916870: hue angle of 348.29º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916870 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 104 112 -
CMYK 0 0.28 0.23 0.43
HSL 348.29º 0.16% 0.49% -
HSV(B) 348.29º 0.28% 0.57% -
XYZ 19.55 17.09 17.6 -
YUV 117.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 145 104 112 0 0.28 0.23 0.43 348.29 0.16 0.49
Hex 91 68 70 0 1C 17 2B 15C 10 31
Octal 221 150 160 0 34 27 53 534 20 61
Binary 10010001 1101000 1110000 0 11100 10111 101011 101011100 10000 110001

Color Harmonies of #916870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916870

Black with #916870

Text Example


Text Example

White with #916870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916870; }

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

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

background-color css

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

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

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

border-color css

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

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

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