Html Css Color HEX #906976 Mauve Taupe

📋 copy color: '#906976'

red 144 ◦ green 105 ◦ blue 118

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

Shades of Mauve Taupe #906976

Tints of Mauve Taupe #906976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 39.24%
G = 28.61%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#906976 (or 0x906976) is known color: Mauve Taupe. HEX triplet: 90, 69 and 76. RGB value is (144,105,118). Sum of RGB (Red+Green+Blue) = 144+105+118=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #906976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906976 is #6F9689. Grayscale: #767676. Windows color (decimal): -7313034 or 7760272. OLE color: 7760272.

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

Color convert

RGB 144 105 118 -
CMYK 0 0.27 0.18 0.44
HSL 340º 0.16% 0.49% -
HSV(B) 340º 0.27% 0.56% -
XYZ 19.82 17.34 19.44 -
YUV 118.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 144 105 118 0 0.27 0.18 0.44 340 0.16 0.49
Hex 90 69 76 0 1B 12 2C 154 10 31
Octal 220 151 166 0 33 22 54 524 20 61
Binary 10010000 1101001 1110110 0 11011 10010 101100 101010100 10000 110001

Color Harmonies of #906976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906976

Black with #906976

Text Example


Text Example

White with #906976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906976; }

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

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

background-color css

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

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

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

border-color css

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

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

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