Html Css Color HEX #945671 Mauve Taupe

📋 copy color: '#945671'

red 148 ◦ green 86 ◦ blue 113

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

Shades of Mauve Taupe #945671

Tints of Mauve Taupe #945671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 42.65%
G = 24.78%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#945671 (or 0x945671) is known color: Mauve Taupe. HEX triplet: 94, 56 and 71. RGB value is (148,86,113). Sum of RGB (Red+Green+Blue) = 148+86+113=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945671 is #6BA98E. Grayscale: #6B6B6B. Windows color (decimal): -7055759 or 7427732. OLE color: 7427732.

HSL color Cylindrical-coordinate representation of color #945671: hue angle of 333.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945671 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 113 -
CMYK 0 0.42 0.24 0.42
HSL 333.87º 0.26% 0.46% -
HSV(B) 333.87º 0.42% 0.58% -
XYZ 18.52 14.14 17.38 -
YUV 107.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 148 86 113 0 0.42 0.24 0.42 333.87 0.26 0.46
Hex 94 56 71 0 2A 18 2A 14E 1A 2E
Octal 224 126 161 0 52 30 52 516 32 56
Binary 10010100 1010110 1110001 0 101010 11000 101010 101001110 11010 101110

Color Harmonies of #945671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945671

Black with #945671

Text Example


Text Example

White with #945671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945671; }

 p { color: rgb(148,86,113); }

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

background-color css

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

 a { background-color: rgb(148,86,113); }

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

border-color css

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

 span { border-color: rgb(148,86,113); }

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