Html Css Color HEX #946677 Mauve Taupe

📋 copy color: '#946677'

red 148 ◦ green 102 ◦ blue 119

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

Shades of Mauve Taupe #946677

Tints of Mauve Taupe #946677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.25%

R = 40.11%
G = 27.64%
B = 32.25%

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

#946677 (or 0x946677) is known color: Mauve Taupe. HEX triplet: 94, 66 and 77. RGB value is (148,102,119). Sum of RGB (Red+Green+Blue) = 148+102+119=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #946677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946677 is #6B9988. Grayscale: #757575. Windows color (decimal): -7051657 or 7825044. OLE color: 7825044.

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

Color convert

RGB 148 102 119 -
CMYK 0 0.31 0.20 0.42
HSL 337.83º 0.18% 0.49% -
HSV(B) 337.83º 0.31% 0.58% -
XYZ 20.29 17.13 19.69 -
YUV 117.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 148 102 119 0 0.31 0.20 0.42 337.83 0.18 0.49
Hex 94 66 77 0 1F 14 2A 152 12 31
Octal 224 146 167 0 37 24 52 522 22 61
Binary 10010100 1100110 1110111 0 11111 10100 101010 101010010 10010 110001

Color Harmonies of #946677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946677

Black with #946677

Text Example


Text Example

White with #946677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946677; }

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

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

background-color css

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

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

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

border-color css

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

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

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