Html Css Color HEX #90626A Mauve Taupe

📋 copy color: '#90626A'

red 144 ◦ green 98 ◦ blue 106

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

Shades of Mauve Taupe #90626A

Tints of Mauve Taupe #90626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 41.38%
G = 28.16%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90626A (or 0x90626A) is known color: Mauve Taupe. HEX triplet: 90, 62 and 6A. RGB value is (144,98,106). Sum of RGB (Red+Green+Blue) = 144+98+106=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #90626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90626A is #6F9D95. Grayscale: #707070. Windows color (decimal): -7314838 or 6972048. OLE color: 6972048.

HSL color Cylindrical-coordinate representation of color #90626A: hue angle of 349.57º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90626A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 106 -
CMYK 0 0.32 0.26 0.44
HSL 349.57º 0.19% 0.47% -
HSV(B) 349.57º 0.32% 0.56% -
XYZ 18.47 15.71 15.69 -
YUV 112.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 144 98 106 0 0.32 0.26 0.44 349.57 0.19 0.47
Hex 90 62 6A 0 20 1A 2C 15E 13 2F
Octal 220 142 152 0 40 32 54 536 23 57
Binary 10010000 1100010 1101010 0 100000 11010 101100 101011110 10011 101111

Color Harmonies of #90626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90626A

Black with #90626A

Text Example


Text Example

White with #90626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90626A; }

 p { color: rgb(144,98,106); }

 H1.HeaderClassName
 {
   color: #90626A;
 }
 .AnyTagClassName
 {
   color: #90626A;
 }
</style>

background-color css

<style>
 a { background-color: #90626A; }

 a { background-color: rgb(144,98,106); }

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

border-color css

<style>
 span { border-color: #90626A; }

 span { border-color: rgb(144,98,106); }

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