Html Css Color HEX #905970 Mauve Taupe

📋 copy color: '#905970'

red 144 ◦ green 89 ◦ blue 112

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

Shades of Mauve Taupe #905970

Tints of Mauve Taupe #905970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

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

R = 41.74%
G = 25.8%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#905970 (or 0x905970) is known color: Mauve Taupe. HEX triplet: 90, 59 and 70. RGB value is (144,89,112). Sum of RGB (Red+Green+Blue) = 144+89+112=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905970 is #6FA68F. Grayscale: #6C6C6C. Windows color (decimal): -7317136 or 7362960. OLE color: 7362960.

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

Color convert

RGB 144 89 112 -
CMYK 0 0.38 0.22 0.44
HSL 334.91º 0.24% 0.46% -
HSV(B) 334.91º 0.38% 0.56% -
XYZ 18 14.24 17.13 -
YUV 108.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 144 89 112 0 0.38 0.22 0.44 334.91 0.24 0.46
Hex 90 59 70 0 26 16 2C 14F 18 2E
Octal 220 131 160 0 46 26 54 517 30 56
Binary 10010000 1011001 1110000 0 100110 10110 101100 101001111 11000 101110

Color Harmonies of #905970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905970

Black with #905970

Text Example


Text Example

White with #905970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905970; }

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

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

background-color css

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

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

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

border-color css

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

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

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