Html Css Color HEX #946476 Mauve Taupe

📋 copy color: '#946476'

red 148 ◦ green 100 ◦ blue 118

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

Shades of Mauve Taupe #946476

Tints of Mauve Taupe #946476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 40.44%
G = 27.32%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946476 (or 0x946476) is known color: Mauve Taupe. HEX triplet: 94, 64 and 76. RGB value is (148,100,118). Sum of RGB (Red+Green+Blue) = 148+100+118=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946476 is #6B9B89. Grayscale: #747474. Windows color (decimal): -7052170 or 7758996. OLE color: 7758996.

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

Color convert

RGB 148 100 118 -
CMYK 0 0.32 0.20 0.42
HSL 337.5º 0.19% 0.49% -
HSV(B) 337.5º 0.32% 0.58% -
XYZ 20.04 16.72 19.31 -
YUV 116.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 148 100 118 0 0.32 0.20 0.42 337.5 0.19 0.49
Hex 94 64 76 0 20 14 2A 152 13 31
Octal 224 144 166 0 40 24 52 522 23 61
Binary 10010100 1100100 1110110 0 100000 10100 101010 101010010 10011 110001

Color Harmonies of #946476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946476

Black with #946476

Text Example


Text Example

White with #946476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946476; }

 p { color: rgb(148,100,118); }

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

background-color css

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

 a { background-color: rgb(148,100,118); }

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

border-color css

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

 span { border-color: rgb(148,100,118); }

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