Html Css Color HEX #906771 Mauve Taupe

📋 copy color: '#906771'

red 144 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #906771

Tints of Mauve Taupe #906771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

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

R = 40%
G = 28.61%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906771 (or 0x906771) is known color: Mauve Taupe. HEX triplet: 90, 67 and 71. RGB value is (144,103,113). Sum of RGB (Red+Green+Blue) = 144+103+113=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #906771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906771 is #6F988E. Grayscale: #747474. Windows color (decimal): -7313551 or 7432080. OLE color: 7432080.

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

Color convert

RGB 144 103 113 -
CMYK 0 0.28 0.22 0.44
HSL 345.37º 0.17% 0.48% -
HSV(B) 345.37º 0.28% 0.56% -
XYZ 19.33 16.82 17.85 -
YUV 116.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 144 103 113 0 0.28 0.22 0.44 345.37 0.17 0.48
Hex 90 67 71 0 1C 16 2C 159 11 30
Octal 220 147 161 0 34 26 54 531 21 60
Binary 10010000 1100111 1110001 0 11100 10110 101100 101011001 10001 110000

Color Harmonies of #906771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906771

Black with #906771

Text Example


Text Example

White with #906771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906771; }

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

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

background-color css

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

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

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

border-color css

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

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

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