Html Css Color HEX #946670 Mauve Taupe

📋 copy color: '#946670'

red 148 ◦ green 102 ◦ blue 112

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

Shades of Mauve Taupe #946670

Tints of Mauve Taupe #946670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 40.88%
G = 28.18%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946670 (or 0x946670) is known color: Mauve Taupe. HEX triplet: 94, 66 and 70. RGB value is (148,102,112). Sum of RGB (Red+Green+Blue) = 148+102+112=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946670 is #6B998F. Grayscale: #747474. Windows color (decimal): -7051664 or 7366292. OLE color: 7366292.

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

Color convert

RGB 148 102 112 -
CMYK 0 0.31 0.24 0.42
HSL 346.96º 0.18% 0.49% -
HSV(B) 346.96º 0.31% 0.58% -
XYZ 19.89 16.97 17.56 -
YUV 116.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 148 102 112 0 0.31 0.24 0.42 346.96 0.18 0.49
Hex 94 66 70 0 1F 18 2A 15B 12 31
Octal 224 146 160 0 37 30 52 533 22 61
Binary 10010100 1100110 1110000 0 11111 11000 101010 101011011 10010 110001

Color Harmonies of #946670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946670

Black with #946670

Text Example


Text Example

White with #946670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946670; }

 p { color: rgb(148,102,112); }

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

background-color css

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

 a { background-color: rgb(148,102,112); }

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

border-color css

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

 span { border-color: rgb(148,102,112); }

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