Html Css Color HEX #90566F Mauve Taupe

📋 copy color: '#90566F'

red 144 ◦ green 86 ◦ blue 111

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

Shades of Mauve Taupe #90566F

Tints of Mauve Taupe #90566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 42.23%
G = 25.22%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90566F (or 0x90566F) is known color: Mauve Taupe. HEX triplet: 90, 56 and 6F. RGB value is (144,86,111). Sum of RGB (Red+Green+Blue) = 144+86+111=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90566F is #6FA990. Grayscale: #6A6A6A. Windows color (decimal): -7317905 or 7296656. OLE color: 7296656.

HSL color Cylindrical-coordinate representation of color #90566F: hue angle of 334.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90566F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 86 111 -
CMYK 0 0.40 0.23 0.44
HSL 334.14º 0.25% 0.45% -
HSV(B) 334.14º 0.4% 0.56% -
XYZ 17.7 13.73 16.76 -
YUV 106.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 144 86 111 0 0.40 0.23 0.44 334.14 0.25 0.45
Hex 90 56 6F 0 28 17 2C 14E 19 2D
Octal 220 126 157 0 50 27 54 516 31 55
Binary 10010000 1010110 1101111 0 101000 10111 101100 101001110 11001 101101

Color Harmonies of #90566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90566F

Black with #90566F

Text Example


Text Example

White with #90566F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90566F; }

 p { color: rgb(144,86,111); }

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

background-color css

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

 a { background-color: rgb(144,86,111); }

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

border-color css

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

 span { border-color: rgb(144,86,111); }

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