Html Css Color HEX #90596C Mauve Taupe

📋 copy color: '#90596C'

red 144 ◦ green 89 ◦ blue 108

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

Shades of Mauve Taupe #90596C

Tints of Mauve Taupe #90596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 42.23%
G = 26.1%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90596C (or 0x90596C) is known color: Mauve Taupe. HEX triplet: 90, 59 and 6C. RGB value is (144,89,108). Sum of RGB (Red+Green+Blue) = 144+89+108=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90596C is #6FA693. Grayscale: #6B6B6B. Windows color (decimal): -7317140 or 7100816. OLE color: 7100816.

HSL color Cylindrical-coordinate representation of color #90596C: hue angle of 339.27º 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 #90596C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 89 108 -
CMYK 0 0.38 0.25 0.44
HSL 339.27º 0.24% 0.46% -
HSV(B) 339.27º 0.38% 0.56% -
XYZ 17.78 14.16 15.98 -
YUV 107.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 144 89 108 0 0.38 0.25 0.44 339.27 0.24 0.46
Hex 90 59 6C 0 26 19 2C 153 18 2E
Octal 220 131 154 0 46 31 54 523 30 56
Binary 10010000 1011001 1101100 0 100110 11001 101100 101010011 11000 101110

Color Harmonies of #90596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90596C

Black with #90596C

Text Example


Text Example

White with #90596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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