Html Css Color HEX #906170 Mauve Taupe

📋 copy color: '#906170'

red 144 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #906170

Tints of Mauve Taupe #906170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 40.79%
G = 27.48%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906170 (or 0x906170) is known color: Mauve Taupe. HEX triplet: 90, 61 and 70. RGB value is (144,97,112). Sum of RGB (Red+Green+Blue) = 144+97+112=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #906170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906170 is #6F9E8F. Grayscale: #707070. Windows color (decimal): -7315088 or 7365008. OLE color: 7365008.

HSL color Cylindrical-coordinate representation of color #906170: hue angle of 340.85º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906170 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 97 112 -
CMYK 0 0.33 0.22 0.44
HSL 340.85º 0.2% 0.47% -
HSV(B) 340.85º 0.33% 0.56% -
XYZ 18.7 15.65 17.36 -
YUV 112.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 144 97 112 0 0.33 0.22 0.44 340.85 0.2 0.47
Hex 90 61 70 0 21 16 2C 155 14 2F
Octal 220 141 160 0 41 26 54 525 24 57
Binary 10010000 1100001 1110000 0 100001 10110 101100 101010101 10100 101111

Color Harmonies of #906170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906170

Black with #906170

Text Example


Text Example

White with #906170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906170; }

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

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

background-color css

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

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

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

border-color css

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

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

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