Html Css Color HEX #906476 Mauve Taupe

📋 copy color: '#906476'

red 144 ◦ green 100 ◦ blue 118

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

Shades of Mauve Taupe #906476

Tints of Mauve Taupe #906476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 39.78%
G = 27.62%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#906476 (or 0x906476) is known color: Mauve Taupe. HEX triplet: 90, 64 and 76. RGB value is (144,100,118). Sum of RGB (Red+Green+Blue) = 144+100+118=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #906476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906476 is #6F9B89. Grayscale: #737373. Windows color (decimal): -7314314 or 7758992. OLE color: 7758992.

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

Color convert

RGB 144 100 118 -
CMYK 0 0.31 0.18 0.44
HSL 335.45º 0.18% 0.48% -
HSV(B) 335.45º 0.31% 0.56% -
XYZ 19.33 16.35 19.28 -
YUV 115.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 144 100 118 0 0.31 0.18 0.44 335.45 0.18 0.48
Hex 90 64 76 0 1F 12 2C 14F 12 30
Octal 220 144 166 0 37 22 54 517 22 60
Binary 10010000 1100100 1110110 0 11111 10010 101100 101001111 10010 110000

Color Harmonies of #906476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906476

Black with #906476

Text Example


Text Example

White with #906476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906476; }

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

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

background-color css

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

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

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

border-color css

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

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

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