Html Css Color HEX #90626B Mauve Taupe

📋 copy color: '#90626B'

red 144 ◦ green 98 ◦ blue 107

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

Shades of Mauve Taupe #90626B

Tints of Mauve Taupe #90626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 41.26%
G = 28.08%
B = 30.66%

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

#90626B (or 0x90626B) is known color: Mauve Taupe. HEX triplet: 90, 62 and 6B. RGB value is (144,98,107). Sum of RGB (Red+Green+Blue) = 144+98+107=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #90626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90626B is #6F9D94. Grayscale: #707070. Windows color (decimal): -7314837 or 7037584. OLE color: 7037584.

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

Color convert

RGB 144 98 107 -
CMYK 0 0.32 0.26 0.44
HSL 348.26º 0.19% 0.47% -
HSV(B) 348.26º 0.32% 0.56% -
XYZ 18.52 15.73 15.97 -
YUV 112.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 144 98 107 0 0.32 0.26 0.44 348.26 0.19 0.47
Hex 90 62 6B 0 20 1A 2C 15C 13 2F
Octal 220 142 153 0 40 32 54 534 23 57
Binary 10010000 1100010 1101011 0 100000 11010 101100 101011100 10011 101111

Color Harmonies of #90626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90626B

Black with #90626B

Text Example


Text Example

White with #90626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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