Html Css Color HEX #906D71 Mauve Taupe

📋 copy color: '#906D71'

red 144 ◦ green 109 ◦ blue 113

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

Shades of Mauve Taupe #906D71

Tints of Mauve Taupe #906D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

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

R = 39.34%
G = 29.78%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906D71 (or 0x906D71) is known color: Mauve Taupe. HEX triplet: 90, 6D and 71. RGB value is (144,109,113). Sum of RGB (Red+Green+Blue) = 144+109+113=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #906D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D71 is #6F928E. Grayscale: #777777. Windows color (decimal): -7312015 or 7433616. OLE color: 7433616.

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

Color convert

RGB 144 109 113 -
CMYK 0 0.24 0.22 0.44
HSL 353.14º 0.14% 0.5% -
HSV(B) 353.14º 0.24% 0.56% -
XYZ 19.95 18.06 18.06 -
YUV 119.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 144 109 113 0 0.24 0.22 0.44 353.14 0.14 0.5
Hex 90 6D 71 0 18 16 2C 161 E 32
Octal 220 155 161 0 30 26 54 541 16 62
Binary 10010000 1101101 1110001 0 11000 10110 101100 101100001 1110 110010

Color Harmonies of #906D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D71

Black with #906D71

Text Example


Text Example

White with #906D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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