Html Css Color HEX #946574 Mauve Taupe

📋 copy color: '#946574'

red 148 ◦ green 101 ◦ blue 116

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

Shades of Mauve Taupe #946574

Tints of Mauve Taupe #946574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 40.55%
G = 27.67%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#946574 (or 0x946574) is known color: Mauve Taupe. HEX triplet: 94, 65 and 74. RGB value is (148,101,116). Sum of RGB (Red+Green+Blue) = 148+101+116=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946574 is #6B9A8B. Grayscale: #747474. Windows color (decimal): -7051916 or 7628180. OLE color: 7628180.

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

Color convert

RGB 148 101 116 -
CMYK 0 0.32 0.22 0.42
HSL 340.85º 0.19% 0.49% -
HSV(B) 340.85º 0.32% 0.58% -
XYZ 20.02 16.86 18.72 -
YUV 116.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 148 101 116 0 0.32 0.22 0.42 340.85 0.19 0.49
Hex 94 65 74 0 20 16 2A 155 13 31
Octal 224 145 164 0 40 26 52 525 23 61
Binary 10010100 1100101 1110100 0 100000 10110 101010 101010101 10011 110001

Color Harmonies of #946574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946574

Black with #946574

Text Example


Text Example

White with #946574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946574; }

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

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

background-color css

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

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

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

border-color css

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

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

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