Html Css Color HEX #946771 Mauve Taupe

📋 copy color: '#946771'

red 148 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #946771

Tints of Mauve Taupe #946771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

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

R = 40.66%
G = 28.3%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946771 (or 0x946771) is known color: Mauve Taupe. HEX triplet: 94, 67 and 71. RGB value is (148,103,113). Sum of RGB (Red+Green+Blue) = 148+103+113=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946771 is #6B988E. Grayscale: #757575. Windows color (decimal): -7051407 or 7432084. OLE color: 7432084.

HSL color Cylindrical-coordinate representation of color #946771: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946771 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 113 -
CMYK 0 0.30 0.24 0.42
HSL 346.67º 0.18% 0.49% -
HSV(B) 346.67º 0.3% 0.58% -
XYZ 20.04 17.19 17.88 -
YUV 117.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 148 103 113 0 0.30 0.24 0.42 346.67 0.18 0.49
Hex 94 67 71 0 1E 18 2A 15B 12 31
Octal 224 147 161 0 36 30 52 533 22 61
Binary 10010100 1100111 1110001 0 11110 11000 101010 101011011 10010 110001

Color Harmonies of #946771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946771

Black with #946771

Text Example


Text Example

White with #946771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946771; }

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

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

background-color css

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

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

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

border-color css

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

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

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