Html Css Color HEX #906D77 Mauve Taupe

📋 copy color: '#906D77'

red 144 ◦ green 109 ◦ blue 119

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

Shades of Mauve Taupe #906D77

Tints of Mauve Taupe #906D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 38.71%
G = 29.3%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#906D77 (or 0x906D77) is known color: Mauve Taupe. HEX triplet: 90, 6D and 77. RGB value is (144,109,119). Sum of RGB (Red+Green+Blue) = 144+109+119=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #906D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D77 is #6F9288. Grayscale: #787878. Windows color (decimal): -7312009 or 7826832. OLE color: 7826832.

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

Color convert

RGB 144 109 119 -
CMYK 0 0.24 0.17 0.44
HSL 342.86º 0.14% 0.5% -
HSV(B) 342.86º 0.24% 0.56% -
XYZ 20.3 18.2 19.9 -
YUV 120.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 144 109 119 0 0.24 0.17 0.44 342.86 0.14 0.5
Hex 90 6D 77 0 18 11 2C 157 E 32
Octal 220 155 167 0 30 21 54 527 16 62
Binary 10010000 1101101 1110111 0 11000 10001 101100 101010111 1110 110010

Color Harmonies of #906D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D77

Black with #906D77

Text Example


Text Example

White with #906D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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