Html Css Color HEX #946571 Mauve Taupe

📋 copy color: '#946571'

red 148 ◦ green 101 ◦ blue 113

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

Shades of Mauve Taupe #946571

Tints of Mauve Taupe #946571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 40.88%
G = 27.9%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946571 (or 0x946571) is known color: Mauve Taupe. HEX triplet: 94, 65 and 71. RGB value is (148,101,113). Sum of RGB (Red+Green+Blue) = 148+101+113=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946571 is #6B9A8E. Grayscale: #747474. Windows color (decimal): -7051919 or 7431572. OLE color: 7431572.

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

Color convert

RGB 148 101 113 -
CMYK 0 0.32 0.24 0.42
HSL 344.68º 0.19% 0.49% -
HSV(B) 344.68º 0.32% 0.58% -
XYZ 19.85 16.8 17.82 -
YUV 116.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 148 101 113 0 0.32 0.24 0.42 344.68 0.19 0.49
Hex 94 65 71 0 20 18 2A 159 13 31
Octal 224 145 161 0 40 30 52 531 23 61
Binary 10010100 1100101 1110001 0 100000 11000 101010 101011001 10011 110001

Color Harmonies of #946571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946571

Black with #946571

Text Example


Text Example

White with #946571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946571; }

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

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

background-color css

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

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

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

border-color css

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

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

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