Html Css Color HEX #916070 Mauve Taupe

📋 copy color: '#916070'

red 145 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #916070

Tints of Mauve Taupe #916070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

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

R = 41.08%
G = 27.2%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#916070 (or 0x916070) is known color: Mauve Taupe. HEX triplet: 91, 60 and 70. RGB value is (145,96,112). Sum of RGB (Red+Green+Blue) = 145+96+112=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #916070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916070 is #6E9F8F. Grayscale: #707070. Windows color (decimal): -7249808 or 7364753. OLE color: 7364753.

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

Color convert

RGB 145 96 112 -
CMYK 0 0.34 0.23 0.43
HSL 340.41º 0.2% 0.47% -
HSV(B) 340.41º 0.34% 0.57% -
XYZ 18.78 15.56 17.34 -
YUV 112.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 145 96 112 0 0.34 0.23 0.43 340.41 0.2 0.47
Hex 91 60 70 0 22 17 2B 154 14 2F
Octal 221 140 160 0 42 27 53 524 24 57
Binary 10010001 1100000 1110000 0 100010 10111 101011 101010100 10100 101111

Color Harmonies of #916070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916070

Black with #916070

Text Example


Text Example

White with #916070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916070; }

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

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

background-color css

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

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

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

border-color css

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

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

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