Html Css Color HEX #906263 Mauve Taupe

📋 copy color: '#906263'

red 144 ◦ green 98 ◦ blue 99

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

Shades of Mauve Taupe #906263

Tints of Mauve Taupe #906263

RGB

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

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

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

R = 42.23%
G = 28.74%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#906263 (or 0x906263) is known color: Mauve Taupe. HEX triplet: 90, 62 and 63. RGB value is (144,98,99). Sum of RGB (Red+Green+Blue) = 144+98+99=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #906263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906263 is #6F9D9C. Grayscale: #6F6F6F. Windows color (decimal): -7314845 or 6513296. OLE color: 6513296.

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

Color convert

RGB 144 98 99 -
CMYK 0 0.32 0.31 0.44
HSL 358.7º 0.19% 0.47% -
HSV(B) 358.7º 0.32% 0.56% -
XYZ 18.12 15.57 13.85 -
YUV 111.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 144 98 99 0 0.32 0.31 0.44 358.7 0.19 0.47
Hex 90 62 63 0 20 1F 2C 167 13 2F
Octal 220 142 143 0 40 37 54 547 23 57
Binary 10010000 1100010 1100011 0 100000 11111 101100 101100111 10011 101111

Color Harmonies of #906263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906263

Black with #906263

Text Example


Text Example

White with #906263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906263; }

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

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

background-color css

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

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

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

border-color css

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

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

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