Html Css Color HEX #906876 Mauve Taupe

📋 copy color: '#906876'

red 144 ◦ green 104 ◦ blue 118

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

Shades of Mauve Taupe #906876

Tints of Mauve Taupe #906876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 39.34%
G = 28.42%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#906876 (or 0x906876) is known color: Mauve Taupe. HEX triplet: 90, 68 and 76. RGB value is (144,104,118). Sum of RGB (Red+Green+Blue) = 144+104+118=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #906876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906876 is #6F9789. Grayscale: #757575. Windows color (decimal): -7313290 or 7760016. OLE color: 7760016.

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

Color convert

RGB 144 104 118 -
CMYK 0 0.28 0.18 0.44
HSL 339º 0.16% 0.49% -
HSV(B) 339º 0.28% 0.56% -
XYZ 19.72 17.14 19.41 -
YUV 117.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 144 104 118 0 0.28 0.18 0.44 339 0.16 0.49
Hex 90 68 76 0 1C 12 2C 153 10 31
Octal 220 150 166 0 34 22 54 523 20 61
Binary 10010000 1101000 1110110 0 11100 10010 101100 101010011 10000 110001

Color Harmonies of #906876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906876

Black with #906876

Text Example


Text Example

White with #906876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906876; }

 p { color: rgb(144,104,118); }

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

background-color css

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

 a { background-color: rgb(144,104,118); }

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

border-color css

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

 span { border-color: rgb(144,104,118); }

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