Html Css Color HEX #906470 Mauve Taupe

📋 copy color: '#906470'

red 144 ◦ green 100 ◦ blue 112

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

Shades of Mauve Taupe #906470

Tints of Mauve Taupe #906470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 40.45%
G = 28.09%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906470 (or 0x906470) is known color: Mauve Taupe. HEX triplet: 90, 64 and 70. RGB value is (144,100,112). Sum of RGB (Red+Green+Blue) = 144+100+112=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #906470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906470 is #6F9B8F. Grayscale: #727272. Windows color (decimal): -7314320 or 7365776. OLE color: 7365776.

HSL color Cylindrical-coordinate representation of color #906470: hue angle of 343.64º 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 #906470 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 100 112 -
CMYK 0 0.31 0.22 0.44
HSL 343.64º 0.18% 0.48% -
HSV(B) 343.64º 0.31% 0.56% -
XYZ 18.98 16.21 17.46 -
YUV 114.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 144 100 112 0 0.31 0.22 0.44 343.64 0.18 0.48
Hex 90 64 70 0 1F 16 2C 158 12 30
Octal 220 144 160 0 37 26 54 530 22 60
Binary 10010000 1100100 1110000 0 11111 10110 101100 101011000 10010 110000

Color Harmonies of #906470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906470

Black with #906470

Text Example


Text Example

White with #906470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906470; }

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

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

background-color css

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

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

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

border-color css

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

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

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