#946B73

Color #946B73 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #946B73

Tints of Mauve Taupe #946B73

Color information

#946B73 (or 0x946B73) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6B and 73. RGB value is (148,107,115). Sum of RGB (Red+Green+Blue) = 148+107+115=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #946B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B73 is #6B948C. Grayscale: #787878. Windows color (decimal): -7050381 or 7564180. OLE color: 7564180.

HSL color Cylindrical-coordinate representation of color #946B73: hue angle of 348.29º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946B73 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB148107115-
CMYK00.280.220.42
HSL348.29º16.08%50%-
HSV(B)348.29º27.7%58.04%-
XYZ20.5618.0518.62-
YUV120.17125.08147.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=40%
G=28.92%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810711500.280.220.42348.2916.0850
Hex946B7301C162A15c1032
Octal22415316303426525342062
Binary10010100110101111100110111001011010101010101110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B73; }

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

 H1.HeaderClassName
 {
   color: #946B73;
 }
 .AnyTagClassName
 {
   color: #946B73;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #946B73;
 }
 .BgClassName
 {
   background-color: #946B73;
 }
</style>
border-color css

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

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

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