Html Css Color HEX #946871 Mauve Taupe

📋 copy color: '#946871'

red 148 ◦ green 104 ◦ blue 113

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

Shades of Mauve Taupe #946871

Tints of Mauve Taupe #946871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 40.55%
G = 28.49%
B = 30.96%

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

#946871 (or 0x946871) is known color: Mauve Taupe. HEX triplet: 94, 68 and 71. RGB value is (148,104,113). Sum of RGB (Red+Green+Blue) = 148+104+113=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946871 is #6B978E. Grayscale: #767676. Windows color (decimal): -7051151 or 7432340. OLE color: 7432340.

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

Color convert

RGB 148 104 113 -
CMYK 0 0.30 0.24 0.42
HSL 347.73º 0.17% 0.49% -
HSV(B) 347.73º 0.3% 0.58% -
XYZ 20.14 17.39 17.92 -
YUV 118.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 148 104 113 0 0.30 0.24 0.42 347.73 0.17 0.49
Hex 94 68 71 0 1E 18 2A 15C 11 31
Octal 224 150 161 0 36 30 52 534 21 61
Binary 10010100 1101000 1110001 0 11110 11000 101010 101011100 10001 110001

Color Harmonies of #946871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946871

Black with #946871

Text Example


Text Example

White with #946871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946871; }

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

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

background-color css

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

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

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

border-color css

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

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

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