Html Css Color HEX #946577 Mauve Taupe

📋 copy color: '#946577'

red 148 ◦ green 101 ◦ blue 119

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

Shades of Mauve Taupe #946577

Tints of Mauve Taupe #946577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 40.22%
G = 27.45%
B = 32.34%

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

#946577 (or 0x946577) is known color: Mauve Taupe. HEX triplet: 94, 65 and 77. RGB value is (148,101,119). Sum of RGB (Red+Green+Blue) = 148+101+119=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946577 is #6B9A88. Grayscale: #757575. Windows color (decimal): -7051913 or 7824788. OLE color: 7824788.

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

Color convert

RGB 148 101 119 -
CMYK 0 0.32 0.20 0.42
HSL 337.02º 0.19% 0.49% -
HSV(B) 337.02º 0.32% 0.58% -
XYZ 20.2 16.94 19.66 -
YUV 117.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 148 101 119 0 0.32 0.20 0.42 337.02 0.19 0.49
Hex 94 65 77 0 20 14 2A 151 13 31
Octal 224 145 167 0 40 24 52 521 23 61
Binary 10010100 1100101 1110111 0 100000 10100 101010 101010001 10011 110001

Color Harmonies of #946577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946577

Black with #946577

Text Example


Text Example

White with #946577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946577; }

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

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

background-color css

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

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

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

border-color css

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

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

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