Html Css Color HEX #946263 Mauve Taupe

📋 copy color: '#946263'

red 148 ◦ green 98 ◦ blue 99

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

Shades of Mauve Taupe #946263

Tints of Mauve Taupe #946263

RGB

 RED value IS 148 (58.2% from 255) = 42.9%

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

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

R = 42.9%
G = 28.41%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#946263 (or 0x946263) is known color: Mauve Taupe. HEX triplet: 94, 62 and 63. RGB value is (148,98,99). Sum of RGB (Red+Green+Blue) = 148+98+99=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #946263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946263 is #6B9D9C. Grayscale: #717171. Windows color (decimal): -7052701 or 6513300. OLE color: 6513300.

HSL color Cylindrical-coordinate representation of color #946263: hue angle of 358.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946263 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 98 99 -
CMYK 0 0.34 0.33 0.42
HSL 358.8º 0.2% 0.48% -
HSV(B) 358.8º 0.34% 0.58% -
XYZ 18.83 15.93 13.89 -
YUV 113.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 148 98 99 0 0.34 0.33 0.42 358.8 0.2 0.48
Hex 94 62 63 0 22 21 2A 167 14 30
Octal 224 142 143 0 42 41 52 547 24 60
Binary 10010100 1100010 1100011 0 100010 100001 101010 101100111 10100 110000

Color Harmonies of #946263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946263

Black with #946263

Text Example


Text Example

White with #946263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946263; }

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

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

background-color css

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

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

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

border-color css

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

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

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