Html Css Color HEX #946676 Mauve Taupe

📋 copy color: '#946676'

red 148 ◦ green 102 ◦ blue 118

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

Shades of Mauve Taupe #946676

Tints of Mauve Taupe #946676

RGB

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

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

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

R = 40.22%
G = 27.72%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946676 (or 0x946676) is known color: Mauve Taupe. HEX triplet: 94, 66 and 76. RGB value is (148,102,118). Sum of RGB (Red+Green+Blue) = 148+102+118=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946676 is #6B9989. Grayscale: #757575. Windows color (decimal): -7051658 or 7759508. OLE color: 7759508.

HSL color Cylindrical-coordinate representation of color #946676: hue angle of 339.13º 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 #946676 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 102 118 -
CMYK 0 0.31 0.20 0.42
HSL 339.13º 0.18% 0.49% -
HSV(B) 339.13º 0.31% 0.58% -
XYZ 20.23 17.11 19.38 -
YUV 117.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 148 102 118 0 0.31 0.20 0.42 339.13 0.18 0.49
Hex 94 66 76 0 1F 14 2A 153 12 31
Octal 224 146 166 0 37 24 52 523 22 61
Binary 10010100 1100110 1110110 0 11111 10100 101010 101010011 10010 110001

Color Harmonies of #946676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946676

Black with #946676

Text Example


Text Example

White with #946676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946676; }

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

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

background-color css

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

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

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

border-color css

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

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

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