Html Css Color HEX #946166 Mauve Taupe

📋 copy color: '#946166'

red 148 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #946166

Tints of Mauve Taupe #946166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 42.65%
G = 27.95%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946166 (or 0x946166) is known color: Mauve Taupe. HEX triplet: 94, 61 and 66. RGB value is (148,97,102). Sum of RGB (Red+Green+Blue) = 148+97+102=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #946166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946166 is #6B9E99. Grayscale: #707070. Windows color (decimal): -7052954 or 6709652. OLE color: 6709652.

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

Color convert

RGB 148 97 102 -
CMYK 0 0.34 0.31 0.42
HSL 354.12º 0.21% 0.48% -
HSV(B) 354.12º 0.34% 0.58% -
XYZ 18.89 15.8 14.63 -
YUV 112.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 148 97 102 0 0.34 0.31 0.42 354.12 0.21 0.48
Hex 94 61 66 0 22 1F 2A 162 15 30
Octal 224 141 146 0 42 37 52 542 25 60
Binary 10010100 1100001 1100110 0 100010 11111 101010 101100010 10101 110000

Color Harmonies of #946166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946166

Black with #946166

Text Example


Text Example

White with #946166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946166; }

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

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

background-color css

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

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

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

border-color css

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

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

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