Html Css Color HEX #916072 Mauve Taupe

📋 copy color: '#916072'

red 145 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #916072

Tints of Mauve Taupe #916072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 40.85%
G = 27.04%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#916072 (or 0x916072) is known color: Mauve Taupe. HEX triplet: 91, 60 and 72. RGB value is (145,96,114). Sum of RGB (Red+Green+Blue) = 145+96+114=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916072 is #6E9F8D. Grayscale: #707070. Windows color (decimal): -7249806 or 7495825. OLE color: 7495825.

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

Color convert

RGB 145 96 114 -
CMYK 0 0.34 0.21 0.43
HSL 337.96º 0.2% 0.47% -
HSV(B) 337.96º 0.34% 0.57% -
XYZ 18.9 15.6 17.93 -
YUV 112.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 145 96 114 0 0.34 0.21 0.43 337.96 0.2 0.47
Hex 91 60 72 0 22 15 2B 152 14 2F
Octal 221 140 162 0 42 25 53 522 24 57
Binary 10010001 1100000 1110010 0 100010 10101 101011 101010010 10100 101111

Color Harmonies of #916072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916072

Black with #916072

Text Example


Text Example

White with #916072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916072; }

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

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

background-color css

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

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

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

border-color css

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

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

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