Html Css Color HEX #90616F Mauve Taupe

📋 copy color: '#90616F'

red 144 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #90616F

Tints of Mauve Taupe #90616F

RGB

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

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

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

R = 40.91%
G = 27.56%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90616F (or 0x90616F) is known color: Mauve Taupe. HEX triplet: 90, 61 and 6F. RGB value is (144,97,111). Sum of RGB (Red+Green+Blue) = 144+97+111=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90616F is #6F9E90. Grayscale: #707070. Windows color (decimal): -7315089 or 7299472. OLE color: 7299472.

HSL color Cylindrical-coordinate representation of color #90616F: hue angle of 342.13º 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 #90616F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 97 111 -
CMYK 0 0.33 0.23 0.44
HSL 342.13º 0.2% 0.47% -
HSV(B) 342.13º 0.33% 0.56% -
XYZ 18.65 15.63 17.07 -
YUV 112.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 144 97 111 0 0.33 0.23 0.44 342.13 0.2 0.47
Hex 90 61 6F 0 21 17 2C 156 14 2F
Octal 220 141 157 0 41 27 54 526 24 57
Binary 10010000 1100001 1101111 0 100001 10111 101100 101010110 10100 101111

Color Harmonies of #90616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90616F

Black with #90616F

Text Example


Text Example

White with #90616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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