Html Css Color HEX #946773 Mauve Taupe

📋 copy color: '#946773'

red 148 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #946773

Tints of Mauve Taupe #946773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 40.44%
G = 28.14%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#946773 (or 0x946773) is known color: Mauve Taupe. HEX triplet: 94, 67 and 73. RGB value is (148,103,115). Sum of RGB (Red+Green+Blue) = 148+103+115=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946773 is #6B988C. Grayscale: #757575. Windows color (decimal): -7051405 or 7563156. OLE color: 7563156.

HSL color Cylindrical-coordinate representation of color #946773: hue angle of 344º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946773 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 115 -
CMYK 0 0.30 0.22 0.42
HSL 344º 0.18% 0.49% -
HSV(B) 344º 0.3% 0.58% -
XYZ 20.16 17.23 18.48 -
YUV 117.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 148 103 115 0 0.30 0.22 0.42 344 0.18 0.49
Hex 94 67 73 0 1E 16 2A 158 12 31
Octal 224 147 163 0 36 26 52 530 22 61
Binary 10010100 1100111 1110011 0 11110 10110 101010 101011000 10010 110001

Color Harmonies of #946773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946773

Black with #946773

Text Example


Text Example

White with #946773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946773; }

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

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

background-color css

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

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

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

border-color css

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

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

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