Html Css Color HEX #90656D Mauve Taupe

📋 copy color: '#90656D'

red 144 ◦ green 101 ◦ blue 109

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

Shades of Mauve Taupe #90656D

Tints of Mauve Taupe #90656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 40.68%
G = 28.53%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90656D (or 0x90656D) is known color: Mauve Taupe. HEX triplet: 90, 65 and 6D. RGB value is (144,101,109). Sum of RGB (Red+Green+Blue) = 144+101+109=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90656D is #6F9A92. Grayscale: #727272. Windows color (decimal): -7314067 or 7169424. OLE color: 7169424.

HSL color Cylindrical-coordinate representation of color #90656D: hue angle of 348.84º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90656D is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 101 109 -
CMYK 0 0.30 0.24 0.44
HSL 348.84º 0.18% 0.48% -
HSV(B) 348.84º 0.3% 0.56% -
XYZ 18.92 16.34 16.63 -
YUV 114.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 144 101 109 0 0.30 0.24 0.44 348.84 0.18 0.48
Hex 90 65 6D 0 1E 18 2C 15D 12 30
Octal 220 145 155 0 36 30 54 535 22 60
Binary 10010000 1100101 1101101 0 11110 11000 101100 101011101 10010 110000

Color Harmonies of #90656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90656D

Black with #90656D

Text Example


Text Example

White with #90656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90656D; }

 p { color: rgb(144,101,109); }

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

background-color css

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

 a { background-color: rgb(144,101,109); }

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

border-color css

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

 span { border-color: rgb(144,101,109); }

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