Html Css Color HEX #906273 Mauve Taupe

📋 copy color: '#906273'

red 144 ◦ green 98 ◦ blue 115

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

Shades of Mauve Taupe #906273

Tints of Mauve Taupe #906273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 40.34%
G = 27.45%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#906273 (or 0x906273) is known color: Mauve Taupe. HEX triplet: 90, 62 and 73. RGB value is (144,98,115). Sum of RGB (Red+Green+Blue) = 144+98+115=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #906273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906273 is #6F9D8C. Grayscale: #717171. Windows color (decimal): -7314829 or 7561872. OLE color: 7561872.

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

Color convert

RGB 144 98 115 -
CMYK 0 0.32 0.20 0.44
HSL 337.83º 0.19% 0.47% -
HSV(B) 337.83º 0.32% 0.56% -
XYZ 18.96 15.9 18.29 -
YUV 113.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 144 98 115 0 0.32 0.20 0.44 337.83 0.19 0.47
Hex 90 62 73 0 20 14 2C 152 13 2F
Octal 220 142 163 0 40 24 54 522 23 57
Binary 10010000 1100010 1110011 0 100000 10100 101100 101010010 10011 101111

Color Harmonies of #906273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906273

Black with #906273

Text Example


Text Example

White with #906273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906273; }

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

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

background-color css

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

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

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

border-color css

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

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

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