Html Css Color HEX #906163 Mauve Taupe

📋 copy color: '#906163'

red 144 ◦ green 97 ◦ blue 99

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

Shades of Mauve Taupe #906163

Tints of Mauve Taupe #906163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 42.35%
G = 28.53%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#906163 (or 0x906163) is known color: Mauve Taupe. HEX triplet: 90, 61 and 63. RGB value is (144,97,99). Sum of RGB (Red+Green+Blue) = 144+97+99=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #906163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906163 is #6F9E9C. Grayscale: #6F6F6F. Windows color (decimal): -7315101 or 6513040. OLE color: 6513040.

HSL color Cylindrical-coordinate representation of color #906163: hue angle of 357.45º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906163 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 97 99 -
CMYK 0 0.33 0.31 0.44
HSL 357.45º 0.2% 0.47% -
HSV(B) 357.45º 0.33% 0.56% -
XYZ 18.03 15.38 13.82 -
YUV 111.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 144 97 99 0 0.33 0.31 0.44 357.45 0.2 0.47
Hex 90 61 63 0 21 1F 2C 165 14 2F
Octal 220 141 143 0 41 37 54 545 24 57
Binary 10010000 1100001 1100011 0 100001 11111 101100 101100101 10100 101111

Color Harmonies of #906163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906163

Black with #906163

Text Example


Text Example

White with #906163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906163; }

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

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

background-color css

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

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

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

border-color css

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

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

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