Html Css Color HEX #946573 Mauve Taupe

📋 copy color: '#946573'

red 148 ◦ green 101 ◦ blue 115

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

Shades of Mauve Taupe #946573

Tints of Mauve Taupe #946573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

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

R = 40.66%
G = 27.75%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#946573 (or 0x946573) is known color: Mauve Taupe. HEX triplet: 94, 65 and 73. RGB value is (148,101,115). Sum of RGB (Red+Green+Blue) = 148+101+115=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946573 is #6B9A8C. Grayscale: #747474. Windows color (decimal): -7051917 or 7562644. OLE color: 7562644.

HSL color Cylindrical-coordinate representation of color #946573: hue angle of 342.13º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946573 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 101 115 -
CMYK 0 0.32 0.22 0.42
HSL 342.13º 0.19% 0.49% -
HSV(B) 342.13º 0.32% 0.58% -
XYZ 19.96 16.84 18.42 -
YUV 116.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 148 101 115 0 0.32 0.22 0.42 342.13 0.19 0.49
Hex 94 65 73 0 20 16 2A 156 13 31
Octal 224 145 163 0 40 26 52 526 23 61
Binary 10010100 1100101 1110011 0 100000 10110 101010 101010110 10011 110001

Color Harmonies of #946573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946573

Black with #946573

Text Example


Text Example

White with #946573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946573; }

 p { color: rgb(148,101,115); }

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

background-color css

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

 a { background-color: rgb(148,101,115); }

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

border-color css

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

 span { border-color: rgb(148,101,115); }

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