Html Css Color HEX #906071 Mauve Taupe

📋 copy color: '#906071'

red 144 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #906071

Tints of Mauve Taupe #906071

RGB

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

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

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

R = 40.79%
G = 27.2%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906071 (or 0x906071) is known color: Mauve Taupe. HEX triplet: 90, 60 and 71. RGB value is (144,96,113). Sum of RGB (Red+Green+Blue) = 144+96+113=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #906071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906071 is #6F9F8E. Grayscale: #707070. Windows color (decimal): -7315343 or 7430288. OLE color: 7430288.

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

Color convert

RGB 144 96 113 -
CMYK 0 0.33 0.22 0.44
HSL 338.75º 0.2% 0.47% -
HSV(B) 338.75º 0.33% 0.56% -
XYZ 18.67 15.49 17.63 -
YUV 112.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 144 96 113 0 0.33 0.22 0.44 338.75 0.2 0.47
Hex 90 60 71 0 21 16 2C 153 14 2F
Octal 220 140 161 0 41 26 54 523 24 57
Binary 10010000 1100000 1110001 0 100001 10110 101100 101010011 10100 101111

Color Harmonies of #906071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906071

Black with #906071

Text Example


Text Example

White with #906071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906071; }

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

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

background-color css

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

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

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

border-color css

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

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

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