Html Css Color HEX #916270 Mauve Taupe

📋 copy color: '#916270'

red 145 ◦ green 98 ◦ blue 112

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

Shades of Mauve Taupe #916270

Tints of Mauve Taupe #916270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 40.85%
G = 27.61%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#916270 (or 0x916270) is known color: Mauve Taupe. HEX triplet: 91, 62 and 70. RGB value is (145,98,112). Sum of RGB (Red+Green+Blue) = 145+98+112=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916270 is #6E9D8F. Grayscale: #717171. Windows color (decimal): -7249296 or 7365265. OLE color: 7365265.

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

Color convert

RGB 145 98 112 -
CMYK 0 0.32 0.23 0.43
HSL 342.13º 0.19% 0.48% -
HSV(B) 342.13º 0.32% 0.57% -
XYZ 18.97 15.92 17.4 -
YUV 113.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 145 98 112 0 0.32 0.23 0.43 342.13 0.19 0.48
Hex 91 62 70 0 20 17 2B 156 13 30
Octal 221 142 160 0 40 27 53 526 23 60
Binary 10010001 1100010 1110000 0 100000 10111 101011 101010110 10011 110000

Color Harmonies of #916270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916270

Black with #916270

Text Example


Text Example

White with #916270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916270; }

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

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

background-color css

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

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

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

border-color css

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

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

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