Html Css Color HEX #90636B Mauve Taupe

📋 copy color: '#90636B'

red 144 ◦ green 99 ◦ blue 107

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

Shades of Mauve Taupe #90636B

Tints of Mauve Taupe #90636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 41.14%
G = 28.29%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90636B (or 0x90636B) is known color: Mauve Taupe. HEX triplet: 90, 63 and 6B. RGB value is (144,99,107). Sum of RGB (Red+Green+Blue) = 144+99+107=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90636B is #6F9C94. Grayscale: #717171. Windows color (decimal): -7314581 or 7037840. OLE color: 7037840.

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

Color convert

RGB 144 99 107 -
CMYK 0 0.31 0.26 0.44
HSL 349.33º 0.19% 0.48% -
HSV(B) 349.33º 0.31% 0.56% -
XYZ 18.62 15.91 16 -
YUV 113.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 144 99 107 0 0.31 0.26 0.44 349.33 0.19 0.48
Hex 90 63 6B 0 1F 1A 2C 15D 13 30
Octal 220 143 153 0 37 32 54 535 23 60
Binary 10010000 1100011 1101011 0 11111 11010 101100 101011101 10011 110000

Color Harmonies of #90636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90636B

Black with #90636B

Text Example


Text Example

White with #90636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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