Html Css Color HEX #90626C Mauve Taupe

📋 copy color: '#90626C'

red 144 ◦ green 98 ◦ blue 108

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

Shades of Mauve Taupe #90626C

Tints of Mauve Taupe #90626C

RGB

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

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

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

R = 41.14%
G = 28%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90626C (or 0x90626C) is known color: Mauve Taupe. HEX triplet: 90, 62 and 6C. RGB value is (144,98,108). Sum of RGB (Red+Green+Blue) = 144+98+108=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90626C is #6F9D93. Grayscale: #707070. Windows color (decimal): -7314836 or 7103120. OLE color: 7103120.

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

Color convert

RGB 144 98 108 -
CMYK 0 0.32 0.25 0.44
HSL 346.96º 0.19% 0.47% -
HSV(B) 346.96º 0.32% 0.56% -
XYZ 18.58 15.75 16.25 -
YUV 112.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 144 98 108 0 0.32 0.25 0.44 346.96 0.19 0.47
Hex 90 62 6C 0 20 19 2C 15B 13 2F
Octal 220 142 154 0 40 31 54 533 23 57
Binary 10010000 1100010 1101100 0 100000 11001 101100 101011011 10011 101111

Color Harmonies of #90626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90626C

Black with #90626C

Text Example


Text Example

White with #90626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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