Html Css Color HEX #90616C Mauve Taupe

📋 copy color: '#90616C'

red 144 ◦ green 97 ◦ blue 108

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

Shades of Mauve Taupe #90616C

Tints of Mauve Taupe #90616C

RGB

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

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

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

R = 41.26%
G = 27.79%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90616C (or 0x90616C) is known color: Mauve Taupe. HEX triplet: 90, 61 and 6C. RGB value is (144,97,108). Sum of RGB (Red+Green+Blue) = 144+97+108=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #90616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90616C is #6F9E93. Grayscale: #707070. Windows color (decimal): -7315092 or 7102864. OLE color: 7102864.

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

Color convert

RGB 144 97 108 -
CMYK 0 0.33 0.25 0.44
HSL 345.96º 0.2% 0.47% -
HSV(B) 345.96º 0.33% 0.56% -
XYZ 18.48 15.56 16.22 -
YUV 112.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 144 97 108 0 0.33 0.25 0.44 345.96 0.2 0.47
Hex 90 61 6C 0 21 19 2C 15A 14 2F
Octal 220 141 154 0 41 31 54 532 24 57
Binary 10010000 1100001 1101100 0 100001 11001 101100 101011010 10100 101111

Color Harmonies of #90616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90616C

Black with #90616C

Text Example


Text Example

White with #90616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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