Html Css Color HEX #945673 Mauve Taupe

📋 copy color: '#945673'

red 148 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #945673

Tints of Mauve Taupe #945673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 42.41%
G = 24.64%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945673 (or 0x945673) is known color: Mauve Taupe. HEX triplet: 94, 56 and 73. RGB value is (148,86,115). Sum of RGB (Red+Green+Blue) = 148+86+115=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945673 is #6BA98C. Grayscale: #6B6B6B. Windows color (decimal): -7055757 or 7558804. OLE color: 7558804.

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

Color convert

RGB 148 86 115 -
CMYK 0 0.42 0.22 0.42
HSL 331.94º 0.26% 0.46% -
HSV(B) 331.94º 0.42% 0.58% -
XYZ 18.64 14.19 17.98 -
YUV 107.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 148 86 115 0 0.42 0.22 0.42 331.94 0.26 0.46
Hex 94 56 73 0 2A 16 2A 14C 1A 2E
Octal 224 126 163 0 52 26 52 514 32 56
Binary 10010100 1010110 1110011 0 101010 10110 101010 101001100 11010 101110

Color Harmonies of #945673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945673

Black with #945673

Text Example


Text Example

White with #945673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945673; }

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

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

background-color css

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

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

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

border-color css

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

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

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