Html Css Color HEX #946673 Mauve Taupe

📋 copy color: '#946673'

red 148 ◦ green 102 ◦ blue 115

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

Shades of Mauve Taupe #946673

Tints of Mauve Taupe #946673

RGB

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

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

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

R = 40.55%
G = 27.95%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#946673 (or 0x946673) is known color: Mauve Taupe. HEX triplet: 94, 66 and 73. RGB value is (148,102,115). Sum of RGB (Red+Green+Blue) = 148+102+115=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946673 is #6B998C. Grayscale: #757575. Windows color (decimal): -7051661 or 7562900. OLE color: 7562900.

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

Color convert

RGB 148 102 115 -
CMYK 0 0.31 0.22 0.42
HSL 343.04º 0.18% 0.49% -
HSV(B) 343.04º 0.31% 0.58% -
XYZ 20.06 17.04 18.45 -
YUV 117.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 148 102 115 0 0.31 0.22 0.42 343.04 0.18 0.49
Hex 94 66 73 0 1F 16 2A 157 12 31
Octal 224 146 163 0 37 26 52 527 22 61
Binary 10010100 1100110 1110011 0 11111 10110 101010 101010111 10010 110001

Color Harmonies of #946673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946673

Black with #946673

Text Example


Text Example

White with #946673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946673; }

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

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

background-color css

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

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

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

border-color css

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

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

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