Html Css Color HEX #906B71 Mauve Taupe

📋 copy color: '#906B71'

red 144 ◦ green 107 ◦ blue 113

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

Shades of Mauve Taupe #906B71

Tints of Mauve Taupe #906B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 39.56%
G = 29.4%
B = 31.04%

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

#906B71 (or 0x906B71) is known color: Mauve Taupe. HEX triplet: 90, 6B and 71. RGB value is (144,107,113). Sum of RGB (Red+Green+Blue) = 144+107+113=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B71 is #6F948E. Grayscale: #767676. Windows color (decimal): -7312527 or 7433104. OLE color: 7433104.

HSL color Cylindrical-coordinate representation of color #906B71: hue angle of 350.27º 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 #906B71 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 107 113 -
CMYK 0 0.26 0.22 0.44
HSL 350.27º 0.15% 0.49% -
HSV(B) 350.27º 0.26% 0.56% -
XYZ 19.74 17.64 17.99 -
YUV 118.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 144 107 113 0 0.26 0.22 0.44 350.27 0.15 0.49
Hex 90 6B 71 0 1A 16 2C 15E F 31
Octal 220 153 161 0 32 26 54 536 17 61
Binary 10010000 1101011 1110001 0 11010 10110 101100 101011110 1111 110001

Color Harmonies of #906B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906B71

Black with #906B71

Text Example


Text Example

White with #906B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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