Html Css Color HEX #906A71 Mauve Taupe

📋 copy color: '#906A71'

red 144 ◦ green 106 ◦ blue 113

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

Shades of Mauve Taupe #906A71

Tints of Mauve Taupe #906A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 39.67%
G = 29.2%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906A71 (or 0x906A71) is known color: Mauve Taupe. HEX triplet: 90, 6A and 71. RGB value is (144,106,113). Sum of RGB (Red+Green+Blue) = 144+106+113=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #906A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A71 is #6F958E. Grayscale: #767676. Windows color (decimal): -7312783 or 7432848. OLE color: 7432848.

HSL color Cylindrical-coordinate representation of color #906A71: hue angle of 348.95º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #906A71 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 106 113 -
CMYK 0 0.26 0.22 0.44
HSL 348.95º 0.15% 0.49% -
HSV(B) 348.95º 0.26% 0.56% -
XYZ 19.64 17.43 17.95 -
YUV 118.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 144 106 113 0 0.26 0.22 0.44 348.95 0.15 0.49
Hex 90 6A 71 0 1A 16 2C 15D F 31
Octal 220 152 161 0 32 26 54 535 17 61
Binary 10010000 1101010 1110001 0 11010 10110 101100 101011101 1111 110001

Color Harmonies of #906A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906A71

Black with #906A71

Text Example


Text Example

White with #906A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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