Html Css Color HEX #946971 Mauve Taupe

📋 copy color: '#946971'

red 148 ◦ green 105 ◦ blue 113

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

Shades of Mauve Taupe #946971

Tints of Mauve Taupe #946971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 40.44%
G = 28.69%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946971 (or 0x946971) is known color: Mauve Taupe. HEX triplet: 94, 69 and 71. RGB value is (148,105,113). Sum of RGB (Red+Green+Blue) = 148+105+113=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946971 is #6B968E. Grayscale: #767676. Windows color (decimal): -7050895 or 7432596. OLE color: 7432596.

HSL color Cylindrical-coordinate representation of color #946971: hue angle of 348.84º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946971 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 113 -
CMYK 0 0.29 0.24 0.42
HSL 348.84º 0.17% 0.5% -
HSV(B) 348.84º 0.29% 0.58% -
XYZ 20.24 17.59 17.95 -
YUV 118.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 148 105 113 0 0.29 0.24 0.42 348.84 0.17 0.5
Hex 94 69 71 0 1D 18 2A 15D 11 32
Octal 224 151 161 0 35 30 52 535 21 62
Binary 10010100 1101001 1110001 0 11101 11000 101010 101011101 10001 110010

Color Harmonies of #946971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946971

Black with #946971

Text Example


Text Example

White with #946971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946971; }

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

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

background-color css

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

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

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

border-color css

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

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

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