Html Css Color HEX #90626E Mauve Taupe

📋 copy color: '#90626E'

red 144 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #90626E

Tints of Mauve Taupe #90626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 40.91%
G = 27.84%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90626E (or 0x90626E) is known color: Mauve Taupe. HEX triplet: 90, 62 and 6E. RGB value is (144,98,110). Sum of RGB (Red+Green+Blue) = 144+98+110=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90626E is #6F9D91. Grayscale: #717171. Windows color (decimal): -7314834 or 7234192. OLE color: 7234192.

HSL color Cylindrical-coordinate representation of color #90626E: hue angle of 344.35º 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 #90626E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 110 -
CMYK 0 0.32 0.24 0.44
HSL 344.35º 0.19% 0.47% -
HSV(B) 344.35º 0.32% 0.56% -
XYZ 18.68 15.79 16.81 -
YUV 113.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 144 98 110 0 0.32 0.24 0.44 344.35 0.19 0.47
Hex 90 62 6E 0 20 18 2C 158 13 2F
Octal 220 142 156 0 40 30 54 530 23 57
Binary 10010000 1100010 1101110 0 100000 11000 101100 101011000 10011 101111

Color Harmonies of #90626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90626E

Black with #90626E

Text Example


Text Example

White with #90626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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