Html Css Color HEX #906271 Mauve Taupe

📋 copy color: '#906271'

red 144 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #906271

Tints of Mauve Taupe #906271

RGB

 RED value IS 144 (56.64% from 255) = 40.56%

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 40.56%
G = 27.61%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906271 (or 0x906271) is known color: Mauve Taupe. HEX triplet: 90, 62 and 71. RGB value is (144,98,113). Sum of RGB (Red+Green+Blue) = 144+98+113=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #906271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906271 is #6F9D8E. Grayscale: #717171. Windows color (decimal): -7314831 or 7430800. OLE color: 7430800.

HSL color Cylindrical-coordinate representation of color #906271: hue angle of 340.43º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906271 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 113 -
CMYK 0 0.32 0.22 0.44
HSL 340.43º 0.19% 0.47% -
HSV(B) 340.43º 0.32% 0.56% -
XYZ 18.85 15.86 17.69 -
YUV 113.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 144 98 113 0 0.32 0.22 0.44 340.43 0.19 0.47
Hex 90 62 71 0 20 16 2C 154 13 2F
Octal 220 142 161 0 40 26 54 524 23 57
Binary 10010000 1100010 1110001 0 100000 10110 101100 101010100 10011 101111

Color Harmonies of #906271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906271

Black with #906271

Text Example


Text Example

White with #906271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906271; }

 p { color: rgb(144,98,113); }

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

background-color css

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

 a { background-color: rgb(144,98,113); }

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

border-color css

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

 span { border-color: rgb(144,98,113); }

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